body { 
	background-color: white;
	margin: 0;
	background-image: url(../media/uwg_header.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.uwg_blau {
	color: #00a5e5;
}

.uwg_gelb {
	color: #fff10d;
}

.uwg_rot {
	color: #c2005f;
}

.menue {
	width: 233px;
}

.menuepunkt {
	
	padding-top: 4px;
	padding-left: 60px;
	background-image: url(../media/menue_blank.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 173px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.menuepunkt:hover {
	background-image: url(../media/menue_pfeil.gif);
	color: #c2005f;
	text-decoration: none;
}
/*.menuepunkt a {
	text-decoration: none;
	color: black;
}
.menuepunkt a:hover {
	color: #c2005f;
}*/



.menuepunkt_aktuell {
	padding-top: 4px;
	padding-left: 60px;
	background-image: url(../media/menue_pfeil.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 173px;
	font-weight: bold;
	color: #c2005f;
	text-decoration: none;
}

.untermenue {
	
}
.untermenuepunkt {
	padding: 0px 5px 0px 20px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.untermenuepunkt:hover {
	font-weight: bold;
	color: #c2005f;
	text-decoration: none;
}

.untermenuepunkt_aktuell {
	padding: 0px 5px 0px 20px;
	font-weight: bold;
	color: #c2005f;
	text-decoration: none;
}

.news {
	margin-bottom: 16px;
}
.news td {
	width: 197px;
	background: white;
	padding: 10px;
	
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.fliesstext {
	font-size: 12px;
}

.haupttitel {
	font-size: 18px;
	font-weight: bold;
}

.untertitel {
	font-size: 14px;
	font-weight: bold;
}

#bildertabelle td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.bilderrand {
	margin-bottom: 5px;
	border-right: 4px solid #c2005f;
	border-bottom: 4px solid #c2005f;
}

