@charset "utf-8";
/* CSS Document */

body {
	background-image: url(pix/bg.gif);
	background-repeat: repeat-x;
	background-color: #E9AD5E;
	background-position: left bottom;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.links:link {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
a.links:visited {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
a.links:hover {
	color: #000;
	text-decoration: none;
	background-color: #DB7900;
}
a.links:active {
	color: #000;
	text-decoration: none;
	background-color: #fff
}
#container {
	width: 910px;
	position: relative;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
#hilfe {
	width: 528px;
	text-align: left;
	background-image: url(pix/bg-hilfe.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 37px;
}
#impressum {
	width: 528px;
	text-align: left;
	background-image: url(pix/bg-impressum.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 40px;
}
.auszeichnung {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 17px;
}
.text {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}
.text-schwarz {
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}
.small {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 8px;
}
.small-schwarz {
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
}