/* ---- Basis ---- */
html, body {
	margin: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #EEE;
	color: #3E3E3E;
}
#rahmen {
	width: 1000px;
	height: 791px;
	margin: 0px auto;
	background: url("image/rahmen_bg.jpg") repeat-y top center;
}
#rahmenfuss {
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	background: url("image/rahmen_fuss.jpg") repeat-y top center;
}
#container {
	width: 960px;
	margin: 0px 0px 0px 20px;
}
#header {
	width: 960px;
	background: url("image/kopf_startseite.jpg") repeat-x top left;
	height: 205px;
}
#head_content {
	background: White;
	position:absolute;
}
#head_menu {
	position:absolute;
	width:400px;
	height:50px;
	top:5px;
	left:560px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#555;
}
#head_logo {
	position:absolute;
	width:124px;
	height:124px;
	top:5px;
	left:50px;
	background: url("image/ek-logo.gif") top left;
}
#nav {
	background: White;
	width: 960px;
	height: 41px;
}
#nav_content {
	position:absolute;
	width: 960px;
}
#nav_sprachen {
	position:absolute;
	width:150px;
	height:15px;
	top:13px;
	left:800px;
	text-align:right;
}
#wrapper {
	background: White;
	width: 960px;
	position:absolute;
}
#content {
	background: White;
	position:absolute;
}
#con_text_ueber {
	background: White;
	position: absolute;
	width:705px;
	height:50px;
	top:0px;
	left:0px;
	margin:0px 0px 0px 20px;
}
#con_text {
	background: White;
	position:absolute;
	width:705px;
	height:257px;
	top:0px;
	left:0px;
	margin:0px 0px 0px 20px;
	/*background: url("image/bg_con_text.jpg") no-repeat top left;*/
}
#con_text_hoch {
	background: White;
	position:absolute;
	width:690px;
	height:460px;
	top:50px;
	left:0px;
	overflow: auto;
	margin:0px 0px 0px 20px;
	padding:0px 15px 0px 0px;
}
#con_text_inside {
	background: White;
	position:absolute;
	width:960px;
	height:460px;
	top:50px;
	left:0px;
	overflow: auto;
	padding: 0px;
}
#con_zahlen {
	background: White;
	position:absolute;
	width:234px;
	height:250px;
	top:260px;
	left:0px;
	overflow: hidden;
}
#con_akt {
	background: White;
	position:absolute;
	width:234px;
	height:250px;
	top:260px;
	left:245px;
	overflow: hidden;
}
#con_news {
	background: White;
	position:absolute;
	width:234px;
	height:250px;
	top:260px;
	left:490px;
	overflow: hidden;
}
#con_anmeld {
	background: White;
	position:absolute;
	width:225px;
	height:150px;
	top:20px;
	left:735px;
	overflow:hidden;
}
#con_shop {
	background: White;
	position:absolute;
	width:225px;
	height:330px;
	top:180px;
	left:735px;
	overflow: hidden;
}
#con_fuss {
	position:absolute;
	width:960px;
	height:30px;
	top:515px;
	left:0px;
	text-align:center;
	padding: 0px;
	background: White;
	overflow: hidden;
}

