@charset "UTF-8";
/* CSS Document */

html { overflow-y:scroll; }
body{
	padding:0px;
	margin:0px;
	background:#999999 url(../images/bg_gradient.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#333;
	line-height:150%;
}

img{
	border:none;
}

a{
	outline:none;
	color:#ff9222;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;

}

h3{
	margin-top:0px;	
	margin-bottom:5px;
}

ul{
	list-style-image:url(../images/dot.png);
}

ul ul{
	/*list-style-image:url(../images/dot_grey.png);*/
	list-style-image:none;
	list-style-type:none;
}

#wrapper{
	position:absolute;
	left: 50%;
	width:980px;
	margin-left:-490px;
}

#logobar{
	margin:0px;	
}

#navbar{
	background: url(../images/bg_navbar.png);
	height:35px;
	text-align:right;
	padding:0px 15px;

}

.button{
	float:right;
	width:153px;
	height:32px;
	background: url(../images/but_sprite.png) repeat-x 0 -35px;
	text-align:center;
	padding-top:3px;
	overflow:hidden;
	line-height:35px;
	vertical-align:middle;
}

.button:hover{
	background: url(../images/but_sprite.png) repeat-x 0 0;
}

.button a{
	color:#666666;
	text-decoration:none;
	display:inline-block;
	width: 147px;
	height:32px;
}

.button:hover a{
	color:#FFF;	
}

.separator{
	float:right;
	width:3px;
	height:45px;
	background: url(../images/separator.png) no-repeat;
}

#titlebar{
	height:200px;
	background: url(../images/shadow_t.png) no-repeat;
	border-bottom: 1px solid #A0A0A4;
	padding:0px;
}

.headerimage{
	float:right;
}

.titleimage{
	width:310px;
	float:right;
	margin-top:-10px;
}

.titletext{
	width:640px;
	float:left;
}

.title{
	margin-top:100px;
	margin-left:40px;
}

#content{
	background: url(../images/shadow_m.png) repeat-y;	
	margin:0px;
	padding: 0px 15px;
}



#leftcontent{
	float:left;
	width:540px;
	border-right: 1px solid #A0A0A4;
	padding: 10px 50px;
}

#rightcontent{
	float:right;
	width: 260px;
	padding: 10px 20px;
}

#kontakt{
	float:left;
	width:850px;
	padding: 10px 50px;
}

.kasten{
	width: 330px;
	height:90px;
	border:1px solid #A0A0A4;
	padding:15px 190px 15px 20px;
	margin-bottom:20px;
	overflow:hidden;
}

#website-betreiber{
	background:url(../images/kasten-website-betreiber.jpg) right no-repeat;	
}

#produktanbieter{
	background:url(../images/kasten-produktanbieter.jpg) right no-repeat;	
}

#ueber-uns{
	background:url(../images/kasten-ueber-uns.jpg) right no-repeat;	
}

#left{
	float:left;
	border-right:1px solid #A0A0A4;
	padding-right:65px;
}

#right{
	float:left;	
	padding-left:65px;
}

#clear{
	clear:left;
	padding-top:20px;
}

.center{
	text-align:center;
}

.emphasis{
	color:#2A7FFF;
}

.smaller{
	
}

#contacticon{
	display:inline-block;
	width:120px;
	height:115px;
	background:url(../images/kontakticon.jpg) no-repeat;
	
}
#contacticon:hover{
	background:url(../images/kontakticon.jpg) 0px -115px no-repeat;
	
}

#footer{
	clear:left;
	border-top:1px solid #A0A0A4;
	padding: 10px 30px 0px 40px;
}

#footerbar{
	height:25px;
	width:980px;
	background: url(../images/footerbar.png);
}

