/*  =========================================================
Media:  screen 
Datum:  22. Januar 2007 – 26.10.2007
Autor:  Peter Müller, Bearbeitung: Alexandre Jasionowski
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: 7px; line-height:17px; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } 
body { 
   background: #F3ECD0;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
}
h1 {
	font-size: 13px;
	font-weight:normal;
	color: #326c8d;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-decoration:none;
	text-transform: uppercase;
} 
h2 { text-transform:uppercase;
	font-size: 11px;
	font-weight:normal; }
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: underline; outline: none;} 
a:link {
	color: #D1490B;
} 
a:visited {
	color: #D1490B;
}
a:hover, 
a:focus {
	color: #F58249;
}
a:active {
	color: #ffffff;
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.bildlinks {
   float:left; 
   padding: 3px;  
}
.bildrechts {
   float:right; 
   padding: 3px; 
}
.clearing { clear: both; }
#logo { 
   color: black;
   background-color: white;
   padding: 5px;
   border: 5px solid #d9d9d9; 
}

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

#wrapper {
	color: black;
	width: 100%;
	margin: 5px auto;
}

#abstandhalter {
	background: url(../bilder/layout/main_bg.jpg) no-repeat;
	padding: 18px 18px 0 18px;
}

#rechtespalte {
   background: url(../bilder/layout/rechtespalte.gif) right repeat-y  ;
}

#inhaltsbereich {
   
}

#kopfbereich {
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 296px;
	padding: 10px 0 0 0;
}
	#kopfbereich ul {
		padding: 6px 0 0 45px;
		margin: 0;
		word-spacing: 0;
		   /* 22.12.2006 - Fix für IE7-Zoomfunktion (aus Mailingliste CSS-Design) */ 
		  }
	#kopfbereich li {
		display: inline;
		list-style-type: none;
		margin: 0 8px 0 0;
		padding: 0;
		}
	#kopfbereich a { 
		color: #000000;
		font-size: 12px;
		text-decoration:none;
		line-height: 12px;
		letter-spacing: 1px;
		margin: 0;
		padding: 0;
		}
	#kopfbereich a:hover,
	#homebereich #navi01 a,
	#vitabereich #navi02 a,
	#bilderbereich #navi03 a,
	#sprechprobenbereich #navi04 a,
	#demobereich #navi05 a,
	#expeditionsbereich #navi06 a,
	#kontaktbereich #navi07 a
		{
		text-decoration: none; /* Unterstreichung aus */
		color: #326c8d;
		background-color: white;
		padding-bottom: 5px; /* ein Pixel mehr als oben */
		border-bottom: none; /* Untere Rahmenlinie aus */
		  }
	#kopfbereich a:active { color: #FFFFFF; background-color: #83a8bd; }

#textbereich {
	padding: 20px;
}

#projekte {
	margin: 0 auto 0 auto;
	padding-left: 135px;
	width: 370px;
	text-align: left;
}
   
#aktuelles {
	width: 211px;
	background: url(../bilder/layout/aktuelles_hg.gif) repeat-y;
	float:left;
	font-size: 10px;
	line-height: 14px;
	}
	#aktuelles h2,
	#aktuelles h3 {
	text-transform:uppercase;
	font-size: 11px;
	font-weight:normal;
	margin: 1px 22px 5px 20px;
	}
	#aktuelles p {
	margin: 1px 22px 5px 20px;
	line-height: 14px;
	}

#fussbereich {
	clear: both;
/*   margin-top: 20px; entfernen */
}

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

/* Das Kontaktformular */
form {
   width: 300px; /* Breite des Formulars */  
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input,
textarea { 
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #326c8d;
	border: 1px #ffffff solid;
	background-color: #e3e8eb;
	padding: 3px;
	margin-bottom: 9px;
}
textarea { 
   height: 7em; 
}
input:focus, 
textarea:focus {
	color: #000000;
   background-color: #ffffff;
   border: 1px #326c8d dotted;
}
.btn
{
width: auto;
cursor:pointer;
color: #FFFFFF;
background-color: #6893AB;
}
.btn:hover
{
background-color: #9FB4C1;
}
   
/* Die Fotogalerie */
div.galerie { 
   overflow: hidden; /* zum Umschließen der Floats */
   padding: 25px 10px 10px 0; 
   margin: 0 3px 3px 0; 
}
/* für IE6 */
* html div.galerie { height: 1%; }

div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #ddd; 
   border-right-color: #aaa; 
   border-bottom-color: #aaa; 
   margin-right: 15px; 
   margin-bottom: 15px;  
}

/* Für den Aktuelles-Bereich */
.aktuellbild {
	margin-left:11px;
	}
.datum {
	line-height: 4px;
	margin: 8px 22px 5px 20px;
	}


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