/*  ===============================================
Stand:  Kaskade, Vererbung, Standardwert
Datei:  bildschirm.css
Datum:  2009-04-17
Autor:  Moritz Brill
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
================================================ */

/* ======================================
  1. Kalibrierung und Restauration
  ====================================== */
/* Reset - alle Abstände auf NULL */
* { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h2, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em ; } 
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */
body { 
  background-color: #354D2C; 
  color: white; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
}
h1 {
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
h2 { font-size: 130%; } 
h3 { font-size: 100%; } 
h4 { color: #F0FF64;
font-size: 300%; 
	font-family: Impact, Gadget, sans-serif;
	font-style: italic;
	}
address {
  text-align: center;  
  font-size: 80%;     
  font-style: normal; 
  letter-spacing: 2px;
  padding-top: 8px;
}
adress a:hover ,
adress a:focus {
	 color: #496f3c; 
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: none;
}
a { 
  text-decoration: none;
   color: #F0FF64; 
   outline: none;
  /* outline: none; */ /* nur wenn es Sie wirklich stört */
} 
a:link,
a:visited,
{ color: #F0FF64; 
	border-bottom-width: 0px;
	border-bottom-color: none;
}
a:hover ,
a:focus {
	 color: #496f3c; 
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: none;
}
a:active {
	color: #F0FF64;
  background-color: none;
  border-bottom: 0; 
 ;
}
/* Allgemeine Klassen und IDs */
img#logo {
	border: hidden;
  background-color: none;
  padding: 10px 20px 10px 20px;
}  
/* NEU: Skiplink ausblenden */
.skiplink { 
  position: absolute; 
  top: -9999px; 
  left: -9999px; 
  width: 0; 
  height: 0; 
  font-size: 0; 
  line-height: 0; 
}
#BottomFrame {
	width: 100%;
	height: 80%;
	border: 0px;
	padding: 0;
}
th {
	text-align:left;
} 
td {
	text-align:center;
}

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

#wrapper { 
  background-color: #354D2C; 
  color: black; 
  width: 900px;
  height: 600px;
  margin: 30px auto;
}
#kopfbereich {
	position: relative;
	background:  url(header.jpg);
  color: black;
}
  #kopfbereich h4 {
	position:absolute; /* relativ zu #kopfbereich */
	top: 12px;
	right: 227px;
	padding: 0;
	margin-bottom: 0; /* war 1em */ 
  } 

#navibereich {
	background: url(navi.jpg) repeat-y left top;
  text-align: center;
  color: black;
  padding: 5px 20px 4px 20px;

}
  #navibereich ul {
	margin-bottom: 0;
font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;
}
  #navibereich li {
    display: inline;
    list-style-type: none;
    margin: 5px;
  }
  #navibereich a ,
  #navibereich strong {  
    color: #F0FF64;
   } 
  #startseite #navi01 a,
 {
	color: #F0FF64;

  } 
 #navibereich a:hover,
  #navibereich a:focus { 
    color: #496f3c; 
    background-color: none; 
	border-bottom: 0;    
    border-bottom-color: none;
	
  } 
  #navibereich a:active {
	color: #496f3c;
	background-color: none;
  }
  
#textbereich { 
background: url(textfeld.jpg) repeat-y left top;
color: #F0FF64;
  padding: 5px 10px 20px 20px; 
  margin:0;
  height: 373px;
  
}
#archivbereich {
	background: url(textfeld.jpg) repeat-y left top;
	color: #F0FF64;
	 padding: 10px; 
	margin:0;
	height: 378px;
	text-align: center;  
}
  #archivbereich li {
	  font-size:16px;
	  font-weight:bold;
    display: inline;
    list-style-type: none;
    margin: 3px;
  }
  #textbereich a { 
  border-bottom: none; 
}
  #textbereich a:hover,
  #textbereich a:focus {
   color: #A9CE88; 
    background-color: none; 
	border-bottom: 0;    
    border-bottom-color: none; 
  }
#fussbereich {
	background: #496F3D url(footer.jpg) repeat-y left top;
	color: #F0FF64;
	height: 30px;
  padding: 0;
  margin-top: 0; 
}
#fussbereich a:hover ,
#fussbereich a:focus {
	 color: #A9CE88; 
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: none;
}
/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* Das Kontaktformular */
form {
  background-color: #eee;
  width: 370px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label {
  display: block;
  cursor: pointer;
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

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