html, body {height: 100%;}

*{
	margin: 0px;
	padding: 0px;
}
html {overflow-y: scroll;}

body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color: #FFF;
	text-align: center;
}

#wrapper {
	width: 922px; 
	margin: auto auto; 
	min-height: 100%; 
	position: relative;
	text-align: left;
}

* html #wrapper {height: 100%;} /* IE Hack für 100 % Höhe */

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	background-image: url(../_images/misc/navborder.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px 0px 20px 0px; 

	}
	
#basis {
	margin-bottom: 5em; 
	float: left;
	width: 100%;
}	
   
.clear{
	height: 0px;
	font-size: 0px;
	clear: both;
	width: 1px;
	background-color: #FFF;
}

#header{
	background-image: url(../_images/misc/navborder.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 25px 0px 30px;
}	

#header, #content{
	position: relative;
	top: 0px;
	margin: 0px auto;
	text-align: left;
}

#header img.logo{margin-top: 49px;}

#content{
	padding: 30px;
	padding-top: 40px;
	text-align: left;
	}
	
.nowrap{
	white-space: nowrap;
}
