/* DEFAULT LAYOUT */

#layout.default {
	top: 45px;
}

/* Sidebar */
#sidebar {
	display: block;
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 80px;
	z-index: 99;
}
#sidebar .csc-textpic-imagewrap, #sidebar .csc-textpic-image {
	overflow: hidden;
}
#sidebar .csc-textpic-image {
	margin: 0px 0px 0px 0px;
}
#sidebar .csc-textpic img {
	text-align: center;
	display: inline !important;
}
#sidebar .csc-textpic-text .bodytext {
	text-align: center;
}

#sidebar img, #headline img {
	*behavior: url('/fileadmin/web/styles/iepngfix.htc');
}


/* Headline */
#headline {
	bottom: 280px;
	display: block;
	position: absolute;
	right: -50px;
	z-index: 999;
}


/* Content */
#content {
	display: block;
	float: left;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	
	width: 564px;
	height: 245px;
	overflow: auto;
	
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 25px 40px 0px 300px;
}

#content p.bodytext {
	margin: 10px 0px 15px 0px;
	line-height: 18px;
	padding: 0px 0px 0px 7px;
}

#content .headlineContent {
	margin: 0px 0px 5px 0px;
}

#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 7px;
	padding: 0px 0px 0px 0px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
}
#content .contenttable {
	width: 450px;
}
#content .contenttable td  {
	width: 150px;
}
#content table p.bodytext {
	margin: 0px 0px 5px 10px;
	width: 160px;
	text-align: center;
}

#content .bodytext b,
#content p b {
	color:#24922b;
}

#content ul {
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}

#content ul li {
	margin-left:20px;
	margin-bottom:10px;
}
#content .csc-textpic-text {
	margin-bottom: 15px;
}
#content .csc-textpic-text:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .csc-textpic-imagewrap {
	margin: 0px 0px 10px 0px;
}


#content .backLink {
	display: block;
	position: relative;
	bottom: 20px;
	right: 0px;
	width: 100px;
	height: 30px;
	float: right;
}
#content .backLink .bodytext {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content .backLink a {
	background: transparent url('../../images/button_back.gif') no-repeat 0px 0px;
	text-indent: -2222px;
	display: block;
	height: 28px;
	width: 70px;
	line-height: 28px;
	/*float: right;*/
	overflow: hidden;
}