* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	background: url(../Bilder/bg.gif) no-repeat top center #000000;
	color: #ebd9db; 
	font-size: 11px;
	/* line-height: 135%; */
	font-family: Tahoma, Arial, sans-serif;
	height: 100%;
	margin: 0px;
	padding:0px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -240px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 980px;
}

#content{
	margin: 30px 10px 30px 10px;
	position: relative;
	float: none;
}

#content980 {
	margin: 30px 0px 30px 0px;
	position: relative;
	float: none;
}

#push {
	height: 240px; /* .push must be the same height as .footer */
}

#header {
	padding: 0px 10px 0px 10px;
	height: 80px;
	background: url(header.png) no-repeat;
}

#footer {
	height: 180px; 
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #000000;
	clear: both;
	padding-top: 60px;
}

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

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



/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/