html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 20px;
}

#pagecontent {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #c5006b;
}

#pagecontent {
	position: relative;
	background-color: #FFFFFF;
}

	
#top {
	clear: both;
	width: 780px;
	height: 80px;
}
#trailer {
	float: left;
	width: 590px;
	height: 80px;
}
#trailer img {
	border: 0px;
		
}
#logo {
	float: right;
	width: 190px;
	height: 80px;
}
#logo img {
	border: 0px;
}

#mainmenu {
	clear: both;
	align: left;
	height: 21px;
	border-bottom: 1px solid;
	border-color: #ffffff;
	background-color: #c5006b;
	padding-left: 30px;

}
	
#mainmenu img {
	border: 0px;
}

#submenu {
	align: left;
	height: 20px;
	background-color: #a3aba6;
	padding-left: 30px;
	margin-bottom: 20px;
}

#submenu img {
	border: 0px;
}

#submenu .sub {
	float:left;
}

#submenu .login {
	float: right;
	margin-right: 2px;
}

#content {
	color: black;
	height: auto;
	background-color: #FFFFFF;
}

#content a,
#content a:hover,
#content :link,
#content :hover,
#content :active,
#content :visited {
	color: #000000;
	text-decoration: none;	
}

#content-links {
	overflow:hidden;
	float: left;
	width: 180px;
	margin-right: 10px;
	color: black;
}

#content-links .leiste {
	overflow:hidden;
	float: left;
	margin-right: 2px;	
	width: 170px;
	height: 8px;
	background-color: #a3aba6;
}

#content-links .punkt {	
	overflow:hidden;
	float: left;
	width: 8px;
	height: 8px;
	background-color: #c5006b;
}

#content-links .leer {	
	width: 180px;
	height: 10px;
	background-color: #FFFFFF;
}

#content-links .news {
	padding: 10px;
	color: black;
	min-height: 170px;
	width: 180px;
	height: auto;
	background-color: #f1f2f2;
}

* html #content-links .news {
	height: 170px;
}

#content-links .suche {
	padding: 10px;
	color: black;
	min-height: 100px;
	height: auto;
	width: 180px;
	background-color: #f1f2f2;
}

* html #content-links .suche{
	height: 100px;
}

#content-links .hotline {
	padding: 10px;
	color: black;
	min-height: 230px;
	height: auto;
	width: 180px;
	background-color: #E3E6E4;
}

* html #content-links .hotline{
	height: 230px;
}

#content-normal {
	overflow:hidden;
	float: right;
	clear: both;
	margin: 0px;
	width: 780px;
	color: black;
}

#content-normal .leiste {
	overflow:hidden;
	float: left;
	margin-right: 2px;	
	width: 770px;
	height: 8px;
	background-color: #a3aba6;
}

#content-normal .punkt {	
	overflow:hidden;
	float: left;
	width: 8px;
	height: 8px;
	background-color: #c5006b;
}

#content-normal .inhalt {
	padding: 10px;
	color: black;
	min-height: 100%;
	height:auto;
	width: 780px;
	background-color: #f1f2f2;
}

* html #content-normal .inhalt {
	height: 535px;
}
 
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: left;
	width: 780px;
	border-top: 1px solid;
	border-width: thin;
	border-color: #c5006b;
	background-color: #edeeed;
}

#footer .oben {
	width: 780px;
	height: 35px;	
	background-color: #edeeed;
}

#footer .menu {
	overflow: hidden;
	float: left;
	color: #FFFFFF;
	text-align: left;
	text-valign: middle;
	width: 753px;
	height: 20px;	
	background-color: #a3aba6;
	margin-right: 8px;
}

#footer .menu img {
	border: 0px;
}

#footer .menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .top-cur a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .punkt {
	float:left;
	width: 19px;
	height: 19px;	
	background-color: #c5006b;
}

#footer .unten {
	clear: both;
	width: 780px;
	height: 10px;	
	background-color: #edeeed;
}

