/*************************************************************
********** Main definitions for layout + positioning**********
*************************************************************/  

body {
	background-color: white;
	color: black;
	font: normal 100.01% Continuum light, Arial, Helvetica, sans-serif;
	z-index:5;
}

a, a:visited {
	text-decoration: underline;
	color: #775522;
}
a:active {
	color: #775522;
	text-decoration: none;
} 
a:hover, a:visited:hover {
	text-decoration: none;
	color: #775522;
}

div#top {
	position: absolute;
	top:  10px;
	left: 5%;
	height: 120px;
	width: 90%;
	margin:  0px;
	padding: 0px;
	background-color: white;
	border-top: 1px solid #3C3C3C;
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	text-align: right;
	z-index: 21;
}
div#top_fisch {
	position: absolute;
	top:  15px;
	left: 20px;
	height: 65px;
	width: 135px;
	margin:  0px;
	padding: 0px;
	background-image:url(/images/fisch.jpg);
	background-repeat:no-repeat;
	z-index: 20;
}
div#top_bg {
	position: absolute;
	top: 92px;
	left: 0px;
	height: 25px;
	width: 200px;
	margin:  0px;
	padding: 0px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	z-index: 20;
}
div#top_hr {
	position: absolute;
	top: 59px;
	left: 10%;
	height: 1px;
	width: 90%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #898989;
	z-index: 19;
}
div#top_menu {
	position: absolute;
	top: 67px;
	right: 15px;
	height: 50px;
	width: 90%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
	text-align:right;
	z-index: 25;
}

div#top_menu a {
  display:inline-block; 
  padding: 1px; 
  text-decoration: none; 
  text-align:center;
  font-weight: bold; 
  border: 1px solid #898989; 
  border-left-color: white; 
  border-top-color: white; 
  width:100px; 
  color: #898989; 
  background-color: #fff; 
}
div#top_menu a#isactive {
  display:inline-block; 
  padding: 1px; 
  text-decoration: none; 
  text-align:center;
  font-weight: bold; 
  border: 1px solid #898989; 
  border-left-color: white; 
  border-top-color: white; 
  width:100px; 
  color: black; 
  background-color: #fff; 
}
div#top_menu a#isactive:hover {
  text-decoration: none; 
  border: 1px solid white; 
  border-left-color: #898989; 
  border-top-color: #898989; 
  color: black; 
  background-color: #fff; 
}

div#top_menu a:hover {
  text-decoration: none; 
  border: 1px solid white; 
  border-left-color: #898989; 
  border-top-color: #898989; 
  color: black; 
  background-color: #fff; 
}

p#top_p {
  padding: 0px 30px;
}

div#willkommen {
	position: absolute;
	top: 0px;
	right:0px;
	height:40%;
	width:45%;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
	overflow: hidden;
  z-index: 31;
}
div#main {
	position: absolute;
	top: 120px;
	bottom: 60px;
	left: 5%;
	width: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #E7E6AD;
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	color: black;
	font: normal 100% Continuum light, Arial, Helvetica, sans-serif;
	z-index: 30;
}

div#menu1 {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-color: #3C3C3C;
	height: 75%;
	left: 5%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 17%;
}
div#footer {
	position: absolute;
	bottom: 10px;
	left: 5%;
	height: 50px;
	width: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #E7E6AD;
	border: 1px solid #3C3C3C;
	color: #494949;
	font: normal 85% Continuum light, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	z-index: 40;
}
div#audio {
	position: absolute;
	bottom: 18px;
	right:  10px;
	height: 10px;
	width: 80px;
	font: normal 85% Continuum light, Arial, Helvetica, sans-serif;
	z-index: 41;
}

ul#Navigation {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 0px;
	list-style-image: none;
	margin: 0;
	width: 80%;
}

ul#Navigation li {
	list-style-image: none;
	list-style-type: none;
	margin: 3px;
	padding: 0;
}

ul#Navigation a {
	background-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: #3C3C3C;
	border-bottom-color: #3C3C3C;
	color: maroon;
	display: block;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

ul#Navigation a:hover {
	background-color: gray;
	border-color: white;
	border-left-color: #3C3C3C;
	border-top-color: #3C3C3C;
	border-right-color: white;
	border-bottom-color: white;
	color: white;
}

ul#Navigation a:active {
	background-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: #3C3C3C;
	border-bottom-color: #3C3C3C;
	color: red;
}

table#main {
	height: 95%;
	width: 100%;
}

table#hoehe {
	height: 100%;
	width: 100%;
}

fieldset {
	width:60%; 
	height:90%; 
	text-align: left;
}

hr#main {
	color: gray;
	width:80%;
	height: 1px;
}

td#main_top {
	font-family: Continuum light, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	height: 10%;
	text-align: center;
	vertical-align: middle;
}

td#main_side {
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 15%;
}

td#main_center {
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 70%;
}

td#main_middle {
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

td#main_topright {
	height: 100%;
	width: 100%;
}

td#main_bottom {
	height: 10%;
	text-align: center;
	vertical-align: middle;
}

th#mainheader {
  text-align:left; 
  border-bottom:1px solid #898989; 
  padding:0px 30px; 
  font-size:55px; 
  font-family: Continuum light, Arial, Helvetica, sans-serif;
}
div#overflow {
  position:static; 
  height:100%; 
  width:100%; 
  margin:0; 
  padding:0; 
  overflow:auto; 
  overflow-x:hidden; 
  overflow-y:auto;
}
div#overflow2 {
  position:static; 
  height:100%; 
  width:100%; 
  margin:0 auto; 
  text-align:center;
  padding:0; 
  overflow:auto; 
  overflow-x:hidden; 
  overflow-y:auto;
}

div#kontakttext {
  position:absolute; 
  bottom:0px; 
  right:25px; 
  width:auto; 
  height:auto; 
  text-align:right; 
  vertical-align:bottom;
  border: 0px solid black; 
  padding-right:0px; 
  margin:0px; 
}

div#overflow0_Start {
  position:static; 
  height:400px; 
  width:100%; 
  margin:0; 
  padding:0; 
  overflow:auto; 
  overflow-x:hidden; 
  overflow-y:auto;
}
div#pdf {
  position:absolute;
  bottom: 15px;
  right: 15px; 
  height:50px; 
  width:150px; 
  margin:0; 
  padding:0; 
}


div#div1 {
  position:absolute; 
  top: 20px;
  left: 5px;
  width: 180px;
  height: 200px;
  text-align:right;
  margin: 20px 0px;
  z-index:10;
}
div#div2 {
  position:absolute; 
  top: 20px;
  left: 195px;
  width: 270px;
  height: 200px;
  margin: 20px 0px;
  z-index:30;
}
div#div3 {
  position:absolute; 
  top: 20px;
  left: 475px;
  width: 180px;
  height: 200px;
  text-align:left;
  margin: 20px 0px;
  z-index:10;
}
div#divbox {
  position:absolute; 
  top: 50px;
  left: 0px;
  border: 1px double #898989;
  width: 660px;
  height: 280px;
  z-index:29;
}