html, body { height: 100%; }
body
{
	background-color: #9C0808;
}

body.menue
{
	background-image: url(pic/hg_menue.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

body.foto
{
	background-image: url(pic/hg_foto.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	
	scrollbar-arrow-color : #FBAF5D;
	scrollbar-track-color: #9C0808;
	scrollbar-darkshadow-color: #FBAF5D;
	scrollbar-face-color: #9C0808;
	scrollbar-3dlight-color: #FBAF5D;
	scrollbar-highlight-color: #9C0808;
	scrollbar-shadow-color: #9C0808;
}

table
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #FFFFFF;
}

a, a:visited
{
    font-family: Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #FBAF5D;
	text-decoration: underline;
	font-weight: bold;
}
a:active,a:hover
{
	color: #FBAF5D;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
