/* general stuff */

html, body{
	height: 95%;
}

html{	
  scrollbar-base-color: #000;
  scrollbar-3d-light-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-darkshadow-color: #A000;
  scrollbar-face-color: #A000;
  scrollbar-highlight-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-track-color: #A000;
}

body {
	background-color: #000;

	font-family: "Futura Md BT",arial, monospace, courier;
	font-size: 12pt;
	xfont-variant: small-caps;
}

/* Layout */

#haupt{
	position: absolute;
	top: 17%;
	left: 17%;
	width: 67%;
	height: 67%;
	background-color: #A08080;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

#bild{
	position: absolute;
	top: 10%;
	width: 100%;
	visibility: visible;
}

#haupt_menu{
	position: absolute;
	top: 45%;
	width: 100%;
}

a:link, a:visited {
   text-decoration:none;
	font-weight:bold;
	color:#fff;
}

a:hover, a:active {
   text-decoration:none;
	font-weight:bold;
	color:#000;
}

.menu{
	z-index: 9;
}

#wir_sublinks {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 35%;
	height: 12%;
	z-index: 10;
	visibility: hidden;
}
#akt_sublinks {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 35%;
	height: 12%;
	z-index: 10;
	visibility: hidden;
}
#stamm_sublinks {
	position: absolute;
	top: 65%;
	left: 50%;
	width: 35%;
	height: 12%;
	z-index: 10;
	visibility: hidden;
}
#form_sublinks {
	position: absolute;
	top: 75%;
	left: 50%;
	width: 35%;
	height: 12%;
	z-index: 10;
	visibility: hidden;
}
.sub_link{
	display: block;
	font-size: 11pt;
	text-align: right;
}

a.sub_link:hover{
	color: #ff0;
}
