html, body, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td { 
margin: 0; padding: 0; 
}

body {
	text-align: left;
	background-image: none ;
	margin: 0;
}


#wrapper {
	position: relative;
	text-align: left;
/*
	margin: 0 auto 0 auto;
	width: 980px;
	background: none;	
	z-index: 0;
*/
}

#wrapperpadder {
	padding: 0 10px 0 11px;
	position: relative;
}

#header {
	display: none;
}

#logo {
	display: none;
}

#bestellen {
	position: absolute;
	top: 0;
	right: 9px;
	z-index: 1001;
}

#headernavigation {
	display: none;
}

#suche {
	position: absolute;
	top: 9px;
	right: 70px;
}

#navigationscontainer {
	display: none;
}

#navigation {
	display: none;
}

#spaltenhalter {
	width: 960px;
	background: none;
/* 	border-bottom: 3px solid #e9e4de;	 */
	position: relative;	
}

#inhaltsspalteBreit {
	display: block;
	margin: 0 auto 0 0;
	width: 804px;
	float: left;
	min-height: 680px;
/* 	background-color: #e9e5df; */
}

#linkespalte {
	position: relative;
	width: 402px;
}

#rechtespalte {
	position: relative;
	width: 402px;
}

#rechtespalteBreit {
	display: none;
}

#footer {
	display: none;
}


/* @group Padding */

.padderheader {
	padding: 20px 0 0 0;
}

.paddernavigation {
	padding: 0;
}

.padderlinkespalte {
	padding: 30px 0 0 111px;
}

.padderinhaltsspalte {
	margin: 36px 0 18px 51px;
	padding: 0 93px 0 0;
}

.padderinhaltsspalteBreit {
	margin: 32px 0 18px 111px;
	padding: 0 93px 0 0;	
}

.padderrechtespalte {
	position: relative;
	padding: 37px 0 0 18px;
}

.padderrechtespalteBreit {
	position: relative;
	padding: 0 12px 0 12px;
}


.padderfooter {
	margin: 2px 52px 5px 24px;
	padding: 0;
}

/* @end */


/* @group Clearing und Fixing */

.clear 	{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* @end */