html {
	height: 100%;
}
body {
	min-height: 100%;
}

*html body {
	height: 100%;
}

html {
	background:url(../bilder/htmlbg.png)  center 72px;
}

body {
	text-align:center;
	background:url(../bilder/bodybg.png) top center repeat-x;
}

#content {
	background:url(../bilder/bodybackground.png) top center no-repeat;
	width:1000px;
	margin:0px auto;
	text-align:left;
}
.logo {
	margin-left:534px;
	text-decoration:none;
}
.logo img {
	padding:93px 20px 48px 20px;
}

#menue {
	width: 231px;
	float:left;
}

#content:after {
	content:".";
    display: block; 
    height: 1em; 
    clear: both; 
    visibility: hidden;
}


#content {display: inline-block;}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

#text {
	background-color:#FFF;
	box-shadow: 5px 5px 20px -6px #000; 
	-webkit-box-shadow: 5px 5px 20px -6px #000; 
	-moz-box-shadow: 5px 5px 20px -6px #000; 
	width: 544px;
	padding:43px 43px;
	float:left;
	margin-bottom:80px;
}
