/* CSS Document */

body{
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#666;
font-size:0.75em; 
text-align: center;/*fuer IE_quirks (Fehlt die Doctype-Angabe, wird der Quirks-Modus verwendet)*/
font-weight:normal;
margin-top:10px;
background-color:#ded7c4
}

p {margin:0; padding:0;}
strong {color:#666;}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:15px;}

/***************************************************** menue ***********************************************************/
#menue { height:31px; margin:auto; }

#menue ul {padding: 0;list-style-type: none; font-size:1em; float:right; margin:0px;}

#menue ul li { 
margin:103px -1px 0px 0px;
display: block;
float:left;
text-decoration: none;
text-align: center;
}

#menue ul li a { color: #666; text-decoration:none; padding:7px 9px 8px 8px;border:1px solid #fff;}
#menue ul li a:hover {text-decoration: none; background-color:#739491; padding:7px 9px 8px 8px;color:#fff;}

#menue ul li.active a { color:#fff;  padding:7px 9px 8px 8px; background-color:#739491;}

/***************************************************** rahmen ***********************************************************/

#wrapper {
width:960px; 
margin: auto; 
text-align: left;/*Aufheben von IE_quirks im BODY*/
border-left:1px solid #fff;
border-bottom:1px solid #fff;
background: transparent url(images/bg-wrapper.gif) left top repeat;
}

#header { width:959px; height:126px; margin:auto; border:1px solid #fff;background: transparent url(images/bg-header.gif) left top no-repeat;}

/*********************************************** boxes left*******************************************************/
#left-container {
width:250px;
margin:0px;
padding:0;
float:left;
min-height:530px;
height:530px;
background-color:#739491;
}
#right-container { width:200px;  margin-right:1px; min-height:300px; background-color:#eeebe3; float:right; margin-top:50px;}

.headline { background-color:#b4cdcd; color:#900; font-weight:bold;padding:5px;}


.news { width:190px; padding:5px; line-height:1.5em; margin-top:10px;} 
.news hr {height: 1px;border: 0 none; border-top: 1px dotted #fff; margin-top:5px;}

.news a:link { text-decoration:none; color:#900;}
.news a:visited {text-decoration:none; color:#900;}
.news a:hover { color:#900; text-decoration:underline;}
.news a:focus { color:#900; text-decoration:none;}
 
/******************************** Definitionen für den Inhalt ***************************************/

#content { padding:0px 40px 0px 40px; margin:0px 200px 0px 250px; min-height:530px;}

*html #content { padding:0px 40px 0px 40px; margin:0px 0px 0px 250px; background-color:#FFFFFF; height:530px;}


#content p {line-height:1.5em}
#content h1 { font-size:1.2em; color:#739491}
#content h2 { font-size:1em; color:#739491}
#content h3 { font-size:1em; color:#666666 }

#content a:link { text-decoration:none; color:#900;}
#content a:visited {text-decoration:none; color:#900;}
#content a:hover { color:#900; text-decoration:underline;}
#content a:focus { color:#900; text-decoration:none;}


.abstand-rechts {width:200px; float:left;}

.seitenanfang {
background-image: url(images/icon_top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}

/************** Formnatierungen Listen im Content Bereich****************/

#content ul { list-style:none; margin-left:-20px; font-family:Helvetica,Arial, sans-serif;}
*html #content ul { margin-left:5px;}

#content ul li {
margin-left:0px;
background: transparent url(images/bullet.gif) left top no-repeat;
background-position:0 6px;
padding-left: 15px;
text-align: left;
line-height:1.5em;
}

/******************************************************** footer ****************************************************/

#adresse {
font-size:1em;
padding-top:50px; 
margin-left:25px; 
width:200px; 
margin:auto;
color:#fff;
}

#adresse strong { color:#900;}

#adresse a:link { text-decoration:underline; color:#fff;}
#adresse a:visited {text-decoration:underline; color:#fff;}
#adresse a:hover { color:#fff; text-decoration:underline;}
#adresse a:focus { color:#fff; text-decoration:underline;}



