@charset "utf-8";
#Hole {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 610px;
	width: 810px;
    left:50%;
    margin-left:-405px; 
	background-image: url(../images/Background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#MainMenu {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 3;
	height: 100px;
	width: 800px;
	left: 0px;
	top: 0px;
}

#MainContent {
	position: absolute;
	height: 360px;
	width: 560px; 
	top: 130px;
	left: 30px;
	overflow: scroll;
	visibility: visible;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#FastNavigation {
	position: absolute;
	height: 280px;
	width: 150px;
	left: 630px;
	top: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#admin {
	position:absolute;
	left:770px;
	top:560px;
	width:30px;
	height:40px;
	z-index:3;
}

#Menu {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 3;
	height: 100px;
	width: 800px;
	left: 0px;
	top: 0px;
}

#Menu, #Menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#Menu a {
	display: block;
    width: 120px;
}

#Menu li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#Menu li ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#Menu li:hover ul, #Menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A3171A;
}
.Gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A3171A;
}

.SubTitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.Menu {
  width: 100;
  height: 100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
  
#content {
	clear: left;
	color: #ccc;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

table.wandern {
  width: 500px;
}

td.wandern1 {
  vertical-align: top;
  width: 300px;
}

td.wandern2 {
  vertical-align: top;
  width: 50px;
}

td.wandern3 {
  vertical-align: top;
  width: 100px;
}

td.wandern4 {
  vertical-align: top;
  width: 200px;
}

textarea.text {
  width: 400px;
  height: 150px;
}

input.text {
  width: 400px;
}