
#wrap3
{
	text-align:center;
}
#content_themen {
	background-color: #C4CDB5;
	padding:20px 20px 20px 20px;
	width: 960px;
}
.themen_wrap
{
	background-color: #fff;
}
#content_themen #normal, #content_themen #left, #content_themen #right {
	float: left;
	width: 318px;	
	background-color: #fff;
}
#content_themen #normal
{
	margin-left:0px;
	padding-left:15px;
	width: 300px;	
}
#content_themen #left
{
	width:300px;
	padding-left:18px;
}
#content_themen #right {
	width:300px;
	padding-left: 15px;
}
#themen_header
{
	clear:both;
	background-color:#fff;
	height:95px;
	padding-top:25px;
}
#themen_header a 
{
	float:left;
	margin-right:2px;
}
.themen_logo
{
	margin-right:15px;
}
#content_themen .info_box
{
	border:solid 1px #d6d6d6;
	width:267px;
	height:130px;
	margin-bottom:20px;
	padding:15px 15px 15px 15px;
}
.info_box h1, #content_inner #left h1
{
	color:#7bb448;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	display: inline;
}	
.info_box p
{
	color:#3f3f3f;
	font-size:12px;
	font-weight:bold;
	margin:5px 0px 5px 35px;
	line-height:12px;
}
.info_box p a
{
	color:#3f3f3f;
}
.info_box p a:hover
{
	text-decoration:underline;
}

.them_ico
{
	filter:alpha(opacity=60);
	opacity:.60;
}
.them_ico:hover
{
	filter:alpha(opacity=100);
	opacity:1.0;
}

