body, td {
	color:#3f3f3f;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin:0px; 
	padding:0px;
	background-color: #FFFFFF;
	height:100%;
}

a {
	color:#0079aa;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main {
	position: absolute;
	top:12px;
	left:50%;
	border: 0px solid red;

}

html  {
	height:100%;
}

#layout {
	position: absolute;
	top:0px;
	left:-475px;
	width: 950px;
	height:100%;
	/*min-height: 610px;*/
	border: 0px solid green;
	line-height:14px;
}

#headernav {
	position:absolute;
	width: 950px;
	height:43px;
	border: 0px solid yellow;
}

#logo {
	float:left;
	width:179px;
	height:43px;
}

#navcont {
	float:left;
	width:601px;
	background-color: #0078ad;
	border:0px solid red;
}

#navigation {
	float:left;
	height:43px;
	background-color: #0078ad;
	border: 0px solid yellow;
}

#warenkorb {
	width:117px;
	float:left;
	height:43px;
	background-color: #0078ad;
	border: 0px solid yellow;
}

#suche {
	float:left;
	width:170px;
	height:43px;
	background-color: #0078ad;
	border: 0px solid yellow;
}

#headerimg {
	position:absolute;
	top:51px;
	/*width:950px;
	height:237px;*/
	border: 0px solid red;
}

#contentcont {
	position:absolute;
	top:304px;
	width:950px;
	border:0px solid red;
}

#cont_left {
	float:left;
	width: 304px;
	margin-right:17px;
	border: 0px solid white;
}

#cont_middle {
	float:left;
	width: 304px;
	/*margin-left:323px;*/
	margin-right:19px;
	border:0px solid white;
}

#cont_middle_haendler {
	float:left;
	width: 304px;
	/*margin-left:323px;*/
	margin-right:19px;
	border:0px solid red;
}

#bggrau {
	height:91px;
	background-color:#E6E7E7;
	border:0px solid red;
}

#cont_right {
	float:right;
	width: 304px;
	border: 0px solid yellow;
}

#footercont {
	/*
	position:absolute;
	bottom:0;*/
	clear: both;
	margin-top:5px;
	width:951px;
	height:19px;
	border: 0px solid red;
	background-color: #e3a000;
}

#footernav {
	float:right;
	width:435px;
	height:19px;
	text-align:right;
	background-color: #e3a000;
		border:0px solid red;
}

.footercopy {
	width:200px;
	float:left;
	border:0px solid red;
}

#login {
	position:relative;
	bottom:0;
	left:0;
	float:left;
	width:305px;
	height:19px;
	border-right:1px solid white;
	background-color: #0078ad;
}

#login2 {
	position:relative;
	bottom:0;
	left:0;
	float:left;
	width:277px;
	height:144px;
	/*height:125px;*/
	border-right:1px solid white;
	background-color: #0078ad;
}

.loginsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; color: #0078ad; 
	background-color: #ffffff; 
	border-style: solid;
	border-left: 0px  solid  #8e979a; 
	border-top:  0px  solid  #8e979a; 
  	border-right:  0px  solid  #8e979a; 
  	border-bottom:  0px  solid  #8e979a; 
}

.newsletterbox {
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
	background-color: #e6e7e7;
	color:#666666;
	text-align:center;
}


