html, body {
	
	width:100%;
	//height:100%;
	
	margin:0;
	border:0;
	
	background-color:#ffebda;
}

div#geruest {

	width:800px;
	//height:auto;
	
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	
	border:3px solid #663300;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
	
	-webkit-box-shadow: 5px 5px 20px #663300;
	-moz-box-shadow: 5px 5px 20px #663300;
	box-shadow: 5px 5px 20px #663300;

}

div#header {
	height:108px;
	width:800px;
	background-image:url("images/header.jpg");
}

div#linkbar {
	
	height:72px;
	width:800px;
	
}

img {
	border:0;
}

div#content {
	
	height:auto;
	width:800px;
	background-image:url("images/content.jpg");
	background-repeat:repeat-y;
	
}

div#content div {
	
	padding-top:15px;
	padding-left:60px;
	padding-right:60px;
	text-align:justify;
	color:#fff;
	
	font-family:serif, Helvetica;
	font-size:12pt;
	
}

div#content div a, div#content div a:link, div#content div a:focus, div#content div a:active, div#content div a:hover, div#content div a:visited {
	color:#eee;
	font-weight:bold;
	text-decoration:underlined;
}

div#content div img {
	padding:3px;
}

div#content h1 {
	font-size:16pt;
}

div#content h2 {
	font-size:13pt;
}

div#footer {
	height:89px;
	width:800px;
	background-image:url("images/footer.jpg");
}

iframe {
	border:1px dotted #48b300;
}

div#pageBottom {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:right;
}

div#pageBottom a {
	text-decoration:none;
	font-size:10pt;
	color:#999;
}