body {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0;
	padding: 0;	
	width: 783px;
}

/*************************** Dropdown-Navi Layout-Styles 			*/
/* für funktionalität siehe css_dropdown.css und css_dropdown.js	*/

#naviquer{
	padding: 5px 0 0 210px;
	margin:0;	
	font-size: 0.85em;
	display: none;
}

.selectedOne {
	color: #FF0000;
	font-weight: bold;
}

ul.dropdown a{
	color:#6B6B6B;
	font-weight: bold;    
    text-decoration:none;
}

ul.dropdown a.selectedOne
{    
    color:#FF0000; 
}

ul.dropdown a:hover
{    
    text-decoration:underline;
}

ul li.selectedone a{
	color:#FF0000; 
}

/*************************** Header-Bereich */
#logo{
	clear: left;	
	padding: 0;
	margin:0;
	display: none;		
}

#logo img{
	padding:30px 0 10px 210px;
}

#kopf {		
	width:783px;
	border-right: 5px solid #E6E6EB;
}

#leftgrey{
	float: left;
	background-color: #E6E6EB;
	width: 210px;
	height: 60px;
	display: none;			
}

#leftgrey img{
	margin: 5px 0 0 68px;
}

#rightgrey{
	float: left;
	background-color: #F2F2F3;
	width: 573px;
	height: 60px;
	text-align:right;
	display: none;	
}

#rightgrey img{
	margin-top: 45px;
	margin-right: 10px;
}

#skyline{
	clear: left;
	border-bottom: 1px solid #FF0000;
	display: none;
}

/*************************** Navi-Links-Bereich */

#navileft {
	padding-left: 68px;
	margin-top: 20px;	
	width: 142px;
	float: left;
	font-size: 0.85em;
	display: none;
	
}

#navileft ul
{
    list-style: none;
    margin:0;
    padding:0; 	   			
}

#navileft ul li
{  
	padding:3px 0 3px 0;
	margin: 0;  	
}

#navileft ul a
{    
    color:#6B6B6B;
    padding:0;
	margin: 0;
    text-decoration:none;	
	font-weight: bold;
}

#navileft ul a:hover
{    
    text-decoration:underline;
}

#navileft ul ul
{
    list-style: none;
    margin:0;
    padding:0 0 0 20px;			
}


#navileft ul ul a
{    
    color:#6B6B6B;   
    text-decoration:none;	
	font-weight: bold;
}

#navileft ul ul a:hover
{    
    text-decoration:underline;
}

/*************************** Login-Bereich */

#loginform {
	font-size: 0.9em;
	padding-top:2em;	
}

#loginform form{
	padding:0;
	margin:0;
}

#loginform ul a{
	color: #003362;
	text-decoration: none;
	font-weight: normal;	
}
#loginform ul a:hover{
	text-decoration: underline;
}

#loginform ul li {
	padding-left: 10px;
	margin-left: 0px;	
	background: url(../images/pfeil_rechts.gif) no-repeat ;
	background-position: 0px 9px;	
	line-height: 1.5em;
}


/*************************** Content-Bereich */

#content{
	float: left;	
	margin-top: 20px;	
	width: 573px;
}

#content h1{
	color: #000;
	margin: 0;
	padding-bottom: 8px;
	font-size: 1em;
}

#content h2{	
	margin: 0;
	padding-bottom: 8px;
	font-size: 0.9em;
}

#content a{
	color: #000;
	text-decoration: underline;
}

#content a:hover{
	color: #000;
	text-decoration: none;
}

#content p{
	margin: 0;
	padding-bottom: 8px;
	line-height: 1.5em;
	font-size: 0.9em;
}

#content img{
	padding-right: 1em;
}

#content p.footer{
	color: #000;
	font-size: 0.7em;
	padding-top: 20px;
	clear: both;
}

/* Formular */
#content fieldset {
	border: 0.1em solid #D3D5E3; 
	margin-top: 1em;
	margin-bottom: 1em;
	padding:1em 0 1em 1em;	
	width: 400px;
}

#content legend {
	font-weight: bold;
}
#content input, #inhalt textarea {
	background-color: #fff;
	border: 1px solid #999;
	color: #000;
}

#content input.noborder {
	border: 0;
}

#content input.abschicken {	
	background-color: #D3D5E3;	
}

#kerninhalt .adress {
	margin-bottom: 1em;	
}
.error {
	color: red;
}

/* Formular */

ul.sitemap{
	list-style:none;
	margin:0;
	padding:0;
}

ul.sitemap li {
	padding: 0.5em 0 0 0;
}

ul.sitemap li ul li {
	padding: 0.5em 0 0 1.5em;
}
