/* CSS Document */

body {
	font-family: Verdana;
	font-size:13px;
	color:#374249;
}

.h1grau {
	color: #A29791;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	text-decoration:none;
}

.graufett {
    color: #A29791;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-decoration:none;
}

.graueinfach {
    color: #A29791;
	font-size: 13px;
	line-height: 22px;
	text-decoration:none;
}


.h2grau{
    color: #A29791;
	font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding-bottom: 10px;
	text-decoration:none;
}


.h1blau {
	color: #4682B4;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none;
}
.h2blau {
    color: #4682B4;
	font-size: 13px;
    font-weight: bold;    
    line-height: 14px;
	text-decoration:none;
}

   

/* lists */


#navi ul {
	padding-left:0px;
	margin-left:0px;
}

#navi li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:4px;
	margin-top:4px;
}

ul.naviOberpunkte li {
	border-top:solid 1px #4682B4;
	padding-bottom:8px;
	padding-top:8px;
}

ul.naviUnterpunkte li {
    border-top:none;
	border-bottom:none;
	padding-bottom:0px;
	padding-top:0px;
	}

.linieGrau {
    color:#A29791;
	}

.linieBlau {
    background-color:#4682B4;
	color:#4682B4;
	margin-bottom:10px;
	margin-top:10px;
	
	}
	
	
.aufzaehlungblauPunkt  {
    list-style-image:url(../Grafiken/bulletBlau.gif);
	margin-bottom:5px;
	margin-top:5px;
	
}

.aufzaehlunggrauPunkt  {
    list-style-image:url(../Grafiken/bulletGrau.gif);
	margin-bottom:5px;
	margin-top:5px;
	
}
.aufzaehlunggraustrich {
	text-indent: -5px;
	margin-bottom:5px;
	margin-top:5px;

}

 #kopfnavi a {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: 400;
	color: #A29791;
	margin-bottom: 6px;
	text-decoration: none;
	
 }
 
 a.rot:hover {color:#4682B4;
 }
 
 a.grau:hover {color:#a29791;
 }
 
 .textlinks {
 color:#4682B4;
 text-decoration:none;
 }
 a.textlinks:hover {color:#a29791;}
   
 #footer 
 {  color: #A29791;
     }
	 
 #footer a
 {
 color: #A29791;
	 }

