@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: visible;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
/* CSS Document */


.Thema {
	color: rgba(255,255,255,1);
	font-size: 42px;
	text-align: left;
	position: absolute;
	padding-top: 4px;
	padding-right: 180px;
	padding-bottom: 5px;
	padding-left: 20px;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	background-image: url(../slider/hg-thema.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 42px;
	width: 450px;
	bottom: 23px;
}	
.Thema-laenger {
	color: rgba(255,255,255,1);
	font-size: 42px;
	text-align: left;
	position: absolute;
	padding-top: 4px;
	padding-right: 180px;
	padding-bottom: 5px;
	padding-left: 20px;
	left: 0px;
	text-transform: none;
	letter-spacing: 2px;
	font-weight: normal;
	background-image: url(../slider/hg-thema.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 55px;
	width: 1000px;
	top: 15px;
}



a.Thema, A.Thema:active, A.Thema:visited {
color: #ffffff;
text-decoration: none;
}

a.Thema:hover {
color: #eb5100;
text-decoration: underline;
background-color: #eeeeee;
background-color: rgba(238, 238, 238, 0.7);
}

   
