/*  =========================================================
Stylesheet zur Formatierung am Bildschirm
Datei: bildschirm.css
Datum: 2009-12-01 
Autor: Andrea Böhm 
========================================================== */

@media screen { 

/* ======================================
   1. Allgemeine Styles
   ====================================== */
body {
	background-color: #4b3912;
	color: white;
}
h1 { 
   padding: 0; 
   margin: 0; 
}
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
}
/* Hyperlinks */
a {
	outline: none;
	text-decoration: none;
	border-color: #fefed1;
} 
a:link {
	color: #7b8e02;
	text-decoration: none;
	border-color: #fefed1;
} 
a:visited {
	color: #7b8e02;
	text-decoration: none;
	border-color: #fefed1;
}
a:hover {
	color: #7b8e02;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:active { 
   color: #7b8e02; 
}
a[href^="http:"]{ 
   background: url(linkinsweb.gif) no-repeat left center; 
   padding-left: 0px; 
}
a[href^="http:"]:visited {
   background-image: url(linkinsweb_visited.gif);
}

/* Allgemeine Klassen und IDs */

/* 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: #0b447c; 
   color: black; 
   padding: 5px; 
   border: 1px solid black;
}
#logo { 
   color: black;
   background-color: white;
   padding: 5px;
   border: 5px solid #d9d9d9; 
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
#wrapper {
	color: black;
	background-color: #efe5bf;
	width: 1024px;
	height: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/hg.gif);
}
#kopfbereich {
	width: 1024px;
	height: 195px;
	color: white;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../bilder/hg_kopf.jpg);
}
   #kopfbereich p {
	position:absolute;
	top: 19px;
	right: 10px;
	padding: 0px 0 0px 0;
	margin-bottom: 0;
	left: 1024px;
   }
   #kopfbereich p span {
	text-decoration: none;
   }	
#textbereich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	position: relative;
	width: 640px;
	display: table;
	line-height: 20px;
	font-weight: normal;
	top: 15px;
}
   #textbereich a {
	text-decoration: none;
   }
   #textbereich a:hover,
   #textbereich a:focus {
	text-decoration: none;
   }



#fussbereich {
   padding: 0px 0 0 0;
   text-align: center;
   width: 1024px;
   height: 43px;
   background-image: url(../bilder/fusszeile.jpg);
  
}
   #fussbereich ul {
	text-align: center;
	font-size: 70%;
	font-style: normal;
	letter-spacing: 1px;
	padding: 20px;
	margin: 0;
   }
   #fussbereich ul li {
      list-style-type: none;
      padding: 0;
      margin: 0;
   }

/* ==================================== 
   3. Sonstige Styles 
   ==================================== */

/* Das Kontaktformular */
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	width: 500px;
	display: table;
	line-height: 20px;
	position: relative;
	border: 1px solid #7b8e02;
	padding: 15px;


	}
/* 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; 
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 650px;
	padding-left: 19%;
}
.liste {
	list-style-position: inside;
	list-style-type: disc;
	left: 18px;
}
.rahmen {
	width: 650px;
	line-height: 20px;
	padding-left: 19%;
	border-bottom: 0px;
}

} /* Ende @media */ 
