/****************************** Allgemeine Formate *************************/
body {
 background:url(../images/bg_nav.gif) repeat-y #FFFFFF;
 font-family:verdana,arial,sans-serif;
 margin:0px;
}
h1 {
 font-size:20px;
}
h2{
 font-size:16px;
}
a {
 text-decoration:none;
 color: #EE6867;
}
a:hover {
 text-decoration:underline;
}
td.form_f,p,input,textarea,option,select {
 font-size:14px;
 font-family:verdana;
}


/****************************** Kopfleiste *************************/

div#kopfleiste {
 width:100%;
 height:106px;
 background:#FAF1D0;
}
h1.kopfleiste {
 position:absolute;
 left:210px;
 top:20px;
 font-size:24px;
 text-align:center;
 width:760px;
}
div#bildleiste {
 background:url(../images/bildleiste.jpg) repeat-x;
 height:40px;


}
/****************************** Navigation *************************/

div#navigation {
 clear:left;
 width:200px;
 text-align:center;
 position:absolute;
 top:160px;
}
a.navigation {
 display:block;
 margin:5px 5px 0px 5px;
 text-decoration:none;
 border:solid 1px #BEB89E;
 font-size:14px;
 font-weight:bold;
 width:183px;
 padding:3px;
 color:black;
}
a:hover.navigation {
 background:#EE6867;
 color:white;
 text-decoration:none;
}
a.standort {
 display:block;
 margin:5px 5px 0px 5px;
 text-decoration:none;
 border:solid 1px #BEB89E;
 font-size:14px;
 font-weight:bold;
 width:183px;
 padding:3px;
 color:white;
 background:#EE6867;
}
a:hover.standort {
 text-decoration:none;
}
/****************************** Content *************************/

div#content {
 width:760px;
 position:absolute;
 top:165px;
 left:210px;
}
div.content_container {
 font-size:14px;
 border:solid 1px #BEB89E;
 margin-bottom:10px;
 padding:5px;
 line-height:150%;
}
div.text {
 margin-left:140px;
}
/****************************** Fußleiste *************************/

div#fussleiste {
 border-top:solid 1px #BEB89E;
 width:100%;
 margin-top:20px;
 font-size:12px;
 text-align:center;
 padding-top:10px;
 line-height:150%;
}

/****************************** Sonstige Klassen *************************/

div.trennlinie {
 height:7px;
 width:100%;
 background:url(../images/trennlinie.gif) repeat-x;
}