@charset "utf-8";
/* Die Styles für die Startseite */

#balkenwrap {
	width: 100%;
	height:280px;
	margin-top:-140px;
	position:absolute;
	top:50%;
}

#balken {
	width: 100%;
	height:122px;
	background: url(assets/startbanner.jpg) no-repeat center top #f8f8f8;	
	border-top:  2px solid #555;	 
	border-bottom:  2px solid #555;
	position: absolute;
	top: 125px;
}

#infotext {
	font-size: 10px;
	position: absolute;
	top: 254px;
	left:50px;
	/*margin-left:-450px;	*/
}

#startschrift {
	position: absolute;
	left:50%;	
	margin-left:-75px;		
}

#startlogo {
	position: absolute;
	left:50%;	
	margin-left:140px;		
}

#bo2010 {
	position: absolute;
	left:50%;	
	margin-left:300px;	
	border: 1px solid #666;
}


#infotext a {
	color: #333333;
}





a {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	/*border: 1px solid red;*/
}


body {
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	background: #e3dfc6;
	margin: 0;
	padding:0;
	font-size:12px;	
	color: #222;
}

#content {
	background: #fefefe;
	width:900px;
	margin-right:auto;
	margin-left: auto;
	border-left: 2px solid #555;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;		
}

#margnav {
	text-align:right;
	padding-right:20px;
}


#header {
	height: 125px;
	width: 900px;
	background: #FFCC00;
}

#logo {
	position: relative;
	top: -30px;
	left: 80px;
	float: left;	
}


/* Definition der Navigationen*/

#hauptnav {
	height: 20px;
	background: #e3dfc6;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	width:100%;
	float: left;
}

#hauptnav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	margin-top: 1px;
	margin-left:210px;
}

#hauptnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#hauptnav ul a { 
	padding-left: 9px;
	padding-right: 9px;
	font-weight:bold;
	font-size:12px;
	color: #111;
	line-height:20px;
}

#hauptnav ul a:hover, #hauptnav ul a.lit { 
	color: #ac072e;
	text-decoration:none;
}



#subnav {
	float: left;
	width: 220px;
	border: 1px solid #fefefe;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	width: 160px;
	text-align:right;
	margin-bottom: 40px;
}

#subnav ul ul {
	margin-bottom: 3px;
}


#subnav ul li {
	margin-bottom: 4px;
}


#subnav ul a {
	display:block;
	color: #222;
	font-weight:bold;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 4px;
	line-height:16px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 2px solid #fefefe;	
}

#subnav ul a:hover, #subnav ul a.lit {
	text-decoration: none;
	border-right: 2px solid #ac072e;
	color: #ac072e	
}



/*
#subnav ul ul {
	padding-left: 0;
}
*/
#subnav ul ul li {
	margin-bottom: 1px;
}

#subnav ul ul a{
	font-size: 11px;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;	
}








#unten {
	padding-top: 50px;
	display:table-cell;
}



#main {
	float: left;
	width:635px;
	height:auto;
	font-size:11px;
	line-height:16px;
	margin-bottom: 30px;
}

#footer {
	/*background: #999900;*/
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;	
	float:none;
	clear:both;
	width:100%;
	background: #e3dfc6;	
	display: none;
}




table {width:auto; border-collapse:collapse; margin-bottom:0.5em;}
table.full {width:100%;}
table.fixed {table-layout:fixed}

/* Content element "table" */
table.contenttable {font-size:11px; width:100%; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show;}
table.contenttable caption {text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em;}
table.contenttable th {
	font-size: 12px;
	height:2.0em; 
	background:#4E5155; 
	color:white; 
	padding:2px 7px 2px 7px; 
	border-left:solid 2px #fff; 
	border-right:solid 2px #fff; 
	border-top:solid 2px #fff; 
	border-bottom:solid 2px #fff;
}
table.contenttable tr.tr-odd {background: #eee;}
table.contenttable tr.tr-even {background: #e3e3e3;}
table.contenttable td {
	padding:2px 7px 2px 7px; 
	border-left:solid 2px #fff; 
	border-right:solid 2px #fff; 
	border-top:solid 2px #fff; 
	border-bottom:solid 2px #fff; text-align:left; font-weight:normal}
	
	
.tx-cal-controller dl dt a img{
	border: 1px solid red;
}



