/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #999999;
}

.by a:hover {
	text-decoration: none;
	color: #cccccc;
}

.by a {
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}

.by a:hover {
	font-size: 9px;
	text-decoration: none;
	color: #cccccc;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}

.sprachauswahl {
	padding-left: 20px;
	padding-top: 30px;
}

#inhalt_home {
	height: 600px;
	width: 800px;
	margin-top: -300px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	position: absolute;
}

#top_home {
	background-color: #333333;
	height: 525px;
	width: 800px;
	background-image: url(../images/bkg_home.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#top_history {
	background-color: #333333;
	height: 525px;
	width: 800px;
}

#top_cyan {
	background-color: #00ADEC;
	height: 525px;
	width: 800px;
}

#top_magenta {
	background-color: #CA40D6;
	height: 525px;
	width: 800px;
}

#top_green {
	background-color: #0EAB0A;
	height: 525px;
	width: 800px;
}

.logo_home {
	height: 190px;
	width: 800px;
	background-image: url(../images/logo_home.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.logo_global{
	position: absolute;
	left: 390px;
	height: 190px;
	width: 410px;
	background-image: url(../images/logo_home.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.logo_cyan {
	position: absolute;
	height: 190px;
	width: 410px;
	left: 390px;
	background-image: url(../images/logo_cyan.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.logo_magenta {
	position: absolute;
	height: 190px;
	width: 410px;
	left: 390px;
	background-image: url(../images/logo_magenta.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.logo_green {
	position: absolute;
	height: 190px;
	width: 410px;
	left: 390px;
	background-image: url(../images/logo_green.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#bottom_home {
	background-color: #ffffff;
	height: 75px;
	width: 800px;
}

#nav_home {
	height: 335px;
	width: 210px;
	float: right;
}

#goBack {
	position: absolute;
	left: 200px;
	top: 463px;
}

#event_content {
	position: absolute;
	left: 30px;
	top: 100px;
	height: 335px;
	width: 360px;
	float: left;
}

#contest_content {
	position: absolute;
	left: 30px;
	top: 30px;
	height: 335px;
	width: 360px;
	float: left;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-left: 14px;
}

li {
	background-image: url(../images/star_home.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.8em;
	height: 30px;
}

li a {
	text-decoration: none;
	color: #ffffff;
}

li a:hover {
	text-decoration: none;
	color: #cccccc;
}

.list_neutral {
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.8em;
	height: 30px;
}

.list_cyan {
	background-image: url(../images/star_cyan.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.8em;
	height: 30px;
}

.list_magenta {
	background-image: url(../images/star_magenta.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.8em;
	height: 30px;
}

.list_green {
	background-image: url(../images/star_green.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.8em;
	height: 30px;
}

.list_history {
	background-image: url(../images/star_home.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1.8em;
	height: 30px;
}

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}