/* ===============================
   1. Kalibrierung und Allgemeines
   =============================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#666666; }  
ul ul {  } 
li {  } 

/* Allgemeine Selektoren */

html { height: 100%; } 
body {
	height: 100%;
	background-color: #B8B4AB;
	/*	font-family: "Kozuka Gothic Pro EL", "Helvetica 25 UltraLight", "Helvetica 35 Thin", "Helvetica 45 Light", "Diavlo Light", Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#666666;
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-y;
	line-height: 19px;
}
h1 { font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight:normal; color: #3c84aa; letter-spacing: 0.3px;} 
h2 { font-size: 13px; }
h3 { font-size: 12px; }
address {
	text-align: right;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.3px;
}

/* Hyperlinks */
a { text-decoration: none;} 
a:link { color: #3c84aa; } 
a:visited { color: #3c84aa; }
a:hover, 
a:focus { 
 color: #239bdb; text-decoration: underline;
}
a:active { 
   color: #239bdb;
   }

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.clearing { clear: both; }
#logo {
	float: left;
	position: absolute;
}

/* ==============
   2. Layout-Sile
   ============== */

#wrapper {
	position: relative;
	color: black;
	width: 960px;
	min-height: 100%;		/* min-height, damit der Footer immer unter dem Wrapper klebt! */
}

* html #wrapper /* IE6-Hack, damit der Footer auch unten angezeigt wird ... */
	{ height: 100%;	} 

#kopfbereich {
	padding-left: 85px;
	padding-top: 50px;
	position: relative;
}

#navibereich {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 30px 330px 0px 0px;
	position: static;
	height: 35px;
	width: 300px;
	float: right;
	background-image: url(../bilder/navi/navi_bg_on.gif);
	background-repeat: no-repeat;
	background-position: 1002px;	
} 
   #navibereich ul {
	height: 35px;
   } 
   #navibereich li {
	list-style-type: none;
	margin: 0;
	height: 35px;
	background-image: url(../bilder/navi/navi_bg_off.gif);
	background-repeat: repeat-x;
	padding: 8px 1px 0px 1px; 
	float: right;
   }
   #navibereich a {
	display: block;
	text-decoration: none;
	color: #3c84aa;
	height: 35px;
	letter-spacing: 0.3px;
	float: left;
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #portraitseite #navi01 a, 
   #werbungsseite #navi02 a,
   #produktseite #navi03 a,
   #kontaktseite #navi04 a {
	color: #349dd4;
	background-image: url(../bilder/navi/navi_bg_on.gif);
	background-position: -2px -8px;
	background-repeat: repeat-x;
   }  
   #navibereich a:active {
	color: #239bdb;
   }  

#inhaltsbereich {
	padding: 20px 10px 20px 20px;
	float:left;
	width:930px;
}
   #inhaltsbereich a { 
      
   }
   #inhaltsbereich a:hover,
   #inhaltsbereich a:focus { 
     
   }
   
#textbereich {
	position:relative;
	float:left;
	width: 470px;
	padding: 0 10px 0 150px;
}

#textbereich p, 
#textbereich h1,
#textbereich h2
	{
	margin: 5px 70px 10px 32px;
	}
	
#textbereich ul {
	margin: 0 60px 5px 53px;
   } 
   
#textbereich li {
	margin-bottom: 3px;
   }

#spalterechts {
	position:relative;
	float:right;
	width: 275px;
	padding: 20px 15px 0 0;
}

#spalterechts img {
	margin: 10px 4px 0px 5px;
	padding: 2px;
}

#spalterechts img:hover,
#spalterechts img:focus {
	background-color:#e4e3df;
}

* html #spalterechts a:hover {			/* Hack für den IE (für Thumbs-Rahmen)  */
	background-color:#e4e3df;
}


#grossbild {
	background: url(../bilder/layout/layout_14.gif) no-repeat;
	height: 340px;
	width: 470px;
}

#grossbild img {
	margin: 34px 0 0 34px;
}

#fussbereich {
	position:relative;
	bottom: 0;
	width: 610px;
	color: black;
	padding: 10px 330px 20px 20px;
	margin-top: -45px;
/*	background: url(../bilder/navi/navi_bg_off.gif) bottom repeat-x;
	margin-top: 20px; entfernen */
}

* html #fussbereich
	{
		margin-top: -43px;
	}

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

/* Das Kontaktformular */
form {
margin: 20px 0 30px 32px;
font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#666666;
 /* Breite des Formulars */  
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input,
textarea { 
	width: 250px;
	font-family: Helvetica, Aral, sans-serif;
	font-size: 11px;
	color: #326c8d;
	border: 1px #ffffff solid;
	background-color: #d8e1e6;
	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: #6e9bb3;
}
.btn:hover
{
background-color: #9FB4C1;
}


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