HTML, BODY {
	margin:0px;
	padding:0px;
}

BODY {
	background-color:#FFF;
}

H1, H2, H3, H4, H5 {
	margin:0px;
	padding:0px;
}

#allesdrin {
	margin:0px;
	padding:0px;
	width:910px;
	height:auto;
}

#header {
	width:100%;
	height:130px;
	background-color:#E3E3E3;
}

#sprache {
	position:absolute;
	right:0px;
	bottom:0px;
	width:230px;
	padding-left:40px;
	height:20px;
	text-align:right;
}

#logo {
	float:left;
	width:300px;
	height:130px;
}

#topnavi {
	position:relative;
	text-align:right;
	width:610px;
	height:110px;
	float:right;
	background-color:#FFF;
}

#topnavi_content {
	position:absolute;
	text-align:left;
	width:100%;
	height:80px;
	bottom:5px;
	left:40px;
}

#topnavi_content UL {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#topnavi_content UL LI {
	float:left;
	width:150px;
	padding:10px;
	margin:0px;
}

#flash {
	width:100%;
	height:40px;
	/*background-image:url(../gfx/bg.png);
	background-repeat: repeat-x;*/
	background-color:#E3E3E3;
	position:relative;
}

#inhaltsbereich {
       width:100%;
       height:auto;
       margin-top:35px;
}

#menue {
	width:250px;
	padding-left:25px;
	float:left;
}

#menue UL {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menue .active {
	color:#BD1432;
	border-left:10px solid #BD1432;
}

#menue UL LI {
	overflow:hidden;
	width:240px;
}

#menue UL LI A {
	width:100%;
	display:block;
}

#menue UL LI UL {
	margin:0px;
	padding:3px;
	list-style-type: none;	
}

#menue UL LI UL LI {
	border:0px;
	margin-left:15px;
}

#content {
	width:560px;
	height:auto;
	float:right;
}

#news {
	position:absolute;
	top:110px;
	left:940px;
	width:150px;
	height:auto;
}

#footer {
	margin-top:50px;
	width:910px;
	height:25px;
	border-top:1px dotted #636363;
}