/* UMBAU LAYOUT */

#layout.umbau {
	height: 397px;
	width: 904px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	z-index: 1;
}
/*
.csc-textpic {
	position: absolute;
	margin: 80px 0px 0px 0px;
	width: 780px;
}
.csc-textpic-imagewrap {
	position: relative;
}
*/

/* Headline */
#headline {
	bottom: 325px;
	display: block;
	position: absolute;
	left: -10px;
	z-index: 10;
	width: 745px;
}

* html #headline {
	bottom: 260px;
	display: block;
	position: absolute;
	left: -10px;
	z-index: 10;
	width: 745px;
	margin:0 0 20px 0;
}

* html #contentscoll {
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	display: block;
	overflow: auto;
	width: 884px;
	height: 317px;
	margin: 0;
	padding: 0px;
}

#headline .headlineContent {
	float: right;
	margin: 0px 0px 5px 0px;
	position: relative;
	/*left: 320px;*/
	top: -50px;
	z-index: 1;
}

/* Content */
#content {
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	/*display: block;
	overflow: auto;*/
	width: 884px;
	height: 357px;
	margin: 0;
	padding-top:85px;
	padding-left:20px;
	/*padding: 120px 20px 20px 20px;*/
}

#contentscoll {
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	display: block;
	overflow: auto;
	width: 884px;
	height: 327px;
	margin: 0;
	padding: 0px;
}

#content .headlineContent {
	float: right;
	margin: 0px 0px 5px 100px;
	position: relative;
	right: 85px;
	top: -55px;
}
#content .bodytext {
	width: 780px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}

#content .csc-textpic-image {
	width: 230px;
	padding: 0px 10px 10px 0px !important;
}
#content .csc-textpic-image.csc-textpic-lastcol {
	padding: 0px 0px 10px 0px !important;
}

/* Dock2 */

#dock2.dock .dock-item2 {
	display: block;
	float: left;
	height: 650px;
}
#dock2.dock a span {
	display: none;
}


/* Headlines */
#content h1 {
	background-color: #24922b;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	display: inline;
	line-height: 21px;
	height: 21px;
	clear: both;
	float: left;
	margin: 1px 0px 0 5px;
	padding: 0px 5px 0px 5px;
}
#content h1.graphical {
	color: #ffffff;
	font-size: 18px;
	text-transform: none;
	display: block;
	line-height: auto;
	height: 22px;
	clear: both;
	float: none;
	margin: 1px 0px 0 5px;
	padding: 0;
	background: none;
}

#content h2 {
	display: block;
	color: #02830e;
	width: 460px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
}

#content .bodytext strong {
	color:#02830e;
}

