html
{
  overflow: hidden;
  height: 99%;
}

body {
	height: 99%;
	margin: 0px;
	padding: 0px;
	background-color: #eeede9;
}

em {
	visibility: hidden;
}

/* Positionierung Inhalt */

#divCenter
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 1016px;
}

#divDisplay
{
  position: absolute; 
  top: 30%;
  vertical-align: middle;
  width: 100%; 
}

#divBox {
  position: relative; 
  top: -200px; 
  width: 1016px;
  height: 625px;
}

#divMenue {
	width: 209px;
	height: 625px;
	float: left;
}

#divContent {
	width: 807px;
	height: 625px;
	float: right;
}

#divHome {
	padding-left: 50px;
	margin-bottom: -130px;
}

#divMenue ul {
	list-style: none;
	padding: 152px 0px 0px 29px;
}

#divMenue li {
	padding: 16px 0px 0px 0px;
}

#divMenue li.erste {
	padding: 0px 0px 0px 0px !important;
}

#divMenue a {
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

#divText {
	width: 560px;
	margin: 176px 0px 0px 0px;
	float: right;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}

#divBilder {
	width: 804px;
	margin: 144px 0px 0px 0px;
	float: right;
}

#divKontaktFormular {
	width: 566px;
	margin: 160px 0px 0px 0px;
	float: right;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}



#divKontaktFormular input {
	font-family: Verdana,sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #483A3A;
	line-height: 20px;
	border: none;
	height: 22px;
	width: 412px;
	padding: 4px 0px 0px 6px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#divKontaktFormular textarea {
	font-family: Verdana,sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #483A3A;
	line-height: 20px;
	border: none;
	height: 210px;
	width: 412px;
	padding: 2px 0px 0px 6px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.selected {
	color: #ffffff !important;
}



/* diverse Seiten, Positionen Texte: */
.seite2 {
	padding: 162px 0px 0px 0px;
}

.seite10 {
	padding: 230px 0px 0px 0px;
}

.seite3 {
	padding: 36px 0px 0px 0px;
}

.seite4 {
	padding: 72px 0px 0px 0px;
}

.seite5 {
	padding: 36px 0px 0px 0px;
}

.seite6 {
	padding: 146px 0px 0px 0px;
	float: left;
}

.seite8 {
	padding: 0px 0px 0px 6px;
}

.absenden {
	padding: 0px 0px 0px 340px;
	margin-top: -4px;
}

.absenden button {
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

.seite9 {
	padding: 92px 0px 0px 0px;
}

.impressum {
	margin-left: 240px;
}

.copyright {
	font-size: 10px;
}
