/* Allgemein */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica;
	font-size:13px;
	color: #000000;
}

img {
	border:none;
}
p {
	margin:0px;
	padding-top:0px;
}
hr {
	height: 2px;
	border: 0px solid #60967d;
	background-color: #60967d;
	color: #60967d;
}

a:link {color:#bd0405;text-decoration: none}
a:visited {color:#bd0405;text-decoration: none}
a:active {color:#bd0405;text-decoration: none}
a:hover {color:#bd0405;text-decoration: underline}

img {
	border: 0;
}

span.subscript {
	font-size:70%;
	position:relative;
	bottom:-0.5em;
}
span.superscript {
	font-size:70%;
	position:relative;
	bottom: 0.5em;
}
.link {
	color: #bd0405;
	text-decoration: none;
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
}

#bgrnd_head {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 200px;
	background-color: #000000;
	background-image:url(../img/bgrnd_head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#bgrnd_cnt {
	position: absolute;
	top: 200px;
	width: 100%;
	height: 90px;
	background-image:url(../img/bgrnd_cnt.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#page {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 920px;
	margin-left: -460px;
}

#head {
	height: 155px;
}
#head .logo {
	float: left;
}
#head .headimage {
	float: right;
	margin-top: 10px;
}

#menu {
	height: 90px;
	text-align: center;
}

#content {
	margin-top: 20px;
}

#content .cnt {
	min-height: 360px;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}

#footer {
	height: 90px;
	background-image:url(../img/footer_bgrnd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: center;
}
#footer .text {
	padding-top: 30px;
	font-size: 12px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.main_pagetitle {
	margin:0px 0px 8px 0px;font-size:25px;font-weight:bold;color:#bd0405;
}
.main_pagesubtitle{
	margin:0px 0px 8px 0px;font-size:21px;font-weight:bold;color:#bd0405;
}
.main_headline {
	vertical-align:top;font-size:17px;font-weight:bold;color:#60967d;
}
.main_text_headline {
	vertical-align:top;font-size:13px;font-weight:bold;color:#60967d;
}
.main_text_highlight {
	vertical-align:top;font-size:13px;color:#bd0405;
}
.main_text {
	vertical-align:top;font-size:13px;color:#222222;
}

#slider_home {
	width: 100%;
	height: 150px;
	background-color: #ffffff;
}

