/* Sliderbereich Absatz  */
#slider p {
	position: relative;
	left: 15px;
	top: 46px;
	float: left;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.30);
	color: #006197;
	width: 620px;
}

/* Sliderbereich Bild */
#slider img {
	position: relative;
	top: 8px;
	float: right;
	margin-right: 10px;
	border: 5px solid #FFFFFF;
}

/* Sliderbereich Ueberschrift */
#slogan-bg h1 {
	margin-left: 10px;
}

/* Abstand zwischen Absaetzen innerhalb einer Spalte*/
.teaser p + p {
	position: relative;
	margin-top: 10px;
}

/* Abstand zwischen Absatz und Liste innerhalb einer Spalte */
#content .teaser ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* Position Liste bei h2 */
#content .teaser h2 + p + ul {
	position: relative;
	margin-top: -70px;
}

/* Abstand Liste */
#content .teaser p + ul {
	position: relative;
	margin-top: 10px;
}

/* Abstand zwischen Listenelementen */
#content .teaser li + li {
	margin-top: 4px;
}

/* Ueberschrift innerhalb einer Spalte */
#content .teaser h2 {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.30);
	color: #006197;
	background: #f8c401;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	width: 160px;
}