*  {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #04a1e6;	
	color: #fff200;
/*	
	font-family: 'PT Mono', sans-serif;
   font-family: 'Oxygen Mono', sans-serif;
	font-family: 'Cutive Mono', serif;
*/
	font-family: 'Lekton', sans-serif;
	font-size: 100.01%;	
	}
	
#container1  {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 20px 0;
	}		

#container2  {
	position: relative;	
	border-top: 4px solid #fff200;
	padding: 22px 0 0 380px;
	width: auto;	
	}

h1, h2, h3, p, li  {
	font-size: 1em;
	}
	
h1  {
	position:absolute;
	left: 2px;
	top: 23px;
	}	

h1 span   {
	text-decoration: underline;
	}
	
h1, h2  {
	font-weight: bold;
	text-transform: uppercase;
	}
	
h3  {
	font-weight: bold;
	margin: 3px 0 -3px 0;
	}
	
h3 span   {
	text-transform: uppercase;
	text-decoration: underline;
	}
	
p, li   {
	line-height: 1.3
	}	
	
#inhalt a  {
	text-decoration: none;
	}	

#inhalt a:link,
#inhalt a:visited,
#inhalt a:hover,
#inhalt a:focus  {
	color: #fff200;
	}	

#inhalt a:hover,
#inhalt a:focus  {
	text-decoration: underline;
	}	

#logo  {
	position:absolute;
	left: 60px;
	top: 100px;
	}	

#navi  {
	margin-bottom: 8px;
	text-align: center;	
	}
	
ul#navi li  {
	display: inline;	
	font-size: 1.2em;
	font-weight: bold;
	width: auto;
	padding: 0 0.7em 0 0.7em;
	}	
	
ul#navi li a  {
	text-decoration: none;
	}
	
ul#navi li a:link,
ul#navi li a:visited,
ul#navi li a:active  {
	color: #fff200;
	}
  
ul#navi li a:hover,
ul#navi li a:focus  {
	color: #fd940c;	
	}
		
#sponsors  {
	position:fixed;
	bottom: 0;
	left: 0;
	width:100%;
	}
	
#sponsorsInnen  {
	width: 978px;
	padding-left: 2px;
	margin: 0 auto 0 auto;
	}	
