html
{
height: 100%;
}
#copyright {
overflow: hidden;
visibility: hidden;
height: 0px;
}
body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #efedee;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;/*fuer IE_quirks*/
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
#wrapper {
	position: relative;
	width: 970px;
	background-color: #FFFFFF;
	color: #000;
	text-align: left;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;

}
#header {
	background-color: #FFFFFF;
	margin-right: 6px;
	margin-left: 6px;
	height: 175px;
}

#left {
	float: left;
	width: 207px;
	margin-left: 6px;
	padding:0px;
}
#middle {
	float: left;
	width: 510px;
	margin-left: 20px;
	padding:0px;
}
#footer {
	width: 742px;
	float: right;
	background-color: #d1d2d4;
	height: 20px;
	margin-right: 6px;
	text-align: right;
	margin-top: 0px;
}
#suchbereich #suchfeld {
	float: right;
	width: 195px;
	height: 23px;
}
#suchbereich #suchfeld form {
	height: 23px;
}


#right {
	float: right;
	width: 200px;
	margin-right: 6px;
	padding:0px;
}
#menu {
	background-color: #dc3027;
	height: 23px;
}
#suchbereich {
	background-color: #e4e2e3;
	height: 23px;
	line-height: 23px;
}
#warenkorb {
	background-color: #d8d8d7;
	width: 200px;
	float: right;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}
