body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 130%;
	margin: 0px;
	padding:0px 0 0 0;
}
input {
	border: 1px solid #ff6600;
	color: #333333;
	background-color: #eeeeee;
}
select {
	border: 1px solid #ff6600;
	color: #333333;
	background-color: #eeeeee;
}
textarea {
	border: 1px solid #ff6600;
	color: #333333;
	background-color: #eeeeee;
}
h1 {
	font-size: 14px;
	color: #ff6600;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	font-size: 12px;
	color: #ff6600;
	border-top: 1px solid #ff6600;
}
h3 {
	font-size: 12px;
	color: #ff6600;
	text-align: center;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
hr {
	height: 1px;
	color: #ff6600;
	background-color: #ff6600;
	border: 0px;
}
ul {
	list-style-type: circle;
}
td {
	vertical-align: top;
}

a:link {
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#wrap {
	width: 962px;
	position: absolute;
	left: 50%;
	margin-left: -481px;
}
#content {
	position: absolute;
	left: 216px;
	top: 165px;
	width: 500px;
	margin: auto;
	z-index: 1;
}
#flyer {
	position: absolute;
	left: 216px;
	top: 165px;
	width: 734px;
	border-right: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	vertical-align: top;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
}
#logo {
	position: absolute;
	left: 10px;
	top: 20px;
	border: 1px solid #ff6600;
	background-color: #333333;
	margin: auto;
	padding: 5px;
	z-index: 3;
}
#navy {
	position: absolute;
	top: 100px;
	width: 100%;
	border-top: medium double #ff6600;
	border-bottom: medium double #ff6600;
	background-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	z-index: 2;
}
#pixhead {
	position: absolute;
	left: 172px;
	top: 20px;
	width: 780px;
	height: 80px;
	z-index: 1;
	background-color: #999999;
}
#pixboard {
	position: absolute;
	left: 10px;
	top: 165px;
	width: 150px;
	border-right: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
}
#sponsoren {
	position: absolute;
	left: 760px;
	top: 165px;
	width: 180px;
	border-right: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
}
.white {
	color: #ffffff;
}