html, body{
	margin:0; padding:0;
}
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	padding:19px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#000;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#wrapper{
	width:900px;
	margin:0 auto;
}
#header{
	height:138px;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
}
#header ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	bottom:59px;
}
#header ul li{
	float:left;
}
#header ul li a{
	text-decoration:none;
	padding:10px;
	outline:none;
	display:block;
}
#header ul li span{
	padding:10px 0px;
	display:block;
}
#header ul li a:hover, #header ul li a:focus, #header ul .aktiv{
	background-image:url(images/pfeil_oben.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#navi{
	background-image:url(images/navi_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#navi ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#navi ul li{
	float:left;
	border-color:#f5f5f5;
	border-width:0px;
	border-left-width:1px;
	border-style:solid;
}
#navi ul li a{
	text-decoration:none;
	padding:14px 6px;
	display:block;
	outline:none;
}
#navi ul li.last a{
	padding-right:11px;
}
#navi ul li a:hover, #navi ul li a:focus, #navi ul .aktiv{
	background-image:url(images/navi_hover.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#content{
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-x;
	padding:10px 0px;
}
#content_wrapper{
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	background-position:240px;
}
#col-1{
	width:224px;
	float:left;
}
#search{
	margin-bottom:20px;
	padding:0px 10px;
	padding-bottom:10px;
	background-image:url(images/search_bg.gif);
}
#search input{
	float:left;
}
#search .input{
	width:175px;
	font-size:11px;
	padding:2px;
	margin:0;
	border-color:#b6bec5;
	border-width:1px;
	border-style:solid;
}
#col-2{
	width:646px;
	float:right;
}
#col-2 a:link, #col-2 a:hover, #col-2 a:visited, #col-2 a:active{
	color:#128ecb;
}
#col-2 ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:15px;
}
#col-2 ul li{
	background-image:url(images/li_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0;
	padding:4px 0px;
	padding-left:10px;
}
#col-2 ul li li{
	padding-bottom:0px;
	padding-top:4px;
}
#col-2 h1{
	font-size:14px;
	color:#128ecb;
	margin:0; padding:0;
	margin:10px 0px;
}
#col-1 h2, #col-2 h2{
	background-image:url(images/headline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f5f5f5;
	font-size:14px;
	padding:8px;
	margin:0px;
}
#showroom{
	height:124px;
	background-image:url(images/showroom.jpg)!important;
}
.box{
	padding:8px;
}
#col-1 p{
	padding:0;
	margin:15px 0px;
}
#col-2 p{
	padding:0;
	margin:15px 0px;
	padding-right:10px;
}
#footer{
	border-width:0px;
	border-color:#ccc;
	border-top-width:1px;
	border-style:solid;
	font-size:10px;
}
#footer .left{
	float:left;
	margin-top:5px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:5px 0px;
	float:right;
	border-style:solid;
	border-width:0px;
	border-top-width:4px;
	border-color:#128ecb;
}
#footer ul li{
	float:left;
}
#footer ul a{
	text-decoration:none;
	color:#000;
	padding:0px 10px;
}
.hr hr{
	display:none;
}
.hr{
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
	margin:0;
	padding:10px 0px;
	overflow:hidden;
}
#news{
	padding:10px 0px;
}
#news img{
	float:left;
	margin-right:15px;
	display:block;
}
#news .more{
	text-align:right;
}
#submenu{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:25px;
	margin-bottom:20px;
}
#submenu li{
	background-image:url(images/li_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin:0;
	padding:4px 0px;
	padding-left:10px;
}
#submenu a{
	text-decoration:none;
}
#submenu a.aktiv{
	font-weight:bold;
}
#formwrap{
	background-color:#f5f5f5;
	padding:20px 50px;
}
#formwrap label{
	line-height:20px;
}
.form input, .formlong input, .formlong textarea{
	width:520px;
}