@charset "utf-8";
/* CSS Document */

/*HTML { overflow: auto;}
body { background: #759903; padding: 0; margin: 0; overflow: hidden; }*/

html, body { /* html und body brauchen diese Angabe */
	height:98%;
	scrollbar-base-color:#dbb857;
	scrollbar-3dlight-color:#b38f46;
	scrollbar-arrow-color:#b38f46;
	scrollbar-darkshadow-color:#787878;
	scrollbar-highlight-color:#ffffff;
	scrollbar-face-color:#dbb857;
	scrollbar-track-color:#272024;
	scrollbar-shadow-color:#787878;
	
}

html {
	/*background-image:url(design/hint01.jpg);*/
	background-repeat:repeat-x; 
	background-color: #272324;  /*#49001a;*/
	background-attachment:fixed;
}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-700px; /* die Hälfte der Inhalts's Höhe */
	float:left;
}


#topnav {
position: fixed;
height: 80px;
text-align: center;
background: linear-gradient(#000,rgba(0,0,0,0));

top: 0;
padding-top: 9px;
left: 0;
right: 0;
}


#content {/* Hauptfenster */
	/*position: fixed;*/
	display: block;
	/*overflow: auto;*/
	left: 0px;
	top: 80px;
	right: 0px;
	height: 900px;
	font-family: Verdana, Century Gothic, Tahoma, Geneva, sans-serif, Bauer Bodoni Roman, Edwardian Script;
	font-size: 14px;
	font-weight: normal;
	color: #dbb857;
	border: 0;
	text-align: center;
	margin-top:0px;
	
}
#content a:link {
	text-decoration: underline;
	color:#ffffff;
	border: 0px; 
}

#content a:hover {
	color:#f37302;
	border: 0px;
}
	

