/* CSS Document */

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

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

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

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

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

.h1rot {
	color: #b90000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none;
}
.h2rot {
    color: #b90000;
	font-size: 11px;
    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 #b90000;
	padding-bottom:8px;
	padding-top:8px;
}

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

.linieRot {
    background-color:#b90000;
	color:#b90000;
	margin-bottom:10px;
	margin-top:10px;
	
	}
	
	
.aufzaehlungrotPunkt  {
    list-style-image:url(../Grafiken/bulletBlau.gif);
	margin-bottom:5px;
	margin-top:5px;
	
}

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

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