* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	font-family: 'Josefin Sans', sans-serif;
}

body {
	background: #93C448; /* Old browsers */
	background: -moz-linear-gradient(top, #93C448 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#490056), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93C448 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93C448 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #93C448 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #93C448 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#490056', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden auto;
	
	min-width: 990px;
	
	position: relative;
	
	color: #fff;
}

#palme {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 331px;
	height: 349px;
	background: transparent url(../images/pferd.png) no-repeat scroll 0 0;
	z-index: 8;
}

a#logo {
	position: absolute;
	display: block;
	left: 9%;
	top: 40px;
	width: 0;
	height: 0;
	padding: 224px 0 0 480px;
	background: transparent url(../images/logo.png) no-repeat scroll 0 0;
	overflow: hidden;
	text-decoration: none;
	z-index: 10;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	padding: 80px 0 10px 0;
	background: transparent url(../images/sand.png) repeat-x scroll 0 0; 
	z-index: 1;
}

#content {
	position: absolute;
	top: 320px;
	left: 14%;
	width: 50%;
	z-index: 6;
	padding: 0 0 100px 0;
}

h2#date {
	font-size: 46px;
	font-weight: 700;
}

ul#nav {
	position: fixed;
	z-index: 100;
	right: 10%;
	top: 0;
}

ul#nav li {
	display: block;
	padding: 6px 25px;
	background: #490056;
	color: #769D3A;
	border-radius: 0 0 15px 15px;
	font-size: 24px;
	font-weight: 700;	
	float: left;
	margin: 0 10px 0 0;
}
ul#nav li a {
	color: #769D3A;
	text-decoration: none;
}

ul#nav li.active {
	background: #00A4DA;
	color: #fff; 
}
ul#nav li.active a {
	color: #fff; 
}

.sponsor {
	position: relative;
	left: -20px;
}

.sponsor a {
	display: block;
	padding: 6px;
	width: 320px;
	border: 0 none;
	margin: 0 0 10px 0;
}
.sponsor a:hover {
	padding: 4px;
	border: 2px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.sponsor a img {
	display: block;
	border: 0 none;
}

h2 {
	font-size: 32px; 
	font-weight: bold;
	margin: 0 0 24px 0;
}

h3#speak {
	font-size: 24px; 
	font-weight: bold;
	margin: 0 0 24px 0;
}

.impressum p {
	margin: 12px 0;
}

#footer a {
	display: inline-block;
	position: relative;
	top: -10px;
	left: 10px;
}

