/* 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:60px;
}

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:100px; margin:auto;}

#menue ul {padding: 0;list-style-type: none; font-size:1em; float:right; margin:0px 0px 0px 0px;}

#menue ul li { 
margin:78px -1px 0px 0px;
display: block;
float:left;
text-decoration: none;
text-align: center;
}

#menue ul li a { color: #666; text-decoration:none; padding:4px 12px 4px 12px; border-left:1px dotted #ccc;}
#menue ul li a:hover {text-decoration: none; color:#900; padding:4px 12px 4px 12px;}

#menue ul li.active a { color:#900; padding:4px 12px 4px 12px; text-decoration:overline;}

#menue ul li a.no-border { border-left:none;}

/***************************************************** rahmen ***********************************************************/

#wrapper {
width:900px; 
margin: auto; 
text-align: left;/*Aufheben von IE_quirks im BODY*/
border-left:1px solid #366;
border-right:1px solid #366;
}

#header { width:900px; height:100px; margin:auto; border-bottom:3px solid #366; background: transparent url(images/logo-bg.gif) left bottom no-repeat; 
border-left:1px solid #366; border-right:1px solid #366; border-top:1px solid #366; margin-bottom:3px;}

#img-row-2 { width:900px; height:110px; margin:auto; background: transparent url(images/pics/bl-2.jpg) left top no-repeat; 
border-left:1px solid #366; border-right:1px solid #366;}

/******************************** Definitionen f&uuml;r den Inhalt ***************************************/

#content { padding:0px 40px 0px 20px; margin:0px 0px 0px 300px; min-height:250px;}

*html #content { padding:0px 40px 0px 40px; margin:0px 0px 0px 300px; background-color:#FFFFFF; height:250px;}

#content .img-left { float:left; margin-right:20px;}

#content p {line-height:1.5em}
#content h1 { font-size:1.2em; color:#366}
#content h2 { font-size:1em; color:#366}
#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;}


/************** 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 ****************************************************/

#footer {
clear:both; 
height:40px; 
padding:10px 0px 0px 0px;
margin:auto;
font-size:0.9em;
width:900px;
border-top:1px solid #366;
color:#666;
text-align:left;
margin-top:0px;
}



