/* CSS Document */
BODY {
	scrollbar-base-color:#ECC582;
	scrollbar-3dlight-color:#760000;
	scrollbar-arrow-color:#760000;
	scrollbar-darkshadow-color:#ECC582;
	scrollbar-face-color:#ECC582;
	scrollbar-highlight-color:#ECC582;
	scrollbar-shadow-color:#760000;
	scrollbar-track-color:#ECC582;
	
	background-color: #E7C384;
	margin-left: 85px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-attachment: fixed;
	background-image: url(images/hg.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	}


a:link {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
    }

a:visited {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
    }

a:hover {
	color:#760000;
	text-decoration: none;
	font-weight: bold;
    }

a:active {
	color:#760000;
	text-decoration: none;
	font-weight: bold;
    }
	
.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #760000;
	line-height: 17px;
    }

h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #760000;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;
	font-weight: bold;
    }
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6068CD;
	text-decoration: underline;
    }
	
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
	}

.bildunterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 12pt;
    }

.formbutton {
	background-color: #D4A451;
	color: #760000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #760000;
    }

.formfield {
	background-color: #E7C384;
	border: 1px solid #760000;
	height: 18px;
    }

.formmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
	width:200px;
	height:120px;
	color: #333333;
	border: 1px solid #760000;
	background-color: #E7C384;
	overflow: auto;
	}

