*{
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	width: 100%;
}
	
html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size:12px; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
overflow-y: scroll;
}


body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background:#FAFAFC;
	}

.clear{
	height: 1px;
   font-size: 1px;
	clear: both;
	width: 1px;
}
	
.clearinline{clear: both;}

#wrapper {
	min-height: 100%; 
	position: relative;
	}
	
* html #wrapper {height: 100%;} /* IE Hack für 100 % Höhe */

#content {
	z-index:3; 
	width:100%; 
	text-align: center;
	padding-bottom: 45px;
	background:#FAFAFC;
}

#content.kollektion {
	background-image: url(../_images/kollektion-bg.gif);
	background-repeat: repeat-x;
}


#header {
	position:relative; 
	margin:0; 
	top:0; 
	left:0; 
	width:100%; 
	height:197px; 
	background-image: url(../_images/header-bg.gif);
	background-repeat: repeat-x;
	z-index:5; 
	color:#fff;
	text-align: center;
	}

 #footer {
 	position: absolute; 
	text-align: center;
	bottom: 0; 
	left: 0; 
	width: 100%;
	background-color: #231E25; 
	color:#fff;
	height:30px; 
	}

#contentinner, #footer p, #headerinner{
	width: 789px;
	margin: 0px auto;
	text-align: left;
}

#contentinner .schmal{
	width: 560px;
}

#contentinner{
	position: relative;
	overflow: auto;
	padding-top: 66px;
	padding-bottom: 4px;
}



.kollektion #contentinner{
	padding-top: 0px;
}

#header img{
	float: left;
	border: none;
}

#header #logo{
	margin-top: 35px;
	margin-left: 40px;
	float: left;
}

