@charset "UTF-8";

a:link { color:#9F2914; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; }
a:focus { color:#9F2914; text-decoration:none; }
a:hover { color:#9F2914; text-decoration:none; }
a:active { color:#999999; text-decoration:none; }

.background {
	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../bilder/bg-grey-650.png);
	background-attachment:fixed;
	background-color:#F6F6F6;
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:1;
}

.contentbg {
	height:100%;
	width:800px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-400px;
	background-color:#FFFFFF;
	border:1px solid #9F2914;
	z-index:3;
}

.headershadow {	
	height:160px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

.header {	
	height:160px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../bilder/bg-head-160-trans.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top;
	z-index:4;
}

.footer {	
	height:60px;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url(../bilder/bg-foot-40-trans.png);
	background-attachment:auto;
	background-repeat:repeat-x;
	background-position:top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	z-index:4;
}

.navimaintop {
	position:absolute;
	top:143px;
	left:50%;
	margin-left:-400px;
	height:45px;
	width:800px;
	z-index:4;
}

.navimainbottom {
	position:absolute;
	bottom:44px;
	left:50%;
	margin-left:-400px;
	height:45px;
	width:800px;
	z-index:5;
}
	
.contentbox {
	position:absolute;
	top:200px;
	left:50%;
	height:55%;
	width:720px;
	margin-left:-360px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	z-index:4;
	overflow:auto;

}

.markedtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #9F2914;
	text-decoration: none;
}

.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #9F2914;
	text-decoration: none;
}
	
.mapbox {
	float: right;
	height:250px;
	width:350px;
	margin-right: 30px;
}
