* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}
#bgbalken {
	background-color: #fd6e32;
	height: 363px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -180px;
	
}
html
{
	overflow: hidden;
}
body, textarea {
  scrollbar-base-color: #fea884;
  scrollbar-3d-light-color: #fea884;
  scrollbar-arrow-color: #fd6e32;
  scrollbar-darkshadow-color: #fea884;
  scrollbar-face-color: #fea884;
  scrollbar-highlight-color: #fd6e32;
  scrollbar-shadow-color: #fd6e32;
  scrollbar-track-color: #fea884;
}
a {
	color: #fd6e32;
	text-decoration: none;
}
a:hover {
color: gray;
} 
#hauptcont
{
	background-color: transparent;
	background-image: url(images/inhaltbg.jpg);
/*	background-image: url(images/inhaltbg_orange.jpg);*/
	width: 783px;
	height: 526px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -391px;
	margin-top: -263px;
	}
#banner {
	height: 65px;
	width: 747px;
	position: absolute;
	top: 18px;
	left: 18px;
}
#linkercont {
	width: 180px;
	height: 285px;
	position: absolute;
	left: 37px;
	top: 131px;

}
#linkercont a {
	text-decoration: none;
	color: white;
}
#inhalt
{
	height: 285px;
	width: 480px;
	position: absolute;
	top: 130px;
	left: 240px;
	z-index: 40;
	text-align: justify;
	overflow: auto;
	padding-right: 45px;

}
#inhalt a
{
	color: #fd6e32;
	text-decoration: none;
	font-weight: bold;
}
#startseite #inhalt a
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	cursor: text;
}
#startseite #inhalt a:hover
{
	color: black;
	text-decoration: none;
	font-weight: normal;
}
#bottom {
	height: 62px;
	width: 747px;
	position: absolute;
	bottom: 18px;
	left: 18px;
	font-size: 13px;
	line-height: 62px;
	z-index: 50;
	padding-left: 20px;
}

#logo
{
	background-image: url(images/logo.jpg);
	height: 47px;
	width: 160px;
	position: absolute;
	top: 9px;
	left: 10px;
}
#logo a {
	height: 47px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}
#menue
{
	position: absolute;
	top: 18px;
	left: 230px;
	width: 488px;
	height: 65px;
	border: none;
}

#menue ul {
    margin: 0; padding: 0;
  }
#menue ul li {
    list-style: none;
	 float: left;
    margin: 0; padding: 0;
  }
#sub01, #sub02, #sub03, #sub04, #sub05
{
	height: 25px;
	width: 452px;
	top: 83px;
	left: 230px;
	border-bottom: solid 1px #ffe2d6;
	border-left: solid 1px #ffe2d6;
	border-right: solid 1px #ffe2d6;
	position: absolute;
	visibility: hidden;
	
}

#sub01 a, #sub02 a, #sub05 a
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
	line-height: 25px;
}
#sub01 a:hover, #sub02 a:hover, #sub05 a:hover
{
color:#fd6e32;
}
#nav_01 a {
	background-image: url(images/menu_01.jpg);
	height: 65px;
	width: 88px;
	display: block;
	text-indent: -9999px;

}
#nav_01 a:hover {
	background-image: url(images/ro_menu_01.jpg);
	}
#nav_02 a {
	background-image: url(images/menu_03.jpg);
	height: 65px;
	width: 88px;
	display: block;
	text-indent: -9999px;
}
#nav_02 a:hover {
	background-image: url(images/ro_menu_03.jpg);
}
#nav_03 a {
background-image: url(images/menu_04.jpg);
	height: 65px;
	width: 104px;
	display: block;
	text-indent: -9999px;
}
#nav_03 a:hover {
	background-image: url(images/ro_menu_04.jpg);
	}

#nav_04 a {
		background-image: url(images/menu_05.jpg);
	height: 65px;
	width: 102px;
	display: block;
	text-indent: -9999px;
}
#nav_04 a:hover {
	background-image: url(images/ro_menu_05.jpg);
}
#nav_05 a {
	background-image: url(images/menu_06.jpg);
	height: 65px;
	width: 72px;
	display: block;
	text-indent: -9999px;
}
#nav_05 a:hover {
	background-image: url(images/ro_menu_06.jpg);
}
h1 {
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #ffe2d6;
	text-indent: 10px;
	border-left: solid 7px #fd6e32;
		color: #fd6e32;

}
#impressum {
	margin-left: 230px;
	font-weight: bold;
	color:#fd6e32;
	line-height: 62px;
}
.person {
	background-color: #ffe2d6;
	border: solid 1px #fd6e32;
	height: 108px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.person img
{
	float: left;
	margin-right: 10px;
}
.person h2 {
	margin-top: 5px;
	margin-bottom: -3px;
	font-size: 18px;
}
h3 {
	font-size: 15px;
	text-indent: 10px;
	border-left: solid 7px #ffe2d6;
	color: black;
	margin-bottom: 6px;

}
