@charset "UTF-8";
/* CSS Document */

#content-wrap {
	background: #white;
	padding: 5em 8.51% 4.5em 12.766%;
}

#content-wrap h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #333;
	font-size: 171.43% /*24px*/;
	font-weight: normal;	
}

/* added by HS: */
div#content-wrap th, td {
	padding: 2px;
}

/* _____________________________ Landing Page */

/* OBERER BEREICH */

#lp-wrap-top {
	height: 300px;
	background: white;
	border-bottom: 1px solid #ccc;
	padding: 50px 0 0 50px;
	position: relative;
}

/* Partner-Logo */
#lp-wrap-top img {
	display: block;
	float: left;
	margin-right: 60px;
}

#lp-wrap-top #lp-head {
	width: 550px;
	float: left;
}
#lp-wrap-top h3 {
	font-size: 133.33% /*16px*/;
	font-weight: normal;
	color: #666;
	margin: 0 0 20px 0;
	padding: 0;
}
#lp-wrap-top h3 strong {
	color: #333;
	font-weight: bold;
}

/* Logo umpositionieren */
#lp-wrap-top #logo {
	top: 270px;
}

/* UNTERER BEREICH */
#lp-wrap-bottom {
	background: white url(/images/apps/tmpl/lp-wrap-bottom-verlauf.png) top left repeat-x;
	min-height: 300px;
	padding: 50px;
}
#lp-wrap-bottom h2 {
	text-align: center;
}

.lp-box {
	width: 250px;
	height: 300px;
	float: left;
	margin-right: 55px;
	color: #666;
}
.lp-box-last {
	margin-right: 0;
}
.lp-box img {
	display: block;
}
.lp-box p {
	font-size: 108.33% /*13px*/;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.lp-box h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

/* _____________________________ Header */

#header {
	/* width: 960px; */
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #666;
	background-color: #ccc;
	text-shadow: 0 1px 0 #fff;
	font-size: 91.67% /*11px*/;
}

#header a {
	color: #666;
}
#header a:hover, #header a:focus {
	color: #222;
}

/* ___logoContainer für ContextCss ___ */
#logoContainer {
	padding-left: 120px; /* vgl. #content-wrap */
	padding-top: 40px; /* ehem. h1#logo */
	padding-right: 50px; /* ehem. h1#logo right */
	height: 80px;
}

#logoContainer h1#logo {
	float: right;
}