/*  =========================================================
Stylesheet zur Formatierung der Bildschirmanzeige
Datei:  bildschirm.css
Datum:  2008-11-10 
Autor:  Andrea Böhm 
========================================================== */

/* ======================================
   1. Allgemeine Styles
   ====================================== */
body {
   background-color: white; 
   color: white; 
}
h1 { 
   padding: 0; 
   margin: 0; 
}
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 0px; 
}
/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #01391C; } 
a:visited { color: #01391C; }
a:hover { color: #012713}
a:focus { 
  border-bottom: 0px; 
  color: #01391C;
}
a:active {
	color: #01391C;
	background-color: #FFFFFF;
}

/* Elemente verstecken */ 
.versteckmich {
   position: absolute;
   left: -9999px; 
   top: -9999px; 
   display: inline;
   width: 0;
   height: 0;
}

/* Bei Navigation per TAB-Taste sichtbar machen */
.tabmich:focus, .tabmich:active {
   position: absolute;
   top: 9999px;   /* Werte für top/left ggfs. dem Layout anpassen */ 
   left: 9999px; 
   display: inline; 
   width: 12em;   /* Werte für width/height dem Text anpassen */ 
   height: auto; 
   background-color: white; 
   color: black; 
   padding: 0px; 
}
#logo { 
   color: #E4E5CC;
   left: 0px;
   padding-top: 65px;
   border: 0px; 
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
#wrapper {
	color: black;
	background-color: #F4F4D3;
	width: 1024px;
	height: 837px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#kopfbereich {
   position: relative; 
   background: #E4E5CC url("../images/header1.jpg") no-repeat right;
   height: 155px;
   padding: 10px 20px 0 20px;
}
   #kopfbereich p {
      position: absolute;
      top: 10px ;
      right: 10px;
      padding: 5px 0 5px 0;
      margin-bottom: 0px;
   }
   #kopfbereich p span {
      color: #d90000;
   }

#textbereich {
	margin-left: 290px;
	margin-top: 20px;
	background-color: #F4F4D3;
	height: 585px;
	right: 10px;
	
}
#sidebar{
	padding-top: 0px;
	float: left;
	width: 255px;
	height: 635px;
	position: relative;
	background: #CCCA99 url("../images/sidbarhg.gif") no-repeat left;
}
#sidebar2{
	padding-top: 0px;
	float: left;
	width: 260px;
	height: 635px;
	position: relative;
	background: #CCCA99 url("../images/sidbarhg.gif") no-repeat left;
}
#rightmodul {
	background-color: #D1EDAA;
	height: 590px;
	width: 180px;
	position: relative;
	top: 100px;
	left: 850px;
} 
#spalte01{
	height: 635px;
}

/* ==================================== 
   3. Sonstige Styles 
   ==================================== */

/* Das Kontaktformular */
#form {
   	background-color: #F4F4D3;
	padding-top: 20px;
	padding-left: 20px;
	height:635px;
   	width: 762px; /* Breite des Formulars */  
}

#box1 {
height: 635px;
width: 762px;
overflow: auto;
border: none;
}

#box2 {
height: 200px;
width: 390px;
overflow: auto;
border: none;
background-color:#FFFFFF;
padding:15px;
}
#box3 {
height: 20px;
width: 600px;
border: none;
}
#box4 {
height: 635px;
width: 762px;
border: none;
}
#box5 {
height: 175px;
width: 510px;
overflow: auto;
border: none;
}
#box6 {
height: 100px;
width: 530px;
overflow: auto;
border: none;
}

/* 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; 
}
.sidebox {
	padding-top: 0px;
	margin-left: 0px;
	text-indent: 0px;
}
.liste {
	list-style-type: disc;
}
.texttabelle {
	left: 40px;
}

 /* Ende @media - nicht löschen! */ 

/* ======================================= 
   E N D E  bildschirm.css 
   ======================================= */
