/* ----------------------------------
Autor: Antonia Sch&ouml;nstein 

Inhalt:
1. Kalibrierung
2. Allgemeine Styles
3. Layout-Styles
4. Sonstiges 
---------------------------------- */


/* ----------------------------------
   1. Kalibrierung */

* { padding: 0px; margin: 0px; } 
img { border: 0px; }


/* ----------------------------------
   2. Allgemeine Styles */   

html, body{ 
  height: 100%; 
  padding: 0px; 
  margin: 0px; 
  background-color: #ffffff; 
	color: #404040; 
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size:  13px;
	line-height:20px;
}

#wrapper{ 
  position: absolute; 
  width: 100%; 
  min-height: 100%; 
}
/* exploder V6 only */
* html #wrapper{
  height: 100%;
}    

#header{
  position: relative;
  background-color: #FCAD1A;
  width: 100%;
  height: 100px;
}

#left{
  position: relative;
  float: left;
  width: 280px;
  top: 40px;
	padding-left:20px;
}

#logo{
  position: relative;
  width: 150px;
	height: 170px;
  top: 20px;
	padding-left:20px;
}

#navigation{
  position: relative;
  top: 45px;
	padding-left:30px;
}

#right{
  position: relative;
  float: left;
  width: 700px;
  margin-bottom: 40px;
  top: 80px;
}

#footer{
  position: absolute;
  bottom: 0px;
  width: 100%; 
  height: 35px;
  background-color: #FCAD1A;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	text-indent:300px;
	padding-top:15px;;
  clear: both;
}
/* exploder V6 only */
* html div.footer{
  bottom: -1px;
}




p {
	padding-bottom:15px;
}

h1{ 
  font-size: 22px;
  font-weight: 600;
	color: #FCAD1A; 
	line-height:30px;
	padding-bottom: 35px;
}

a { 
	color: #D37D01;
	font-weight:600;
	text-decoration: none;
  outline: none;
} 
a:active, a:vistid, a:focus {
	color:#D37D01;
}
a:hover{
	color:#FCAD1A;
}

a.nav { 
	font-size:16px;
	font-weight:bold;
	color: #D37D01;
	text-decoration: none;
} 
a.nav:active, a.nav:vistid, a.nav:focus {
	color:#D37D01;
}
a.nav:hover{
	color:#FCAD1A;
}

a.navOn { 
	font-size:16px;
	font-weight:bold;
	color: #FCAD1A;
	text-decoration: none;
} 
a.navOn:active, a.navOn:vistid, a.navOn:focus {
	color:#FCAD1A;
}
a.navOn:hover{
	color:#FCAD1A;
}

a.nav2 { 
	font-size:16px;
	font-weight:bold;
	color: #98691E;
	text-decoration: none;
} 
a.nav2:active, a.nav2:vistid, a.nav2:focus {
	color:#98691E;
}
a.nav2:hover{
	color:#FCAD1A;
}

a.h3 { 
	color: #ffffff;
	text-decoration: none;
} 
a.h3:active, a.h3:vistid, a.h3:focus {
	color:#ffffff;
}
a.h3:hover{
	color:#ffffff;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: dotted 1px #CCCCCC;
 border-bottom: dashed 1px #9E3B0A; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 width:180px;
 margin-top:10px;
 margin-bottom:23px;
}

#left ul li{
 list-style-type:none;
 padding-bottom:12px;
}




