html{
	height:100%;
	}

body {
	height:100%;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
  }
	
#wrapper{
	width: 100%;
	height: 100%;
	background:url(../images/wood.jpg);
	background-repeat:repeat-x;
}	


#container {
	width: 969px;
	min-height:100%;
	background:url(../images/content_back.png);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; 
}

* html #container {height: 100%;}

#head{
	margin-left: 49px;
	padding:0px;
	width: 860px;
}

#mainContent {
	width: 650px;
	margin: 20px 0 10px 140px;
	font-family: Trebuchet MS,Trebuchet, Times, serif;
	font-size:14px;
	color:#FFFFFF;	
	text-align:justify;
	line-height:20px;
}

#mainContent ul{
	width: 650px;
}

#mainContent li{
	display: inline;
	list-style: none;
	float:left;
	margin: 10px 10px 0 0;
	}

h1{
	font-size: 14px;
	font-family: Trebuchet MS,Trebuchet, Times, serif;
}

h2{
	font-size: 12px;
	font-family: Trebuchet MS,Trebuchet, Times, serif;
}

 a , a:active{
	font-family:  Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

 a:hover{
	font-family:  Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a , a:active{
	font-family:  Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a:hover{
	font-family:  Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#mainContent ul li {
  list-style: none;
	line-height:20px;
  }
	
#youtube{
	margin:5px 0px 0px 120px;
	float:left;
	}
	
	
#light{
	margin: 25x;
	padding: 25px;
	background:#FFFFFF;
	font-family: Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	color:#000000;	
	text-align:left;
	line-height:16px;
	}
	
#light a {
	font-family: Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
	
#infobalken{
	background-image:url(../images/info_balken.png);
	background-repeat:no-repeat;
	color:#000000;
	font-family: Trebuchet MS,Trebuchet, Times, serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width: 650px;
	height:35px;
	padding-top:7px;
	padding-left:12px;
	margin-top:40px;
	}	
	
/**** NAVIGATION *****/
#navigation{
	margin-left: 49px;
	padding:0px;
	width: 860px;	
	height:30px;
	background-color:#000000;
	text-align:left;
	font-family:  Trebuchet MS,Trebuchet, Times, serif;
	font-size:14px;
}

ul#Navigation {
  margin: 0px;
	padding: 5px;
  text-align: left;
	font-size:14px;
  }
	
 ul#Navigation li {
  list-style: none;
  display: inline;
  margin:5px 15px 5px 30px; 
	padding: 0;
  }

 ul#Navigation a {
  padding:0;
	margin: 5px 0 5px 40px;
  text-decoration: none; 
	color: #F9FBCC;
  }
	
 * html ul#Navigation a{
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
	
 ul#Navigation a:hover{
    color: #F3F77A;
		font-size:12px;
  }
