/* GeneralStyleDef */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	background-color: #CCFF33;
	text-decoration: none;
}

#highlight {
    color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.activelink {
	color: #333333;
	background-color: #CCFF33;
}


#centeriframe {
	height:100%;
}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }

.logotypo {
	position: absolute;
	height: 41px;
	width: 147px;
	top: 12px;
	left: 24px;
}

.logographic {
	background-image: url(../images/logohaus.gif);
	position: absolute;
	height: 121px;
	width: 194px;
	left: 20px;
	top: 309px;
}

/* NavigationStyleDef */

.navigationelements {
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.5px;
	position: absolute;
	height: 120px;
	width: 200px;
	left: 50px;
	top: 120px;
}

/* InfoAreaStyleDef */

.infoareabox {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	position: absolute;
	height: 400px;
	width: 440px;
	left: 330px;
	top: 18px;
	text-align: left;
}

.infoareatext {
	position: relative;
	left: 25px;
}

.captionbar {
	line-height: 20px;
	height: 16px;
	font-weight: bolder;
	color: #666666;
	background-color: #CCFF33;
	letter-spacing: 0.45px;
	word-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	text-indent: 10px;
	background-position: center;
}

.infoareatabstop100 {
	position: absolute;
	left: 100px;
}

.infoareatabstop7 {
	position: absolute;
	left: 7px;
}

/* FussnotenStyleDef */

.fussnote_box {
	background-color: #CCFF33;
	position: absolute;
	height: 100px;
	width: 800px;
	top: 430px;
}

.fussnote_lefttext {
	position: absolute;
	left: 55px;
	top: 440px;
	font-size: 11px;
	line-height: 14px;
	font-weight: lighter;
	color: #333333;
}

.fussnote_righttext {
	position: absolute;
	left: 355px;
	top: 440px;
	font-size: 11px;
	line-height: 14px;
	font-weight: lighter;
	color: #333333;
}


.fussnotetabstop1 {
	position: absolute;
	left: 95px;
}

