@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}

#bg_head {
	background-image:url(images/bg_head.png);
	background-position:center top;
	background-repeat:repeat-x;
	overflow:auto;
	
}

#boden{

	background-position:center bottom;
	background-repeat:no-repeat;
	height:443px;
	margin-top:-320px;
}

#mirror{
background-image:url("images/mirror3.png");
background-position:center bottom;
background-repeat:no-repeat;
height:72px;
margin-left:6px;
margin-top:-116px;
	
}