@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;
}
#left {
	width: 170px;
	float: left;
	text-align: left;
}
#middle {
	width: 570px;
	float: left;
	text-align: center;
}
#right {
	width: 170px;
	float: left;
	text-align: left;
}
.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;
}
.small {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 8px;
}