/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } 
body { 
   color: white; 
   background-color: #FFFFCC; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #FF0000; } 
a:visited { color: #FF0000; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #d90000 
}
a:active { 
   color: white; 
   background-color: #d90000; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.bildlinks {
   float:left; 
   padding: 3px; 
   border: 5px solid #ccc; 
   margin-right: 10px; 
   margin-bottom: 10px; 
}
.bildrechts {
   float:right; 
   padding: 3px; 
   border: 5px solid #FFFFFF; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.clearing { clear: both; }
#logo { 
   color: black;
   background-color: white;
   border: 5px solid #FFFFFF; 
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper { 
   color: black; 
   background: white url(../img/farbverlauf_navi.jpg) repeat-y ;
   width: 720px;  
   margin: 10px auto;
}

#kopfbereich {
   position: relative;  
   color: black; 
   background: #ffe574 url(../img/farbverlauf.jpg) repeat-y top left;
   padding: 10px 20px 10px 20px; 
}
   #kopfbereich p {
      position:absolute;
      top: 10px ; 
      right: 10px;  
      font-weight: bold;  
      padding: 5px 0 5px 0; 
      margin-bottom: 0; 
   }
   #kopfbereich p span {
      color: #d90000;  
   }

#navibereich {
	float: left;
	width: 110px;
	padding-left: 20px;
	padding-top: 20px;
	height: 250px;
} 
   #navibereich ul { 
      width: 7em; 
      border-top: 1px solid #d90000;
   } 
   #navibereich li { 
      list-style-type: none; 
      border-left: 1px solid #d90000; 
      border-bottom: 1px solid #d90000; 
      margin: 0;
   }
   #navibereich a { 
      display: block;  
      text-decoration: none;
      color: black; 
      background-color: #ffe574; 
      padding: 4px; 
      border-left: 3px solid #ffe574; 
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #startseite #navi01 a, 
   #michseite #navi02 a,
   #linksseite #navi03 a,
   #impressseite #navi04 a { 
      color: black;
      background-color: white;
      border-left-color: #d90000;
      border-bottom: none; 
   }  
   #navibereich a:active { 
      color: black; 
      background-color: #d9d9d9; 
   }  

#textbereich {
	padding: 20px 10px 20px 20px;
	margin-left: 130px;
}
   #textbereich a { 
      border-bottom: 1px dotted #cc0000; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid #d90000; 
   }

#fussbereich {
   clear: both; 
   color: black; 
   background-color: white; 
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c; 
/*   margin-top: 20px; entfernen */
}

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
