*  {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #f5f5f5;	
	color: #000;
/*	
	font-family: 'PT Mono', sans-serif;
   font-family: 'Oxygen Mono', sans-serif;
	font-family: 'Cutive Mono', serif;
*/
	font-family: 'Lekton', sans-serif;
	font-size: 12pt;	
	}
	
#container1  {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 30px 0 20px 0;
	}		

#container2  {
	position: relative;	
	padding: 22px 0 0 380px;
	width: auto;	
	}

h1, h2, h3, p, li  {
	font-size: 12pt;
	}
	
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
	}	

#logo  {
	position:absolute;
	left: 2px;
	top: 100px;
	}	
	
#log img {
	background-color: #04a1e6;
	}	

#navi  {
	display: none;	
	}
	
#sponsors  {
	position:fixed;
	bottom: 0;
	left: 0;
	width:100%;
	}
	
#sponsorsInnen  {
	width: 978px;
	height: 231px;
	padding-left: 2px;
	margin: 0 auto 0 auto;
	background-color: #000;
	border: 1px solid #f0f0f0;
	}	
	
	
