/*  =========================================================
Stylesheet für die Annette Kießling Website
Datei:  bildschirm.css
Media:  screen 
Datum:  24. Juni 2009
Autor:  A. K. 
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, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: lem; } 

/* Allgemeine Selektoren */

html { height: 101%; }

body {
	color: #000000;
	background:#000000;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
}

h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }

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: none; } 
a:visited { color: none; }
a:hover, a:focus { 
  border-bottom: none;
}

a:active { 
   color: 333333; 
   background-color: transparent; 
}

/* Allgemeine Klassen und IDs */

.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.eingabe {
	background: transparent;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
	width: 400px;
	height: 140px;
	border: 1px solid #999999;
}
.eingabeII {
	background: transparent;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
	width: 400px;
	height: 16px;
	border: 1px solid #999999;
}
.submitbutton {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #cdcdcd;
	height: 20px;
	width: 90px;
	padding-bottom: 1px;
}
.formerror {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
}
.nosee { display:none; } /*Formularfeld Spam*/
.clearing { clear: both; }

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper { 
   color: cdcdcd; 
   background: #FCEDBE;
   width: 740px;
   max-height: 1500px; 
   margin: 20px auto;
}
#kopfbereich {
    width: 740px; 
	color: #000000;
	background: #000000;
	padding: 0px 0px 0px 0px;
}
#kopfbereich p {
    top: 10px ; 
    right: 10px;  
    font-weight: bold;  
    padding: 5px 0 5px 0; 
    margin-bottom: 0; 
}
#kopfbereich p span {
	color: #000000;
}
#kopfbereich a {
    border: none;  
}
#navibereich {
   padding: 12px 0px 12px 30px;
   color: #000000;
   background: #9B1917;
}
#navibereich img {
      text-align: center;
}
#navibereich a {
	display: inline;
	text-decoration: none;
	font-weight: regular;
	color: #000000;
}
#navibereich a:hover, a:focus {
	font-size: 12px;
	color: #000000;
	font-weight: regular;
	border-bottom:transparent;
}
#navibereich a.menupassive:hover {
	font-size: 12px;
	color: #FCEDBE;
	font-weight: regular;
	border-bottom:transparent;
}
#navibereich a.menuactive {
	font-size: 12px;
	color: #FCEDBE;
	font-weight: regular;
	border-bottom:transparent;
}
#textbereich {
	padding: 0px 10px 10px 30px;
	width: 740px;
	text-align: left;
	font-weight: normal;
	color: #FCEDBE;  
}
#textbereich img { 
    border: none; 
}  
#textbereich a {
	color: #000000;
	textbereich text-decoration: none; outline: none;
}
#textbereich a:hover,
#textbereich a:focus {
	color: #9B1917;
}
#thumbbereich {
	/*clear: both;*/
    background-color: #000000;
	padding: 10px 10px 300px 10px;
	text-align: left;
}
#thumbbereich img {
   padding: 1px 1px 1px 1px; 
   /*border: 1px solid #EAEAEA;*/
}
#fussbereich {
	text-align: left;
	clear: both;
	color: #9B1917;
	background-color: #000000;
	padding: 0px 0px 100px 30px;
}

/* ==================================== 
   3. Sonstige Styles 
   ==================================== */

/* Das Kontaktformular */
#formularbereich {
   padding: 20px 10px 20px 30px;
   width: 664px; 
   min-height: 300px;
   text-align: left;
   font-weight: normal;
   font-size: 11px;
   color: #999999;
   text-align: left;
}
#formularbereich p {
    font-size: 14px;
	font-weight: bold;
	font-style: italic;
    color:#999999;
	text-align: left;
}

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
