/*--------------------------------------
	FLEX-CONTENTELEMENTS			
----------------------------------------*/

/* TWO COLLUMNS CONTENT */

div.colLeft{
	float:left;
	width: 340px;
	padding: 0 4px 20px 0;
}
div.mainCoLeft{
	float:left;
	width: 320px;
	padding: 20px 20px 20px 0;
}
div.mainCoRight{
	width: 320px;
	float: right;
	padding: 20px 20px 20px 0;
}

/* TEASERBOX */
.box1 {
	background-color: #f7f7f3;
	width: 415px;
	padding:15px;	
	float: left;
	height: 250px;	
}
.box1 .csc-textpic-imagewrap,
.box2 .csc-textpic-imagewrap {
 padding-right:20px;
 padding-left:30px;
 padding-bottom:30px;
}
.box2 {
	width: 415px;
	padding:15px;	
	background-color: #f7f7f3;
	float: right;
	clear: right;
	height: 250px;
}

.box3 {
	clear:both;
	background-color: #f7f7f3;
	width: 265px;
	padding:15px;		
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	height:230px;
	margin-bottom:10px;
}
.box4 {
	background-color: #f7f7f3;
	width: 260px;
	padding:15px;		
	float: left;
	margin-top: 10px;
	height:230px;
	margin-bottom:10px;
}
.box5 {
	background-color: #f7f7f3;
	width: 265px;
	padding:15px;		
	float: right;
	margin-top: 10px;
	height:230px;
	margin-bottom:10px;	
}
.box1 .csc-firstHeader,
.box2 .csc-firstHeader,
.box3 .csc-firstHeader,
.box4 .csc-firstHeader,
.box5 .csc-firstHeader {
 margin-top:0px;
}
.stTeaserContain {
	float: left;
	width: 100%;
}
.stTeaserTop {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #434036;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
	background-color: f7f7f3;
}
.stTeaserCo {
}
.stTeaserCo p {
	margin: 0;
	padding: 0 6px 10px 8px;
	line-height: 150%;
}
.stTeaserCo .csc-textpic p {
	margin: 0;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.stTeaserCo a {
 color: #434036;
 text-decoration:none;
}
.stTeaserCo a:hover {
 text-decoration:underline;
}
.stTeaserLink {
}
.stTeaserLink a:hover {
	text-decoration: underline;
}
.stTeaserA {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	background-image: url(../img/icon_vor.gif);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
	background-position: right top;
	height: 20px;
	padding: 1px 20px 0 0;
}

/* CONTENTBOX */

div#coLeftTop {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	margin-bottom: 0px !important; /* Fr moderne Browser */
	margin-bottom:-10px; /* Fr IE 6.0*/
}
div#coLeftMain {
    width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: f7f7f3;
}
div#coLeftBottom {
	background-repeat: no-repeat;
	margin-bottom: 0px !important; /* Fr moderne Browser */
	margin-bottom:-10px; /* Fr IE 6.0*/
}

