﻿	/* Selektoren
	   h1,h2,{} Type-Selektoren
	   .klassenName Klassen Selektoren
	   #bezeichner ID-Selektoren
	   .klassenname Nachfahrenselektor leerzeichen von außen nach innen
	   .klasse > Kind-selektor
	   Selektoren für pseudoklassen
	*/
	
	/* Zurücksetzen aller Randabstände */
	*{
	margin:0px; 
	padding:0px;}
	body {  
	  background-color:white;	  
	  font-family: Helvetica, Arial, sans-serif;
	  line-height:1.4em;
	  color:#000000;
	  	}
	h2{font-size:90%}
	
	p{
	 text-indent:24px;
	 padding-top:6px;
	 text-align:justify;	
	 font-size:14px;
	}
	section p.eZeile {
	text-indent:0px;
	}
	p.bildnachweis  {
	text-indent:0px;
	padding-top:12px;
	text-align:justify;
	color:darkgray;
	font-size:75%
	}
	section p a:link {
	   font-weight:normal; 
	   color:#ff0d00; 
	   background-color:white}

	section p a:visited{
	   font-weight:normal; 
	   color:#ff0d00; 
	   background-color:white} 
	   	section p a:hover{
	   font-weight:normal; 
	   color:white; 
	   background-color:#ff0d00}
	header{
	  top:0px;
      height:90px; 
	  background-color: lightgray;
	  margin-right: 3px;
	  border: 1px solid gray;
	  background-image: url(img/verlauf.jpg);
	  background-repeat:repeat:x;
   }
    nav{
	float:left;
    background-color:lightgray;
	width:196px;
	}
	section{
	  margin-left:199px;
	  margin-right:199px;
	  margin-top: 3px;
      background-color:white;
	  padding:6px;
	/*  border: 1px solid lightGray; */
 
	}
	section ul  li{
	   margin-left:48px;
	   font-weight:normal;
	}
    aside{
      float:right;
	  width:182px;    
	  margin-top: 0px;
	  margin-right:3px;
	  margin-bottom:3px;
	  margin-left:3px;
      background-color:white;
	  padding-right: 3px;   
	  padding-left: 3px;
	  padding-bottom: 2px;
	  border: 1px solid lightGray;
	}
footer {
/* background-color:#ff7600; */
text-align:center;
height:32px;
padding-top:6px;
font-size:75%;
margin-left:198px; margin-right:4px;
border:1px solid lightGray;
 }
 
 aside ul li{
   list-style:none; 
   display:block;
   width:178px;
   margin-right:12px;
   color:#002e58;
   height:32px;
   line-height:32px;
   text-decoration:none;  
   text-align:right;
   text-transform:uppercase;
   font-size:75%;
   font-weight:normal;
   border-bottom: 1px solid blue;
  }
 nav ul li{
   list-style:none;}
   nav ul li a{ 
   display:block;
   width:184px;
   padding-left:12px;
   padding-right:0px; margin-right:0px;
   padding-top:0px;
   color:#000000;
   height:32px;
   line-height:32px;
   text-decoration:none;  
   text-align:left;
   text-transform:uppercase;
   font-size:75%;
   font-weight:bold;
   border-bottom: 1px solid white;
  }
  
   a#home{ 
   color:#ffffff;
   background-color:#ff0d00;
  }
  
  nav ul li a:hover {
    background-color:#000000;
    color:#ff0d00; 
    width:172px; 
	height:33px;
	border-left:0px;
		border-bottom:  0px solid white;
    border-right: 12px solid #ff0d00;  
 
	padding-right:0px; 	margin-right:0px;
	padding-left:12px;
  	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	 
 }  
 aside uli li a, a:link, a:visited { color:#000000; text-decoration:none;}
  aside ul li a:hover {background-color:#ffffff;
  color:#ff0d00;  
 }
 .fett  { font-weight:bold}
#clear{clear:both;}

img.rechtsbuendig{
  float:right;
  top:0px;
 
 
}

	 