* {
  margin: 0;
  padding: 0;
}

html,body {
	height: 100%;
	background: #edf4ff;
}

p {
	font-family: 'Tahoma', Arial;
	font-size: 0.9em;
	color: #1d2c57;
	padding-right: 20px;
}

td {
	font-family: 'Tahoma', Arial;
	font-size: 0.9em;
	color: #1d2c57;
	padding-right: 20px;
	vertical-align: top;
}

#balken {
	height: 450px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -225px;
}

#balken_header {
	height: 75px;
	width: 100%;
	background: #c4b957;
	margin-top: 1px;
}

#balken_content {
	height: 341px;
	width: 100%;
	background: #dfdaab;
	margin-top: 1px;
}

#balken_navi {
	height: 30px;
	width: 100%;
	background: #c4b957;
	margin-top: 1px;
}

#site {
	height: 450px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -400px;
}

#site_header {
	height: 75px;
	width: 100%;
	margin-top: 1px;
}

#site_content {
	height: 341px;
	width: 100%;
	margin-top: 1px;
}

#site_content_text_50_50 {
	float: left;
	height: 341px;
	width: 400px;
}

#site_content_text {
	float: left;
	height: 341px;
	width: 459px;
}

#site_content_bild {
	float: left;
	height: 341px;
	width: 341px;
}

#site_navi {
	height: 30px;
	width: 100%;
	margin-top: 1px;
}

a {
	font-family: 'Tahoma', Arial;
	font-size: 0.9em;
	color: #1d2c57;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	height: 15px;
	font-family: 'Tahoma' ,Arial;
	font-size: 0.7em;
	color: #1d2c57;
	width: 100%;
	position:absolute;
 	bottom: 0px;
}

#footer a {
	font-family: 'Tahoma', Arial;
	font-size: 1em;
	color: #1d2c57;
	text-decoration: none;
	font-weight: normal;
}