/* Header */
#layout .header {
	float: left;
	position: relative;
}

#layout .header .header_png {
	position: absolute;
	bottom: -5px;
	left: -21px;
	
	width: 100px;
	height: 146px;
	
	background-image: url('/fileadmin/user_upload/images/content/home/home_png.png');
	
	/*behavior: url(iepngfix.htc);*/
	display: none;
}

#layout h2 {
	margin: 34px 0 27px 0;
	
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #273C82;
}

#content_left a,
#content_right a {
	text-decoration: none;
	color: #273C82;
}

/* Content Left */
#content_left {
	float: left;
	width: 289px;
}
#content_left .content {
	clear: both;
	
	padding: 18px 0 0 0;
}
#content_left .content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content_left .content .csc-header {
	margin: 0 0 13px 0;
}
#content_left .content .csc-header h3 {
	font-weight: bold;
	font-size: 14px;
}
#content_left .content .csc-textpic-text {
	padding: 0 25px 0 0;
}
#content_left .content .csc-textpic-image {
	margin: 0px;
}
#content_left .content .csc-textpic-image img {
	display: block;
}

/* Content Right */
#content_right {
	float: right;
	width: 289px;
}
#content_right .content {
	clear: both;
	
	padding: 18px 0 0 0;
}
#content_right .content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content_right .content .csc-header {
	margin: 0 0 13px 0;
}
#content_right .content .csc-header h3 {
	font-weight: bold;
	font-size: 14px;
}
#content_right .content .csc-textpic-text {
	padding: 0 25px 0 0;
}
#content_right .content .csc-textpic-image {
	margin: 0px;
}
#content_right .content .csc-textpic-image img {
	display: block;
}
