html,body{

	height:100%;
	scrollbar-base-color:#6e4d35;
	scrollbar-3d-light-color:#C4Af87;
	scrollbar-arrow-color:#C4Af87;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#6e4d35;
	scrollbar-highlight-color:#C4Af87;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#C4Af87;

}
body{

	background-image:url("img/hintergrund.gif"); 
	background-position: center center;
	margin:0px;
	padding:0px;
	font-family:verdana;
	color:#6e4d35;
	font-size:12px;
}
img{

	border:0px;

}
table.main, td,main{

	width:100%;
	height:99%;
}
td.main{

	vertical-align:center;

}
div#main{

	margin:0px auto;
	width:900px;
	height:575px;
	background-image:url("img/bgmain2.jpg");
	border:solid 5px #c3b086;
	position:relative;

}
div#navi{

	position:absolute;
	top:128px;
	left:11px;

}
h1{

	font-size:18px;
	display:inline;

}
div#content{

	position:absolute;
	left:200px;
	top:170px;
	width:375px;
	height:400px;
	overflow:auto;

}
div#content a:link, div#content a:visited, div#content a:active{ 

	color:#6e4d35;

}
div#content p{

	margin:10px 0px;

}
div#news{

	position:absolute;
	top:127px;
	left:195px;
	color:#C3B086;
	font-family:verdana;
	font-size:11px;
}
div#news a:link, div#news a:active, div#news a:visited{

	color:#C3B086;

}
div#linkleisteunten{

	margin:0px auto;
	width:900px;
	text-align:right;
	color:#C3B086;
	margin-top:3px;

}
div#linkleisteunten a:link, div#linkleisteunten a:visited, div#linkleisteunten a:active{ 

	color:#C3B086;

}
div#lost{

	position:absolute;
	left:-1000px;
	top:-1000px;

}