﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	color: #800000;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-large;
	}
h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-large;
}
img {
	border: 0px;
}
#main {
	margin: 30px auto 0px auto;
	width: 890px;
	padding: 20px 20px 10px 20px;
	background:white;}
.header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #DAA520;
	background-repeat: repeat;
	height: 196px;
}
.logo {
	width: 24%;
	float: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	height: 96px;
	background-position: center center;
}
.caption {
	height: 100px;
}
.navi {
	background-position: 50% bottom;
	width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/navi.jpg');
	height: 40px;
	background-repeat: no-repeat;
}
.navitext {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 9px 0px 0px 0px;
	margin: 0px;
}
.aktiv {
	background-position: right;
	color:  red !important;
	background-image: url('images/trans.jpg') !important;
}
.navi a {
	margin: 0px;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	color: white;
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	height: 100%;
	width: 100%;
}
.navi a:hover {
	text-decoration: underline;
	color: red;
}
.content {
	border-width: 0px;
	border-style: none;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url('images/main.jpg');
	background-repeat: no-repeat;
}
.footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: x-small;
	color: #808080;
	text-align: center;
	vertical-align: middle;
	border-top-style: dashed;
	border-top-width: 1px;
	height: 10px;
}
.text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
	margin: 15px 10px 10px 10px;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
