/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
      { color: white; font-size: 10pt; font-family: Arial, helvetica, verdana; font-weight: bold; text-decoration: none; text-align: left; display:inline;  padding-left: 15px; padding-right: 15px; float:left; border-right:2px solid white }
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
    { color: #570E0F; font-size: 10pt; font-family: Arial, helvetica, verdana; font-weight: bold; text-decoration: none; text-align: left; display:inline; padding-left: 15px; padding-right: 15px; float:left; border-right:2px solid white }
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
      { color: #EDA547; font-size: 10pt; font-family: Arial, helvetica, verdana; font-weight: bold; text-decoration: none; text-align: left; display:inline; padding-left: 15px; padding-right: 15px; float:left; border-right:2px solid white }
 
 DIV.fstLevelVisited a
    { font-size: 10pt; text-decoration: none }




/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
     { color: black; font-size: 8pt; font-family: Arial, helvetica, verdana; font-weight: bold; text-decoration: none; background-color: #ddd589; text-align: left; text-indent: 6px; display: block; padding: 3px; }
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
   { color: black; font-size: 8pt; font-family: Arial, helvetica, verdana; font-weight: bold; text-decoration: none; background-color: #aeac5f; text-align: left; display: block; padding: 3px; }
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
     { color: white; font-size: 8pt; font-family: Arial, helvetica, verdana; font-weight: bold; text-decoration: none; background-color: #ff9001; text-align: left; text-indent: 6px; display: block; padding: 3px; }
   
/******************Aufbau des Layouts ab hier*******/

body
{
font-family:Arial;
font-size:10pt;
line-height:14pt;
color:black;
background-color:#F6F3E1;

 }

#hauptcontainer {
text-align:left;
background-color:white;
border-color:#C70024;
border-style:solid;
border-width:1px;
margin:0px auto;
width:762px;
background-image: url("bilder/verlauf.jpg");
background-repeat:repeat-x;
background-position:bottom;
height:555px;

}
#hauptcontainer { \width:764px; }
#hauptcontainer { widt\h:762px; }


#header  {
/** background-image: url("bilder/header.gif"); *//
background-repeat: no-repeat;
margin-bottom: 15px; width: 762px; height: 140px }

#navigation {
width:478px;
margin-top:72px;
margin-left:260px;
height:18px;
}

#content {
float:left;
width:762px;
min-height:400px;
height:400px;
}


#textcontainer {
width:300px;
text-align:left;
margin-left:20px;
}
#textcontainer2 {
width:410px;
text-align:left;
margin-left:20px;
float:left;
}
#textcontainer3 {
width:290px;
text-align:left;
float:right;
margin-right:10px;

}
   
.hervorheben {
color:#002585;
font-weight:bold;
} 
.maillink a {
color:#C70024;
text-decoration: none;
}
.maillink a:link a:visited {
}
.maillink a:hover {
color:#002585;
}


