* {
margin: 0; 
padding: 0;
}
body {
	background-color:#000000;
	line-height: 1.2em;
	
}
a {
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
input, textarea, p, a, th, td, blockquote, li, label {
	font-family:Georgia, "Times New Roman", Times, serif;
}
li a, p a, td a, td p, td h2, td h3, td h4, td h5 {
	font-size: 130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
font-size: 0.9em; font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size: 0.80em; font-family:Georgia, "Times New Roman", Times, serif;
}

html {
		scrollbar-base-color:#8c0008; /* Basisfarbe der Scroll-Leiste */
		scrollbar-3d-light-color:#fef58b; /* Farbe für 3D-Effekte */
	  scrollbar-arrow-color:#fef58b; /* Farbe für Verschiebepfeile */
	  scrollbar-darkshadow-color:#fef58b; /* Farbe für Schatten */
	  scrollbar-face-color:#fef58b /* Farbe für Oberfläche */
	  scrollbar-highlight-color:#fef58b /* Farbe für oberen und linken Rand */
	  scrollbar-shadow-color:#620400; /* Farbe für unteren und rechten Rand */
	  scrollbar-track-color:#620400; /* Farbe für freibleibenden Verschiebeweg */
	
	}
#main  {
	display:block;
	position:relative;
	width:990px;
	margin: 0 auto;
	z-index:1;
	


}

#webseit {
	display:block;
	position:relative;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	width:990px;
	float:left;
	border-left: 2px solid #844f04;
	border-right:  2px solid #844f04;
	z-index:2;
}

#header {
	display:block;
	position:relative;
	width:100%;
	height:210px;
	z-index:3;
}


/* seitenabschluß */
#footer {
	display:block;
	position:relative;
	width:100%;
	height:8px;
	clear:both;
	background-image: url(img/hgfooter.png);
	background-repeat: repeat-x;
	text-indent: 1em;
	background-color:#000000;
	z-index:4;
}

#footerb {
	display:block;
	position:relative;
	width:990px;
	margin:0 auto;
}	
	
#footerb a {
	font-size: 0.7em;
	color: #f8ce4f;
	line-height: 20px;
}