@charset "UTF-8";
body {
	margin: 0 auto;
	padding: 0;
	color: #6b3901;
	background-image: url(images/hg.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

.main
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 890px;
	min-width: 47px;
	min-height: 47px;
	margin-top: 20px;
}

#links {
float:left;
}

#rechts {
float:left;
}

#unten {
float:left;
}

.main.header {
	position: relative;
	height: 200px;
	width: 720px;
}
.main .navi {
	height: 585px;
	width: 170px;
	position: relative;
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 2;
	top: 0px;
	padding-top: 5px;
}
.main .footer {
	position: relative;
	height: 70px;
	width: 710px;
	background-image: url(images/footer_r.png);
	background-position: right;
}
.main .inhalt {
	height: 584px;
	width: 700px;
	position: relative;
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 2;
	background-color: #FFFFFF;
	top: 0px;
	padding-top: 6px;
	margin-top: 0px;
	overflow: auto;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}

.main .footer_links {
	position: relative;
	height: 70px;
	width: 180px;
	background-image: url(images/footer.png);
}

.main  .navi  a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #EF7F01;
	text-align:left;
}

.main  .navi  a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #EF7F01;
	text-align:left;
}

.main  .navi  a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #EF7F01;
	text-align:left;
}
