@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #656565;
	background: url(../images/bg-body.png) repeat-x left top #d7eaef;
}

.clearing { clear: both; }
a img { border:none; text-decoration: none; }

a.sf-button {
	padding: 5px 30px 5px 10px;
	display: block;
	width: 85px;
	color: #fff;
	text-decoration: none;
	background: url(../images/bg-button.png) no-repeat right center;
}

img.imgRight {
 float: right;
	margin-left: 10px;
}

#wrapperOuter {
	width: 880px;
	margin: auto;
	padding: 0;
	background: url(../images/bg-wrapper-repeat.png) repeat-y left 650px;
}
#wrapperInner {
	width: 860px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/bg-wrapperTop.png) no-repeat left top;
	min-height: 600px;
	text-align: left;
	padding-bottom: 40px;
}

#headerOuter {
	width: 820px;
	margin: auto;
	padding:15px 10px 0 10px;
	text-align: left;
	background: url(../images/header-shadow-bottom.png) no-repeat center bottom;
	height: 140px;
}
#headerLeft {
 float: left;
	width: 290px;
}
#headerRight {
 float: right;
	width: 510px;
}
#metaNav {
 text-align: right;
	font-size: 12px;
	color: #999;
	padding-right: 10px;
	height: 20px;
}
#metaNav a {
	color: #999;
	text-decoration: none;
}
#metaNav a:hover {
	text-decoration: underline;
}
#mainNav {
	text-align: left;
	padding-top: 48px;
}
#mainNav ul {
 list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainNav ul li {
 display: inline;
	color: #0080c0;
	font-size: 15px;
	text-transform: uppercase;
	padding-right: 11px;
	padding-top: 24px;
	margin-right: 10px;
	background: url(../images/mainnav-spacer.png) no-repeat right bottom;
}
#mainNav ul li a {
	color: #0080c0;
	text-decoration: none;
}
#mainNav ul li a:hover {
	text-decoration: underline;
}
#mainNav ul li a.current {
	color: #333333;
}


.contentWrapper {
	padding: 0 30px;
	font-size: 12px;
	color: #656565;
}
.contentWrapper h1 {
	color: #4d4d4d;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}
.contentWrapper h2 {
	color: #0080c0;
	font-size: 16px;
}
.contentWrapper h3 {
	color: #656565;
	font-size: 15px;
}
.contentWrapper h2 a {
	color: #0080c0;
	text-decoration: none;
}


#footerOuter {
	background: url(../images/bg-footer.png) repeat-x left top;
	margin: 0 10px;
	padding: 0 30px;
	color: #fff;
	font-size: 11px;
	height: 35px;
}
#footerOuter #footerLeft {
	float: left;
	width: 40%;
	padding-top: 15px;
	text-align: left;
}
#footerOuter #footerRight {
	float: right;
	width: 59%;
	padding-top: 15px;
	text-align: right;
}
#footerOuter a {
	color: #fff;
	text-decoration: none;
}
#footerOuter a:hover {
	text-decoration: underline;
}


/* Startseite */
#teaserStart {
 background: url(../images/bg-grossteaser-start.png) no-repeat center top;
	height: 258px;
	padding: 0 30px;
}
#teaserStart #teaserImage {
	padding-top: 9px;
	width: 385px;
	margin-right: 30px;
	float: left;
}
#teaserStart #teaserText {
	padding-top: 53px;
	width: 385px;
	float: right;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	line-height: 48px;
}
.contentWrapper .leftColumn {
	width: 385px;
	margin-right: 30px;
	margin-bottom: 50px;
	float: left;
}
.contentWrapper .rightColumn {
	width: 385px;
	float: right;
	margin-bottom: 50px;
}
.contentWrapper .leftColumn .infoBox, .contentWrapper .rightColumn .infoBox {
	height: 145px;
}