html, body {
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Nobile, verdana, sans-serif;
  font-size:12px;
  color: #000000;
}
#header {
	background-image: url(../img/bg_header.gif);
	padding-top: 50px;
	padding-left: 24px;
}
#header ul {
margin:0;
padding:0;}
#menu {
	height: 31px;
	padding-top: 21px;
	padding-left: 370px;
}
#slideshow, #teaser {
	height: 189px;
	border-top: 5px solid #b0c933;
	border-bottom: 6px solid #b0c933;
}
#inhalt {
	float: left;
	width: 100%;
	background-image: url(../img/bg_inhalt.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#inhalt_main {
	width: 850px;
  min-height:300px;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 40px;
}
#left {
	float: left;
	width: 400px;
	margin-right: 30px;
	padding-bottom: 40px;
}
#right {
	float: right;
	width: 400px;
	margin-left: 30px;
	padding-bottom: 40px;
}
#footer {
	padding:24px 0;
	float: left;
	width: 100%;
	height: auto;
	background: url(../img/bg_footer.gif) repeat-x;
  line-height:30px;
  color:#70888e;}
/*-------Texte--------*/

h1 {
font-size:16px; 
color: #70888e;
margin-bottom:20px;}
h2 {
font-size:14px; 
color: #b0c933;}
h3 {
font-size:12px; 
color: #000000;}
p {
line-height:1.8em;}
a {
	color: #b0c933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
border-bottom: 1px solid #b0c933;
margin: 20px 0;}
/*-------Navigation--------*/
#navi li {display:inline;}

#navi a {float: left; height: 0px !important; overflow: hidden; border: 0; padding-top: 31px; background-repeat: no-repeat;}
#navihome a {width: 123px; background: transparent url("../img/home_button.gif");}
#naviservice a {width: 123px; background: transparent url("../img/service_button.gif");}
#navipartner a {width: 123px; background: transparent url("../img/partner_button.gif");}
#navikontakt a {width: 123px; background: transparent url("../img/kontakt_button.gif");}
#naviimpressum a {width: 123px; background: transparent url("../img/impressum_button.gif");}

#navihome a:hover, #navihome a:active  {width: 123px; background: transparent url("../img/home_button_over.gif")}
#naviservice a:hover, #naviservice a:active  {width: 123px; background: transparent url("../img/service_button_over.gif")}
#navipartner a:hover, #navipartner a:active  {width: 123px; background: transparent url("../img/partner_button_over.gif")}
#navikontakt a:hover, #navikontakt a:active  {width: 123px; background: transparent url("../img/kontakt_button_over.gif")}
#naviimpressum a:hover, #naviimpressum a:active  {width: 123px; background: transparent url("../img/impressum_button_over.gif")}

/*---------------Footer------------*/
#footer_logo {
	height: 29px;
  float:left;}
.footer_text {
	font-size:11px; 
  color: #3f565b;
  line-height:44px;}
.footer_text a {
	font-size:10px; color: #3f565b;
	text-decoration: none;}
.footer_text a:hover {
color: #344b50;
text-decoration: none;}
/*---------------Klassen------------*/
.links {
float:left;
margin-right:30px;}
.rechts {
float:right;}
.clearfix {
width:100%;
height:auto;
clear:both;
display:block;
padding-bottom:25px;}
.ulclean {
margin:30px 0;
padding:0 0 0 15px;}
.ulclean li {
list-style-type:circles;}
