
/* Schrift */

body { 
font : 80%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333; }

a{ 
color: #666;
display:block;
}

a:hover{ 
color: #de5338 !important;
}


p { 
margin-bottom : .35em; }

h2 { 
color: #666666;
font : 140%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
letter-spacing : 0.3em; 
font-weight:bold;}

h3 {
	margin-bottom : 1em;
	color: #333;
	font : bold normal 120%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing : 0.02em;
	text-align: justify;
}

h4 { 
color: #333;
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
letter-spacing : 0.01em; 
font-weight:bold;}




/* navigation */

#nav li {
	list-style-type:none;
	color: #333;
	display:block;
	border-bottom: 1px dotted;
        padding-top:5px;
        letter-spacing:0.1em;
	}


#nav li a {
        padding-left:20px;
	text-decoration: none;
	color: #666;
	}
			
#nav li a:hover {
  	background: url(Bilder/pfeil_15.gif) no-repeat;
	background-position: 0px 5px;
	color: #de533a;
	}
	
.current {
  	background: url(Bilder/pfeil_15.gif) no-repeat;
	background-position: 0px 10px;
	color: #de533a;
	}	
	
.currenfoot {
        color: #de533a;
	}	

#nav li ul li {letter-spacing:0.07em;
        margin-left:0px;
        margin-left:20px;
	}

div#site_info p {margin-top:8px;}


		
/* 	#nav li ul li a:hover {
	background-color:#666;
	background: url(Bilder/pfeil_15.gif) 25px 3px no-repeat;
	background-position: middle middle;}
	 */	
.kabsatz {margin-bottom : 0;}

.orange {color: #de533a;}
.dgrau {color: #666666;}

.gruen {color: #bed964;}

.orangeline {color: #de533a;
text-decoration:underline;
margin-bottom:.35em;}

.liste {
	padding-left:20px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(Bilder/kreis.gif);
}

.listetool {
	padding-left:20px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(Bilder/kreis.gif);
        margin-bottom:5px;
}

.listetool li {
        margin-bottom:8px;
}



