*, html, body, ul, li {
	margin: 0;
	padding: 0;
}

body {
	
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
  height:100%;
 }
 
 #huelle {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	 height:100%; 
}

#rechts a {
	color:#ffffff;
	font-decoration:underline;
}
 
#gesamt {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	color: #000;
	line-height: 1.4em;	
	text-align: left;
	background: #fff url(img/main/home.jpg) no-repeat top left;
	 height:95%;
	min-height:520px;
}

h1 {
	margin: 0;
	padding: 0px 0 20px 0;
	line-height: 1.4em;
	text-align: left;
	font-size: 1em;
}

/*p {
	padding: 20px;
}*/

#kopf {
	
	height: 84px;
	margin-bottom: 40px;
	padding: 0px 20px 0 25px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#kopf #headlines {
	float: left; /* submenue nach rechts schieben */
	margin-top: 5px;
	margin-bottom: 20px;
}	

#kopf h3 {

	font-size: 1.6em;
	margin: 0 ;
	padding: 0;
	color:  #33b5e0;
	text-transform:uppercase;
	letter-spacing:0.1em;
	
}
#kopf h4 {
	font-size: 1.1em;
	margin: 0 ;
	padding: 0;
	color:  #33b5e0;
	text-transform:uppercase;
		letter-spacing:0.1em;
	}
	

	
#kopf ul#navigation {
	clear: both;
}
#kopf ul#navigation li {
	float: left;
	list-style:none;
	
}

#navigation a {
  float:left;
  display:block;
   background: transparent;
   padding: 3px 12px 3px 0;
   color: #000;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 0.1em;
  font-size:1em;  
  width: auto; /* nur IE 5.x */ 
}

.spacer {
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 2px;
}
/*
#navigation > ul a,
#submenue > ul a,
 {width:auto;}  /* für alle anderen Browser */


#navigation a:hover { 
	color:  #33b5e0;
    background-color: transparent;
}


#navigation #current a {
	color:  #33b5e0;
  font-weight:bold;
}



#kopf ul#submenue {
	margin-top: 5px;
	float: right;
	width:50%;
}
#kopf ul#submenue li {
	 float:right;
	list-style:none;
	
}

#submenue a {
  float:left;
  display:block;
   background: transparent;
   padding: 0px 6px;
   color: #000;
  text-decoration:none;
  letter-spacing: 0.1em;
  font-size:0.9em;  
  width: auto; /* nur IE 5.x */ 
}

#submenue a:hover { 
	color:  #33b5e0;
    background-color: transparent;
}


#submenue #current a {
	color:  #33b5e0;
  font-weight:bold;
}



#links {
	float: left;
	width: 230px;
	background-color: transparent;
}

#boxlinks {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color:  #33b5e0;
	width: 220px;
	padding: 7px 0px 20px 25px;
}

#boxlinks h2 {
	font-size: 1.2em;
	margin: 0 0 8px 0;
	padding: 2px 0 0 0px;
	letter-spacing:0.1em;
	text-transform: uppercase;
}
#boxlinks .h3 {
	font-size: 0.7em;
	padding:  0px;
	font-weight: normal;
	
}

#boxlinks a {
	text-decoration:none;
	 color:  #33b5e0;
}

#boxlinks a:hover {
	text-decoration:underline;

}

#inhalt {
	margin: 0 0 0 0px;
	padding: 0 0px 0 0;
	position: relative;
	text-align: left;
	width: 960px;
	}

#inhalt ul li {
	background: transparent url(img/li_blau.gif) no-repeat 0px 6px;
 padding: 0 0 0 1.2em ;
}

#rechts {
	float:right;
	margin-top: 130px;
	width: 205px;
	background: #33b5e0 url(img/boxrechtsunten.gif) no-repeat bottom left;
	filter:alpha(opacity=80); 
	-moz-opacity:.80; 
	opacity:.80;
	color: #fff;
	padding: 20px 10px 20px 10px;
	
	}

#rechts p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 160%;
}

#fussstart {
	background: #33b5e0 url(img/fuss.gif) no-repeat top left;
	width: 960px;
	color: #fff;
	text-align: right;
	padding: 10px 0px 10px 0;
	font-size:0.9em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 0;
}

#fussstart a {
	color: #fff;
	text-decoration: none;
}

#fussstart a:hover {
	color: #fff;
	text-decoration: underline;
}

