/* import css files
------------------------------------------------------------------ */
@import "reset.css";


/* base
------------------------------------------------------------------ */
html, body { height:100%; }

html { background:url(../images/header.gif) repeat-x #F7F7E8;  }
#placeholder { min-height:100%; margin: 0 0 -64px 0;  }

#page { width: 960px; position: relative; }
#contentbox { width: 960px; padding:140px 0 0 0; }


/* div#header
------------------------------------------------------------------ */
#header { position:absolute; top:0px; left:0; background: url(../images/header_2.gif) 620px 0 no-repeat; width: 960px; }
#header h1 { position:absolute; top: -1000px; }


/* div#nav
------------------------------------------------------------------ */
#nav { position:absolute; top: 73px; right: 0; width: 863px; font-size:13px!important; }
#nav ul { margin: 0 0 0 5px; text-align:center; }
#nav li { float: left; }
#nav li a {  margin: 0 0 0 0;  width: 143px; background: url( ../images/nav_li.gif) top left; font-weight: 700; height: 30px; text-decoration: none; color: #fff; padding: 5px 0 0 0; line-height: 30px; display: block; }
#nav li.span a { line-height: normal;}

#nav li a span { font-size: 11px; font-weight: normal; display: block; }

#nav li a:hover, #nav li.current a {background: url( ../images/nav_li.gif) bottom left; }


/* div#content
------------------------------------------------------------------ */
#content { padding: 0 15px 30px 15px; width: 630px; float: left; }
.fullview { width: 750px!important; }


/* div#sidebar
------------------------------------------------------------------ */
#sidebar { float: left; width: 180px; padding: 0 0 30px 0; }

#sidebar div { background: #fff; padding: 1px 0; }

#sidebar ul { font-size: 12px; border-top: 3px solid #B7B7B7; border-bottom: 3px solid #B7B7B7; background: #D4D4D4; padding: 1px 0; }

#sidebar ul li a { background: url(../images/sub_li_blau.gif) 2px 2px no-repeat #F2F2F2;color: #000; text-decoration: none; font-weight:700;border-bottom: 1px solid #fff; padding: 8px 3px 8px 32px; display: block; width: 145px; }
#sidebar ul ul li a { background: #E9DDCB; border-bottom: 1px solid #fff; padding: 5px 3px 5px 32px; display: block; width: 145px; font-weight: normal; }

#sidebar ul ul { border: none!important; display: none}

#sidebar ul li.current ul li a  { background: #E9DDCB; }
#sidebar ul li.current ul  { display: block;}

#sidebar ul ul li a:hover, #sidebar ul ul li.current a { background: url(../images/sub_li_hell.gif) 2px 0px no-repeat #F7F7E8!important; }
#sidebar ul li a:hover, #sidebar ul li.current a { background: url(../images/sub_li_braun.gif) 2px 2px no-repeat #C5AD7D; color:#000000}

#sidebar ul li a span { font-size: 11px; font-weight: bold; color:#CC3366; }


#sidebar_rechts { float: left;  width: 120px; padding: 0 0 20px 0; }
#sidebar_rechts div.infobox { background: url(../images/infobox.png) top left no-repeat; border-bottom: 2px solid #D5C29B; margin: 8px 0 5px 0; width: 120px; font-size: 12px; font-weight: 700; padding: 5px 0 0 0; }
#sidebar_rechts div.infobox p { padding: 4px 5px; }
#sidebar_rechts div.infobox p.test { color: #000000; text-align: left; padding: 4px 5px 4px 5px; }
#sidebar_rechts div.infobox p.test:link { padding: 4px 5px; color: #000000; }
#sidebar_rechts div.infobox p.test:visited { padding: 4px 5px; color: #000000; }
#sidebar_rechts div.infobox p.test:active { padding: 4px 5px; color: #000000; }
#sidebar_rechts div.infobox p.test:hover { padding: 4px 5px; color: #FFFFFF; }


/* div#footer
------------------------------------------------------------------ */
#footer {  position:relative; width:100%; clear: both; background: url(../images/footer.gif) bottom left repeat-x; height: 64px; width: 100%; }
#clearfooter { height:64px; clear: both} /* use for fixed footer */ 

#footer div { width: 960px; position: relative; height: 60px; padding: 4px 0 0 0;}

#footer p.bottom { float: right; width: 430px; text-align: right;  font-weight: 700; color: #717171; height: 60px; padding: 0;}
#footer p.bottom a { padding: 20px 10px; margin: 0 2px; border: 2px solid #fff; color: #717171; text-decoration: none; line-height: 60px;}
#footer p.bottom a.current, #footer p.bottom a:hover { border: 2px solid #3F91A9; background: url(../images/footer_li.png) repeat-x; color: #fff}

#footer p.copy { float: left; color: #A0844E;  width: 430px;padding: 22px 0 0 50px; }


/* typography
------------------------------------------------------------------ */
body { font: 14px Arial, Helvetica, sans-serif; }

h1,h2,h3,h4,h5,h6 { line-height:1.1em; font-weight:700; }
h1 span { color: #3F91A9; }

h1 { font-size: 18px; color: #000000; }
h2 { font-size: 16px; padding: 0 0 7px 0; color: #000000; }
h3 { font-size: 16px; color: #FFFFFF; }
h4 { font-size: 14px; color: #000000;}

p { padding:8px 0; }


/* colors
------------------------------------------------------------------ */
body { color:#000; }


/* links
------------------------------------------------------------------ */
#sidebar_rechts a { font-weight: 700;}
#content a, #sidebar_rechts a, #footer p.copy a { text-decoration:none;}



/* tools
------------------------------------------------------------------ */
.clear { clear:both; }
.floatright { float:right; }
.floatleft { float:left; }
.imgload { height:0; width:0; position: absolute; left:0; }



/* Detailboxen
------------------------------------------------------------------ */

.detailbox {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #FFFFFF;
	padding: 10px 9px;
	float: left;
	background: url(../images/detailbox.png) no-repeat;
	width: 290px;
	height: 310px;
	margin: 10px 5px 0 0;
}
	   
.detailboxrechts {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #FFFFFF;
	padding: 10px 9px;
	float: right;
	background: url(../images/detailbox.png) no-repeat;
	width: 290px;
	height: 310px;
	margin: 10px 0 0 0;
}


.detailboxrechtsoben {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #FFFFFF;
	padding: 10px 9px;
	float: right;
	background: url(../images/detailbox.png) no-repeat;
	width: 290px;
	height: 310px;
	margin: 10px 0 0 0;
}

.empfehlung {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 16px; }
a.empfehlung:link {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 16px; }
a.empfehlung:visited {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 16px; }
a.empfehlung:active {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 16px; }
a.empfehlung:hover {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 16px; }

.name {color:#000000; font-weight:700; font-family: Arial; font-weight: bold; font-size: 16px; }


.fakten {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 14px; }
a.fakten:link {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 14px; }
a.fakten:visited {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 14px; }
a.fakten:active {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 14px; }
a.fakten:hover {color:#000000; font-weight:700; font-family: Arial; font-weight: normal; font-size: 14px; }

.eroeffnen {color:#000000; font-weight:700; font-family: Arial; font-weight: bold; font-size: 16px;  }
a.eroeffnen:link {color:#000000; font-weight:700; font-family: Arial; font-weight: bold; font-size: 16px;  text-decoration:underline!important; }
a.eroeffnen:visited {color:#000000; font-weight:700; font-family: Arial; font-weight: bold; font-size: 16px;  text-decoration:underline!important;}
a.eroeffnen:active {color:#000000; font-weight:700; font-family: Arial; font-weight: bold; font-size: 16px;  }
a.eroeffnen:hover {color:#EBB985; background-color:#000000; font-weight:700; font-family: Arial; font-weight: bold; font-size: 16px;  }

.roteschrift {
	color:#F00;
	font-weight:700;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}



/* Tabellenstyles
------------------------------------------------------------------ */
.cellfett {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-color: #FFFFFF;
	padding: 2px 2px;
	border-width: 2px;
}
	   
.cellnormal{
                font-family: Arial;
                font-size: 13px;
                color: #000000;
                text-align: center;
                vertical-align: middle;
                font-weight: normal;
	            background-color: #e9ddcb;
       padding: 2px 2px;}	   
	   

	   
.cellnormalKleineSchrift{
                font-family: Arial;
                font-size: 11px;
                color: #000000;
                text-align: center;
                vertical-align: middle;
                font-weight: normal;
       padding: 2px 2px;}	
	   	   
.cellnormalRotFett{
                font-family: Arial;
                font-size: 13px;
                color: #AF483D;
                text-align: center;
                vertical-align: middle;
                font-weight: bold;
       padding: 2px 2px;}	   
	   
 
	      
.TableAntrag {
	color:#000000;
	background-color:#EC9E50;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 0px;
	}
	
.TableAntrag:link {
	color:#000000;
	background-color:#EC9E50;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 0px;
	text-decoration:underline!important;
	}
	
.TableAntrag:active {
	color:#000000;
	background-color:#EC9E50;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 0px;
	text-decoration:underline!important;
	}	
	
.TableAntrag:visited {color:#000000; background-color:#EC9E50;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 0px;
	text-decoration:underline!important;
	}

.TableAntrag:hover {
	color:#FFFFFF;
	background-color:#EC9E50;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 0px;
	text-decoration:underline!important;
	}
	   
.celldetail {
	color:#000000!important;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #C5AD7D!important;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

a.celldetaillink:link {	color:#000000!important; font-family: Arial; text-decoration: underline!important; font-weight: bold; font-size: 12px; text-align: center; background-color: #C5AD7D!important;}
a.celldetaillink:visited {color:#000000!important; font-family: Arial; text-decoration: underline!important; font-weight: bold; font-size: 12px; text-align: center; background-color: #C5AD7D!important;}
a.celldetaillink:active {color:#000000!important; font-family: Arial; text-decoration: underline!important; font-weight: bold; font-size: 12px; text-align: center; background-color: #C5AD7D!important;}
a.celldetaillink:hover {color:#FFFFFF!important; font-family: Arial; text-decoration: underline!important; font-weight: bold; font-size: 12px; text-align: center; background-color: #C5AD7D!important;}

.tabellenkopf {
				font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-color: #FFFFFF;
	padding: 2px 2px;
	background-color: #3F91A9;
}

.tabellenkopfrechner {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	border-color: #FFFFFF;
	background-color: #3F91A9;
}

.DetailTabellenkopf{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #3F91A9;
	padding: 2px 3px;
}	
	   
	   	   
.DetailTabelleUnten{
                font-family: Arial;
                font-size: 12px;
                color: #ffffff;
                text-align: left;
                vertical-align: middle;
                font-weight: normal;
	            background-color: #3F91A9;
       padding: 2px 2px;}	  
	    
	   
.DetailTabelleNormal{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background-color: #e9ddcb;
	padding: 2px 3px;
}		   

.DetailTabelleRechts{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #C5AD7D;
	padding: 2px 3px;
}	

.TableLuft {
                font-size: 5px;
				height: 5px;
       background-color:#F7F7E8;
}

a.TextlinkFettPfeil {color:#3F91A9; font-family: Arial; font-weight: bold; font-size: 17px; }

a.TextlinkFett:link {color:#3F91A9; font-family: Arial; font-weight: bold; font-size: 17px; text-decoration:underline!important;}
a.TextlinkFett:visited {color:#3F91A9; font-family: Arial; font-weight: bold; font-size: 17px; text-decoration:underline!important; }
a.TextlinkFett:active {color:#3F91A9; font-family: Arial; font-weight: bold; font-size: 17px;	text-decoration:none!important;}	
a.TextlinkFett:hover { color:#F7F7E8; background-color:#3F91A9; font-family: Arial; font-weight: bold; font-size: 17px; text-decoration:none!important;
}

a.TextlinkNormal:link {	color:#9C8045;	font-family: Arial;	font-weight: normal; font-size: 14px; text-decoration:underline!important;}
a.TextlinkNormal:visited {color:#9C8045; font-family: Arial; font-weight: normal; font-size: 14px; text-decoration:underline!important;}
a.TextlinkNormal:hover { color:#FFFFFF; 	font-family: Arial; 	font-weight: normal; 	font-size: 14px;  background-color: #C5AD7D; text-decoration:none!important;}
a.TextlinkNormal:active { 	color:#9C8045; 	font-family: Arial; 	font-weight: normal; 	font-size: 14px; text-decorationL:none!important;} 


.Stil5 {
                font-size: 14px;
				font-weight: bold;
      color:#3F91A9;
	  text-decoration: underline!important;
	 
}

.Stil4 {
                font-size: 12px;
				font-weight: normal;
      color:#000000;
	   font-family:"Courier New", Courier, monospace; 
	 }
a.box:link {color:#000000; font-family: Arial; font-weight: normal; font-size: 11px; }
a.box:visited {color:#000000; font-family: Arial; font-weight: normal; font-size: 11px; }
a.box:active {color:#000000; font-family: Arial; font-weight: normal; font-size: 11px; }
a.box:hover {color:#FFFFFF; font-family: Arial; font-weight: normal; font-size: 11px; }	

	 
a.schwarz:link {color:#000000; font-family: Arial; font-weight: normal; font-size: 14px; }
a.schwarz:visited {color:#000000; font-family: Arial; font-weight: normal; font-size: 14px; }
a.schwarz:active {color:#000000; font-family: Arial; font-weight: normal; font-size: 14px; }
a.schwarz:hover {color:#000000; font-family: Arial; font-weight: normal; font-size: 14px; }

a.BoxlinkFett:link {color:#000000; font-family: Arial; font-weight: bold; font-size: 16px;  }
a.BoxlinkFett:visited {color:#000000; font-family: Arial; font-weight: bold; font-size: 16px; }
a.BoxtlinkFett:active {color:#000000; font-family: Arial; font-weight: bold; font-size: 16px;	}	
a.BoxlinkFett:hover { color:#FFFFFF; font-family: Arial; font-weight: bold; font-size: 16px; }

.TableHaupt{
  font-family: Arial;
 font-size: 11px;
 color: #000000;
 text-align: center;
 vertical-align: middle;
 font-weight: normal;
 background-color: #E9DDCB;
 padding: 2px 2px;}