/* topprojekte.view.css */


/* allgemeines */
.text_item {
	margin:0 0 20px 0;
}

.text_item .csc-textpic-text h1,
.text_item .csc-textpic-text h2,
.text_item .csc-textpic-text h3,
.text_item .csc-textpic-text h4,
.text_item .csc-textpic-text h5,
.text_item .csc-textpic-text h6,
.text_item .csc-textpic-text p {
	padding-left:135px;
	text-align: left !important;
}



.text_item .csc-textpic-text h1,
.text_item .csc-textpic-text h2,
.text_item .csc-textpic-text h3,
.text_item .csc-textpic-text h4,
.text_item .csc-textpic-text h5,
.text_item .csc-textpic-text h6 {
	font-size:14px;
	color:#efefef;	
	font-weight: normal;	
}





/* content-bereich */
#main table.contenttable td p,
#main table.contenttable th p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main table.contenttable td,
#main table.contenttable th {
	background-color:#CFDCAD;
	border-top:1px solid #B5C097;
	color:#000000;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
#main table.contenttable th {
	background-color:#B5C097;
	font-weight:bold;
}


#main .frame_topprojekte {
	background-color: #CFDCAD;
	color: #004F02;
	display: block;
	float: left;
	margin: 0px 0px 30px 0px;
	width: 100%;
}
#main .frame_topprojekte .description {
	width: 405px;
	padding: 10px 10px 10px 10px;
	float: left;
}
#main .frame_topprojekte .description h2 {
	font-size: 1.7em;
	padding-top: 0em;
}

#main .frame_topprojekte .buttons {
	width: 145px;
	float: right;
	text-align: right;
	padding: 10px 10px 10px 40px;
}
#main .frame_topprojekte .buttons a.merke {
	background:transparent url(/fileadmin/web/images/linkicon_merke.gif) no-repeat scroll right 2px;
	padding:0 20px 10px 0;
	color:#004F02;
	font-size:12px;
	text-decoration:none;
}

#main .frame_topprojekte .description a {
	color: #004F02;
}

