@charset "UTF-8";

/* ===   CSS-OBP-MAIN   === */

/* ===   Colorinfo-OBP
   Auszeichnung: #E30613 (Rot100%)
   Nav a: #F66A6D (Rot70%)
   Nav a:hover: #778186 (dunkelgrau)
   Footer: #E7E7E7 (hellgrau)
   === */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	background: url('../images/img_obp_background_imp.jpg') no-repeat center center;
	min-height: 100%;
	background-size: cover;
	min-height: 100%;
}

a img, img {
	border: none; /* IE */
}

h1 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
}

a:link {
	color: #F66A6D;
	text-decoration: none;
}

a:hover, a:focus {
	color: #666;
	text-decoration: none;
}

/* ===   Container-OBP   === */

.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	box-shadow: 3px 0px 15px #777777, -3px 0px 15px #777777;
}

/* ===   Header-OBP   === */

.header {
	height: 125px;
}

.header-log {
	width: 196px;
	height: 83px;
	margin-left: 40px;
	padding-top: 21px;
	float: left;
}

.header-img {
	height: 250px;
	clear: both;
	border-bottom: 1px solid #666;
}

.content-imp {
	width: 430px;
	height: 320px;
	padding-top: 30px;
	margin-left: 40px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 1.25em;
	float: left;
}

.aside-imp {
	width: 430px;
	height: 320px;
	padding-top: 30px;
	margin-left: 10px;
	margin-right: 40px;
	font-size: 12px;
	line-height: 1.25em;
	float: right;
}

/* ===   Footer-OBP   === */

.footer {
	height: 95px;
	background-color: #E7E7E7;
	border-top: 1px solid #666;
	position: relative; /* IE6 */
	clear: both;
}

.nav-footer ul {
	margin: 0px;
	padding-top: 20px;
	font-size: 10px;
	list-style-type: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	line-height: 1.4em;
	width: 150px;
	float: left;
}

.nav-footer ul a {
	color: #F66A6D;
	text-decoration: none;
}

.nav-footer ul a:hover {
	color: #666;
	text-decoration: none;
}

.navactive, .nav-footer ul a.navactive {
	color: #666;
}

.footer-but-up {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 12px;
	left: 469px;
}

.footer-img {
	width: 100px;
	height: 84px;
	margin-left: 820px;
	padding-top: 5px;
}