@charset "utf-8";
/* CSS Document */

html {
	/* overflow-y:scroll; */ /* CSS 3 */
}
html, body, textarea {
  scrollbar-base-color:#c07b39;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#eadb2c;
  scrollbar-arrow-color:#eae7bd;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#c07b39;
}

body {
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;;
	color: #000;
	background-color: #eadb2c;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5 */
}

#container {
	width: 560px;
	margin: 0 auto; /* zentriert */
	text-align: left; /* text-align: center in body aufheben. */
	background-image: url(pic/hg_bild.jpg);
	background-repeat: no-repeat;
	height: 650px; 
	padding: 85px 0px 20px 430px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #64412c;
	background-color: #eae7bd;
	text-decoration: none;
}
#navi1 {
	width: 470px;
	height: 175px;
	text-align: right;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#navi2 {
	width: 470px;
	height: 80px;
	text-align: right;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#main_start {
	width: 470px;
	height: 350px;
	text-align: center;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #eadb2c;
}
#main {
	width: 460px;
	height: 350px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	border: solid 3px #eadb2c;
	background-color: #eae7bd;
	background-image: url(pic/hg_main_titel.jpg);
	background-repeat: repeat-x;
	padding: 5px 2px 5px 7px;
}
#titel {
	width: 460px;
	height: 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #64412c;
	padding: 5px 0px 5px 0px;
}
#inhalt {
	width: 460px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}
#inhalt a {
	color: #000;
	background-color:#FFF;
	padding: 0px 3px 0px 3px;
	border-left: solid 1px #64412c;
	border-right: solid 1px #64412c;
}
#inhalt a:hover {
	color: #FFF;
	background-color:#64412c;
}
#inhalt img {
	border-top: solid 2px #FFF;
	border-right: solid 2px #64412c;
	border-bottom: solid 2px #64412c;
	border-left: solid 2px #FFF;
}
#navi3 {
	width: 470px;
	text-align: right;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}

.inp_anfrage {
	width: 360px;
}
