.over {
	background-image: url(../images/button1.jpg);
	cursor:pointer;
}
.out {
	background-image: url(../images/button2.jpg);
}
.fehler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}

body {
	background-color: #000000;
	background-image: url(../images/hintergrund.jpg);
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
    text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.textkursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
.texteinzug {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-indent: 3px;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #009999;
	text-indent: 15px;
	font-weight: normal;
}
.formular {
	background-color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #6B8B8B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.laufschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
