#headerBar {
	height: 318px;
	background: url('/gfx/header_startseite.jpg') #fff no-repeat top left;
}

#outerRedBar {
	position: absolute;
	top: 128px;
	left: 180px;
	right: 0px;
	height: 190px;
	background-color: #c21d25;
}

.testWhite {
	margin: 5px 0px 5px 5px;
	height: 178px;
	width: 178px;

	padding: 1px;
	background-color: #fff;
}

* html * .testWhite { width: 180px; } /* ie6 is stupid */

.floatingBox {
	float: left;
}

.innerRedBox {
	height: 178px;
	background-color: #c21d25;
}

.textBox {
	position: relative;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
	height: 100%;
	padding: 15px 12px 0px 12px;
}


.textBox span {
	display: block;
	height: 15px;
	margin-bottom: 12px;
}

span#inform {
	background: url('/gfx/nav_main/informieren.png') #c21d25 no-repeat left 0px;
}
span#beraten {
	background: url('/gfx/nav_main/beraten.png') #c21d25 no-repeat left 0px;
}
span#test {
	background: url('/gfx/nav_main/testen.png') #c21d25 no-repeat left 0px;
}
span#about {
	background: url('/gfx/nav_main/ueber_uns.png') #c21d25 no-repeat left 0px;
}

.moreLink {
	position: absolute;
	top: 156px;
	left: 112px;
	width: 60px;
	background: url('/gfx/mehr_icon_weiss.png') transparent no-repeat top left;
	text-decoration: none;
}

#content {
	overflow: hidden;
	width: 740px;
	background-color: #e6e6e6;
}

#whiteMain {
	float: left;
	width: 550px;
	background-color: #fff;
}

#rightBar {
	float: left;
	width: 190px;
	background-color: #e6e6e6;
}

.newsBar {
	border: 1px #fff solid;
	background-color: #054295;
	color: #fff;
	margin: 5px;
	padding: 11px;
	height: 158px;
	width: 156px;
}

* html * .newsBar {
	height: 178px;
	width: 180px;
}

div.newsBar img {
	display: block;
	margin-bottom: 12px;
}

.teaserHeadline {
	font-size: 11px;
	font-weight: 900;
	line-height: 110%;
	text-align: justify;
}

.moreNewsLink {
	position: absolute;
	margin-top: 15px;
	width: 60px;
	background: url('/gfx/mehr_icon_weiss.png') transparent no-repeat top left;
	text-decoration: none;
}

.storyTop {
	padding-right: 22px;
	padding-left: 175px;
	margin-left: 22px;
	background: url('/gfx/trennlinie_unterseiten.png') transparent no-repeat bottom left;
}

h1.currentHeadlines {
	font-size: 14px;
	font-weight: 900;
	line-height: 29px;
	color: #868686;
	padding-left: 18px;
	background: url('/gfx/icon_aktuelles.png') transparent no-repeat left center;
}

.storyLine {
	margin-left: 22px;
	padding: 6px 0px 11px 0px;
	background: url('/gfx/trennlinie_unterseiten.png') transparent no-repeat bottom left;

	height: auto;
}

.contentImage {
	padding: 5px;
	border: 1px #bfbfc1 solid;
	float:left;
}

.contentText {
	color: #868686;
	margin-left: 190px;
}

.storyMore {
	margin-top: 15px;
	width: 60px;
	background: url('/gfx/mehr_icon_rot.png') transparent no-repeat top left;
	text-decoration: none;
	display: block;
}


#impressumText {
	float:left;
	font-size: 9px;
	color: #bfbfc1;

	padding: 15px 22px 16px 22px;
	background-color: #fff;
}


