body {
	font-size: 11px;
	font-family: Century Gothic, Segoe UI, Helvetica, Arial;
}

.header {
	background: #581010 url(../img/bg-top.png) repeat-x;
	height: 400px;
	color: #fff;
}

.content {
	background: #631212;
	color: #fff;
}

.sponsors {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	margin-bottom: 20px;
}

.footer {
	background: #581010;
	color: #fff;
}

.container_12 {}

a {
	color: #daa734;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img a {
	border: 0;
}

h1 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px -1px 0px #374683;
}

h2 {
	font-size: 14px;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #777;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: center;
	color: #000;
}

p {
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
}

ul#topnav {
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	border-left: 1px solid #fff;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #fff;
}

ul#topnav li a {
	float: left;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

ul#topnav li a:hover {
	background: url(../img/hover-bg.png) repeat-x;
}

.upcoming {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

#links {
	float: left;
	width: 20%;
	margin: 0 3px 0 0;
	padding: 0px;
	border-right: 1px solid #fff;
	color: #999;
}
 
#rechts {
	float:right;
	padding: 0px;
	width: 25%;
	border-left: 1px solid #fff;
	font-weight:bold;
	text-align: right;
}

#rechts a {
	color: #daa734;
}
 
#content {
	float: left;
	width: 50%;
	color: #fff;
	font-weight:bold;
}

.working {
	border-style:solid;
	border-color:#e2c822;
	border-width: 1px;
	background-color: #fff8cc;
	padding: 2px;
	color: #000;
} 

.error {
	border-style:solid;
	border-color:#dd3c10;
	border-width: 1px;
	background-color: #ffebe8;
	padding: 2px;
	color: #000;
}

.facebook {
	margin-top: 10px;
	text-align: center;
}

.titel {
	font-size: 13px;
	font-weight:bold;
}

table {
	height: 100%;
	width: 600px;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #daa734;
	font-size: 100%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #cccccc;
}
form div.required {
	color: #cccccc;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 80%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
div.auto_complete {
position:absolute;
width:250px;
background-color:white;
border:1px solid #888;
margin:0px;
padding:0px;
}
div.auto_complete ul {
list-style-type:none;
margin:0px;
padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
list-style-type:none;
display:block;
margin:0;
padding:2px;
height:32px;
cursor:pointer;
}