/*  =========================================================
Stylesheet für die Homepage des Fördervereins Rübenau 
Datei:  bildschirm.css
Datum:  01.02.2009
Autor:  Katrin Reichl 
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   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; } 

/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body { 
   color: white; 
   background-color: #C8D5B4; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
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: #667056; } 
a:visited { color: #AEB5A4; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #667056 
}
a:active { 
   color: white; 
   background-color: #667056; 
}
/* 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 #FBFBED; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.clearing { clear: both; }

#logo { 
   color: black;
   background-color: white;
   padding: 5px;
   border: 5px solid #d9d9d9; 
}
/* Das Kontaktformular */
form {
   background-color: #C2CCB1;
   width: 370px; /* Breite des Formulars */ 
   padding: 20px; 
   border: 1px solid #8c8c8c;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}

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

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   color: black; 
   background-color: white; 
   width: 900px; /* Breite des Inhaltsbereiches */   
   margin: 10px auto;
}

#kopfbereich {
   color: black; 
   background: #FBFBED;
   padding: 15px 25px 15px 25px; 
}
   #kopfbereich p {
      padding: 5px 0px 5px 0px; 
      margin-bottom: 0;}
   

#navi, #navi ul { list-style-type:none; margin:0; padding:10px 20px; } /* Style-Reset */

		#navi li { width:110px; float:left; } /* Horizontale Anordnung */
		
		#navi li ul { display:none; } /* Normalzustand eingeklappt */
		#navi li:hover ul { display:block; } /* Ausgeklappt */
#navcontainer { height:16px; position:relative; }
	  
	  #navi { position:absolute; }
	  
	  #navi li { border:0px solid #000; margin:0 10px 0 0; }
	    #navi ul li { border:none; margin:0; }
		
	  #navi a { font-weight:normal; text-align:center; display:block; padding:0.1em; }
	  #navi a:link, #navi a:visited { color:#667056; background:#C2CCB1; text-decoration:none; }
	  #navi a:active, #navi a:hover { color:#667056; background:#DDE5CF; text-decoration:none; }
 

#textbereich { padding: 20px 20px 20px 20px; 
	margin-left: 130px;
	margin-top: 50px; }

#textbereich a { 
      border-bottom: 1px dotted #667056; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid #A6B096; 
   }

#fussbereich {
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c; 
   margin-top: 20px; 
}
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */