#container #menue #nav #nav12 {
	color: #000066;
	background-image: url(css-images/bg_navdown.gif);
}
#container #menue #nav #nav12:hover {
	color: #0099FF;
}
#page_main #themen {
	margin-top:25px;
	margin-bottom:25px;
	width: 100%;
	height: auto;
	float: left;
	padding-left: auto;
	padding-right:auto;
	text-align:center;
}
#page_main #themen .thema {
	width: 50%;
	height: auto;
	float:left;
	margin-bottom:20%;
}
#themen .thema a img {
	width: 90%;
	height: auto;
	border:none;
}
#themen .thema a p {
	position:relative;
	margin-top:-50%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	z-index:99; 
}
#themen .thema a, #themen .thema a:hover {
	text-decoration:none;
	text-outline:none;
}
#themen .thema a:hover p {
	color: #0ff;
}