@charset "utf-8";
@import url("style_navi.css");
@import url("style_content.css");
@import url("style_rte.css");

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 75%;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
}
body * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, input, textarea {
	font-size: 1em;	
}
.clear {
	clear: both;	
}
.hide {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -999em;
}
img {
	border: none;	
}
ul {
	list-style: none;	
}


div#CONTAINER {
	
}
div#HEADER {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div#HEADER-INNER {
	width: 900px;
	padding-right: 8px; /*wg Footer*/
	margin: 0 auto;
	height: 249px;
	text-align: left;
	position: relative;
}
a#LOGO-HANSE img {
	display: block;
	width: 387px;
	height: 92px;
	position: absolute;
	left: -88px;
	top: 208px;
	behavior: url(fileadmin/templates/images/iepngfix.htc);
}
a#LOGO-HP img {
	display: block;
	width: 269px;
	height: 72px;
	position: absolute;
	left: 576px;
	top: 5px;
	behavior: url(fileadmin/templates/images/iepngfix.htc);
}

div#STATIC-CONTAINER {
	background-image: url(../images/bg_static-navi.jpg);
	background-repeat: repeat;
	background-position: left top;
}
div#STATIC-CONTAINER-INNER {
	width: 900px;
	padding-right: 8px; /*wg Footer*/
	margin: 0 auto;
	text-align: left;
	padding-bottom: 9px;
}

div#MAIN {
	width: 900px;
	padding-right: 8px; /*wg Footer*/
	padding-top: 19px;
	margin: 0 auto;
	text-align: left;
}
.map div#MAIN {
	position: relative;
	padding-bottom: 180px;	
}

div#FOOTER {
	width: 908px;
	margin: 0 auto;
	text-align: left;
	height: 152px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.map div#FOOTER {
	background-image: url(../images/bg_footer_mitKarte.gif);	
}

