
html {

	height:100%;
}

body {
  color:#564b47;  
  padding:0px;
  margin:0px;
  height:100%;
}
#inhalt { 	
  position:absolute;
  width:776px;
  margin:0px 0px 0px -388px;
  top: 0%; 
  left: 50%;
  height:100%
  text-align: left;
  padding: 0px;
	background:url(/ostwind/images/bg.gif) top left repeat-y;
}

html>body #inhalt { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 100%;
}

#navicontainer {
	width:156px;
	float:left;

}

#content {
	font-family: Arial,Verdana;
	color:#fff;
	font-size:12px;
	text-align:left;
	padding:0px ;
	line-height:18px;

}

h1 {

	font-family: Arial,Verdana;
	color:#eee;
	font-size:12px;
	text-align:left;
	padding:0px 20px 0px 20px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #fff;


}

a {
	color:#fff;
	text-decoration:none;

}
.clear {
	clear:both;
}

.label {
	float:left;
	width:90px;
	position:relative;
	color:#fff;
}

.infotext {
	float:left;
	width:350px;
	position:relative;
	color:#fff;
}