@charset "utf-8";
.ueberschrift {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	color: #DE205C;
	padding-left: 10px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.bild {
	border: 10px solid #000;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.naechste_seite a:link{
	height: 50px;
	float: right;
	font-size: 60px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #444444;
	clear: both;
	text-decoration: none;
}

.naechste_seite a:active{
	text-decoration: none;
	height: 50px;
	float: right;
	font-size: 60px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #444444;
	clear: both;
}

.naechste_seite a:hover{
	text-decoration: none;
	height: 50px;
	float: right;
	font-size: 60px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #666666;
	clear: both;
}

.naechste_seite a:visited{
	text-decoration: none;
	height: 50px;
	float: right;
	font-size: 60px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #444444;
	clear: both;
}

.vorherige_seite a:link{
	text-decoration: none;
	height: 50px;
	float: left;
	font-size: 60px;
	color: #444444;
	margin-left: 10px;
	padding-left: 10px;
	clear: both;
	font-weight: bold;
}

.vorherige_seite a:active{
	text-decoration: none;
	height: 50px;
	float: left;
	font-size: 60px;
	color: #444444;
	margin-left: 10px;
	padding-left: 10px;
	clear: both;
	font-weight: bold;
}

.vorherige_seite a:hover{
	text-decoration: none;
	height: 50px;
	float: left;
	font-size: 60px;
	color: #666666;
	margin-left: 10px;
	padding-left: 10px;
	clear: both;
	font-weight: bold;
}

.vorherige_seite a:visited{
	text-decoration: none;
	height: 50px;
	float: left;
	font-size: 60px;
	color: #444444;
	margin-left: 10px;
	padding-left: 10px;
	clear: both;
	font-weight: bold;
}

