
/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; 
 lengt: 300px} 

/* Allgemeine Selektoren */

html { 
		/**/margin:0px;
        overflow-y:scroll;
		height: 100%; } /* erzwingt Scrollbar im Firefox */

body { 

margin:0;
        height: 100%;
text-align:center;
   color: black; 
   background-color: white; 
   font-family: Arial, Helvetica, sans-serif; 
  
   text-decoration: none;
}


h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 80%; } 
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

/* Hyperlinks */
.kein {text-decoration: none;}

a { color: black; text-decoration:none; outline: none;   } 
a:link { color: black;text-decoration:none } 
a:visited { color: black;text-decoration:none }
a:hover{color: black;text-decoration:none }
a:focus { color: black;text-decoration:none }
a:active {  color: black;text-decoration:none }
/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
#logo { 
	align: right;

   padding: 0px;
   border: 0px solid; 
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
position: relative;
margin: 0 auto;
width: 770px;

min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */

border: 1px solid #b8b8b8;


text-align:left;
   color: black; 
   background-color: white; 
   width: 770px; /* Breite des Inhaltsbereiches */   

   margin: 0px auto;
}
#editor      { white-space:pre; }

#kopfbereich {
	text-align: right;
   color: black; 
   background: #F2F2F2 url(hintergrund.jpg);
   background-repeat: no-repeat;
   padding: 2px 20px 10px 20px; 
}
   #kopfbereich p {
      padding: 5px 0px 5px 0px; 
      margin-bottom: 0; /* war 1em */
	  background-position: bottom; 
   }

#navibereich { 
   text-align: center;  
   
   background: #F2F2F2 url(hintergrund_navi_unten.jpg); 
   padding: 4px 6px 4px 4px;  
   
   border-bottom: 1px solid #F2F2F2;

} 
   #navibereich ul { margin-bottom: 0; } 
   #navibereich li { 

      display: inline;
      list-style-type: none; 
      /*list-style-position: inside;*/
      margin: 0 ; /* war vorher 10px für rechts */ 
	  
   }
   #navibereich a { 
      color: black; 
        
      padding: 2px 8px ; 
      
	  border: 1px solid #b8b8b8;
	  border-bottom: 0px;
   }  

   
   #navibereich a:hover,
   #navibereich a:focus,
    #navibereich a:active { 
   #startseite #navi01 a;
   #objekte_menue #navi02 a;
   #wirueberuns #navi03 a;
   #kontaktseite #navi04 a;
   #impressum #navi05 a;
      color: black; 
      background-color: #F2F2F2; 
      border: 1px solid #b8b8b8;
	  border-bottom: 0px;
	  
   }  
   
   /*
   #navibereich a:active { 
      color: black;
      background-color: white; 
   }  */

#textbereich { 
 background: #F2F2F2 url(hintergrund_herz.jpg); 
		/**/position:relative;
        /*height: 100%;*/
		padding: 15px 20px 40px 20px; }
   #textbereich a { 
      border-bottom: 1px #cc0000; 
   }
    #textbereich a:active { 
      color: black;
      background-color: white; 
   }  
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid black; 
   }

#fussbereich {
 font-size: small; 
position:relative;
text-align: center;  
    bottom:0px;
	width:770px;
   padding: 0px 0px 0px 0px;
      margin-top: 0px; 
   margin-bottom: 0px; 
    background-color: #F2F2F2; 
}
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
