/* CSS Document */

body {
	background-color:#990000;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0px;
}

p {
	margin: 0px 0px 5px 0px;
}

p.align-center{
	text-align: center;
}
p.align-left{
	text-align: left;
}
p.align-right{
	text-align: right;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

a {

	text-decoration: none;
	color: #FFAAAA;
}

a:hover {

	text-decoration: underline;
	color: #FFFFFF;

}

a:visited {

	text-decoration: none;
	color: #FFFFFF;

}

a:link {

	text-decoration: none;

}


table.contenttable {
	width: 764px;

}

.contenttable td {
	width: 100%;
	
	
}

ul {
	padding-left:14px;
}


/* BEGIN speziell f�r trainerausbildung */

ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 5px 25px;
	padding: 0px;
	font-weight: bold;
}


ol ul, ol ul ul{
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 5px 16px;
	font-weight: normal;
}


li {
	padding: 0px;
	margin-bottom: 3px;
}


table.trainertermine {
	border-collapse: collapse;
}
 

table.trainertermine .td-0 {
	width: 400px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	padding: 5px 10px 5px 15px;
	
	margin: 0px;
	font-size: 14px;

}

table.trainertermine .td-last {

	width: 100px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #fff;
	
	padding: 5px 5px 5px 15px;
	margin: 0px;
	font-size: 14px;
}

table.trainertermine tfoot {
	font-weight: bold;
}

table.trainertermine tfoot .td-0 {
	text-align: right;
}

/* ENDE speziell f�r trainerausbildung */



#header {
	width:800px;
	height:108px;
	background-color:#670000;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	
	/*background-image: url("../images/bg.gif");*/
	/*opacity=0.5;
	filters.alpha.opacity=50;
	filters.alpha(opacity=40);*/
}

#headline {
	font-size:22px;
	position:absolute;
	top:78px;
	left:18px;
}

#titlepic {
	position:absolute;
	top:4px;
	left:673px;
}

#pageMenu{
	position:absolute;
	top:108px;
	left:18px;
	width:auto; /*764px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#990000;	
}

#pageMenu .page {
	background-color:#e00000;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	padding: 0px 2px 0px 2px;
	margin: 6px 6px 0px 0px;
	float: left;
}

#pageMenu .actpage {
	background-color:#e00000;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding: 0px 2px 0px 2px;
	margin: 6px 6px 0px 0px;
	font-weight: bold;
	float: left;
}

#pageMenu .page a:link{
	color: #aaa;
}

#pageMenu .page a:visited{
	color: #aaa;
}

#pageMenu .page a:hover{
	color: #fff;
}

#pageMenu .year {
	background-color:#660000;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	padding: 0px 2px 0px 2px;
	margin: 6px 6px 0px 0px;
	font-weight: bold;
	height: 18px;
	float: left;
}

#pageMenu .actyear {
	background-color:#660000;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding: 0px 2px 0px 2px;
	margin: 6px 6px 0px 0px;
	font-weight: bold;
	height: 18px;
	float: left;
}

#pageMenu .monthcontainer {
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0px;
	margin: 6px 5px 0px 0px;
	height: 18px;
	float:left;
}

#pageMenu .year a:link{
	color: #aaa;
}

#pageMenu .year a:visited{
	color: #aaa;
}

#pageMenu .year a:hover{
	color: #fff;
}


#framecontent {
	position:absolute;
	top:108px;
	left:18px;
	width:764px;  /*800px -  2*18px padding */
	
	padding:30px 0px 0px 0px;

	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
}

.isPopup #framecontent {
	padding:20px 0px 0px 0px;	
}

#scroller {
	position:absolute;
	top:108px;
	left:786px;
	
	width:12px;
	height:362px;
	
	visibility: hidden;
}

#scroll-up {
	position:absolute;
	top:2px;
	left:0px;
	width:10px;
	height:20px;	
}

#scroll-down {
	position:absolute;
	top:340px;
	left:0px;	
	width:10px;
	height:20px;	
}


