HTML{
	height:100%;
}
BODY {
	color: #000000;
	margin: 0px;
	background-color: #7ade3c;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Trebuchet MS, Arial, Geneva;
	font-size: 12px;
	text-align:center;
}
#seite {
	text-align:left;
	margin:auto;
	width: 1010px;
	font-family: Trebuchet MS, Arial, Geneva;
}
#footer{
	height: 40px;
	padding:20px;
	margin-left:20px;
	clear:both;
}
#header {
	width: 100%;
	background-image: url(img/header_balken.jpg);
	text-align: right;
	background-repeat: no-repeat;
	background-position: right top;
}
#logo_l {
	height: 100px;
	float:left;
	z-index:1;
}
#header_r {
	height: 100px;
	width:705px;
	float: right;
	z-index:auto;
	background-image: url(img/slogan.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#header_navi{
	margin-top: 10px;
	margin-right: 50px;
}
#header_mitte{
	text-align:left;
	margin:0;
	padding:0;
	clear: both;
	height: 103px;
	width: 100%;
	background-image: url(img/header_mitte.jpg);
	background-repeat:no-repeat;
}
#quick_navi{
	float: left;
	width:480px;
	margin-top:85px;
	padding-left:50px;
}
#login{
	float: right;
	width:435px;
	margin-top:8px;
}
#mitte_balken{
	text-align:left;
	clear: both;
	height: 56px;
	width: 100%;
	background-image: url(img/mitte_balken.jpg);
}
#mitte_navi{
	float: left;
	width:600px;
	margin-top:12px;
	padding-left:50px;
	font-size:16px;
	color: #b0e3e4;
}
#suche{
	float: right;
	width:340px;
	margin-top:4px;
}
#body{
	clear:both;
	width: 100%;
}
#contend_l{
	float: left;
	width:555px;
	background-image: url(img/bg_contend.jpg);
	text-align: left;
}
#contend_l_footer{
	float: left;
	width:555px;
	background-image: url(img/contend_footer.jpg);
	text-align: left;
	height: 25px;
}
#contend_r{
	float: right;
	width:455px;
	text-align: left;
	background-image: none;
}
#inhalt{
	width:480px;
	padding-left:50px;
	color: #2a6e97;
	min-height:327px;
}
#box_l{
	padding:0;
	margin:0;
	float:left;
	width:215px;
	text-align: left;
}
#box_l_div{
	float:left;
	width:190px;
	text-align: left;
	padding-left: 15px;
}
#box_tagesangebot{
	float:left;
	width:190px;
	text-align: left;
	padding-left: 15px;
}
#box_r{
	float:right;
	width:240px;
	text-align: left;
}
#box_r_div{
	float:right;
	width:215px;
	text-align: left;
	padding-left:25px;
}
#box_navi{
	float:left;
	width:195px;
	background-image: url(img/bg_navi.jpg);
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
#box_navi_footer{
	width:215px;
	height:25px;
	background-image: url(img/navi_footer.jpg);
	background-repeat: no-repeat;
	float:left;
}
#box_warenkorb{
	float:left;
	width:215px;
	height:200px;
	background-image: url(img/bg_warenkorb.jpg);
	background-repeat: no-repeat;
	padding-left:25px;
}
#box_newsletter{
	float:left;
	width:215px;
	height:90px;
	background-image: url(img/bg_newsletter.jpg);
	background-repeat: no-repeat;
	padding-left:25px;
}
#box_info{
	float:left;
	width:195px;
	padding-top:10px;
	padding-left:20px;
}
#box_bestseller{
	float:left;
	width:215px;
	background-image: url(img/box_bestseller_bg.jpg);
}
.search{
	width: 130px;
	height: 20px;
	background: url(img/search.png);
	border: 0;
	padding: 3px 10px 2px 10px;
	font-size: 14px;
	color:#0077bb;
}
.input_mail{
	width: 160px;
	height: 16px;
	background: url(img/input_mailadress.png);
	border: 0;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
	color:#0077bb;
}
.input_pass{
	width: 107px;
	height: 16px;
	background: url(img/input_passwort.png);
	border: 0;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
	color:#0077bb;
}
.box_rund{
	-moz-border-radius: 10px;
}
