*{
outline:none;
}
html, body {
	height: 100%;
	background: url(../images/layout/background.jpg) 0 0 repeat-x #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin:0;
}

#outerwrapper {
	margin: 0 auto 0 auto;
	width: 930px;
	min-height: 100%;
	background: url(../images/layout/bg_contentwrapper.gif) 0 0 repeat-y;
	
}

* html #outerwrapper {
	height: 100%;
}

#wrapper {
	float: left;
	width: 890px;
	background: #fff;
	margin: 0 auto 0 auto;
	
}

#left {
	width: 20px;
	height: 320px;
	background: url(../images/layout/bg_left.jpg) 0 0 no-repeat;
	float: left;
}

#right {
	width: 20px; 
	height: 320px;
	background: url(../images/layout/bg_right.jpg) 0 0 no-repeat;
	float: left;
}

#header{
	float: left;
	width:890px;
	height: 100px;
	background: url(../images/layout/header_bg.jpg) 0 0 no-repeat;
}

#flashhead {
	float: left;
	height:213px;
	width: 890px;
	background-color: #ffffff;	
}
#flashhead #kundenlogin{
	margin:0px 0 0 640px;
	height:35px;
	width: 181px;
}


#navi {
	float: left;
	width: 286px;
}

#content {
	float: left;
	width: 488px;
	background: #fff url(../images/layout/bg_content.jpg) 0 0 no-repeat;
	min-height: 300px;
	padding: 45px 53px 60px 63px;
	
}

* html #content {
	height: 300px;
}

#footer {

	clear:both;
	width: 890px;
	padding: 0;
	height: 49px;	
	margin: -49px auto 0 auto;
	background: url(../images/layout/footer.jpg) 0 0 no-repeat;
	color: #030303;
	font-size: 11px;
}
#clear {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
}

#navitop {
	background: url(../images/layout/navi_head.jpg) 0 0 no-repeat;
	height: 40px;
	width: 286px;
}

#navicenter {
	background: url(../images/layout/navi_center.jpg) 0 0 no-repeat;
	min-height: 138px;
	width: 209px;
	padding: 0 0 0 40px;
}

* html #navicenter {
	height: 138px;
}

#navibottom {
	background: url(../images/layout/navi_bottom.jpg) 0 0 no-repeat;
	height: 39px;
	width: 286px;
	margin: 0 0 20px 0;
	display:block;
	clear:both;
	}

#navibottom2 {
	height: 39px;
	width: 286px;
	margin: 0 0 20px 0;
	display:block;
	clear:both;
	}


#navicenter a {
	color: #404040;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	display: block;
}

#navicenter a.sub {
	padding: 0 0 0 24px;
	background: url(../images/sub.gif) 15px center no-repeat;

}



#navi a.normal {
	color: #404040;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	margin: 0 0 0 40px;
	display: block;

}


#navicenter a.subaktiv {
	font-weight:bold;
	padding: 0 0 0 24px;
	background-image: url(../images/aktiv.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-weight:bold;
}

#navi a.normalaktiv {
	color: #404040;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	margin: 0 0 0 40px;
	padding: 0 0 0 15px;
	display: block;	
	font-weight:bold;
	background-image: url(../images/aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navi a.aktiv {
	color: #404040;
	font-weight:bold;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
	background-image: url(../images/aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

#navi a:hover {
	color: #656565;
}

#content p {
	padding: 0 0 0 20px;
	line-height: 20px;
	margin:;
}

#content p.goleft {
	padding: 0;
}

#content h1 {
	padding: 0 0 0 20px;
	font-size: 15px;
	margin: 0 0 10px 0;
}


#suche {
height:40px;
width:450px;
margin:140px 0 0 240px;
}

#suche p{
float:left;
margin:2px 0 0 0;
padding:0;
}
#searchengine input {
	width:160px;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin:0 0 0 20px;
	float:left;
}

#suche .suchbtn {
	background-image:url(../images/btn.jpg);
	display:block;
	background-position: left;
	border: 0px;
	background-color:transparent;
	text-indent:-3000px;
	height: 19px;
	width: 27px;
	cursor:pointer;
	margin:0 0 0 0;
	font-size:0px;
	color:#fff;
}

a {
	color: #879E10;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#login label {
	display: block;
	width: 110px;
}

#login input {
	width: 180px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}

#login input#einloggen {
	background: #889D0F;
	border: none;
	cursor: pointer;
	padding: 5px;
}

p.error {
	display: block;
	background: #dfdfdf url(../images/error.gif) 0 0 no-repeat;
	padding: 0 0 0 40px !important;
	margin:  0 0 30px 0 !important;
}

#content ul li, #content ol ul li{
	line-height:20px;
	color:#666;
	font-weight:normal;
	list-style-image: url(../images/aktiv.gif);
}
#content ol li{
	color:#889d0f;
	font-weight:bold;
	line-height:20px;
}
#content ol li .inli{
	line-height:20px;
	color:#666;
	font-weight:normal;
}

#jbs ul{
margin-left:40px!important;
	padding-left:40px!important;
	line-height:20px!important;
	color:#666!important;
	font-weight:normal!important;
	list-style-image: url(../images/aktiv.gif)!important;
}

#jbs ul li{
	line-height:20px!important;
	color:#666!important;
	font-weight:normal!important;
	list-style-image: url(../images/aktiv.gif)!important;
}

.referenz {
margin:0 15px 0 0;
}


.btn_ver {
float:left;
margin-right:20px;
margin-bottom:20px;
text-indent:-2000px;
background-image:url(../images/vergroessern.gif);
display:block;
width:126px;
height:20px;
border:none;
}
.btn_ver:hover {
background-image:url(../images/vergroessern_hover.gif);
}

.btn_flash {
float:left;
margin-right:20px;
margin-bottom:20px;
text-indent:-2000px;
background-image:url(../images/flashversion.gif);
display:block;
width:126px;
height:20px;
border:none;
}
.btn_flash:hover {
background-image:url(../images/flashversion_hover.gif);
}

.clear{
clear:both;
float:none;
}


#kontaktgew {
padding: 30px 0 20px 0;

}
#qualified{
width:170px; padding:0 0 0 40px;
}