

/* --- Stylesheet 9 () --------- */ 

#themen {
	padding: 20px 0px 5px 20px;
	overflow: hidden;
	height: 355px;
}

#themen .thema {
	float: left;
	width: 299px;
	height: 190px;
	overflow: hidden;
}

#themen .thema .bild {
	float: left;
	height: 100px;
	overflow: hidden;
}

#themen .thema .bild img {
	width: 90px;
	padding: 0px 15px 7px 0px;
}

#themen .thema .inhalt {
	padding: 0px 10px 5px 106px;
}

#themen .thema .inhalt h5 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #888;
	font-family: "Gill Sans", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}

#themen .thema .inhalt h5 a {
	color: #999;
}

#themen .thema .inhalt h3 {
	margin: 5px 0px 7px 0px;
	padding: 0px;
	font-size: 17px;
	line-height: 18px;
	color: #fff;
}

#themen .thema .inhalt p {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	color: #bbb;
	line-height: 16px;
}

#infos {
	padding: 0px 20px 15px 20px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #aaa;
	font-family: "Gill Sans", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}

#infos .links {
	float: left;
	padding-right: 25px;
}

#infos .rechts {
	float: right;
	padding-left: 25px;
}