html {	background-image:url(../marmeladenfee_images/background-image.jpg);
		z-index: -10;
		padding: 0px;
		margin: 0px;}

body {	padding: 0px;
		margin: 0px;
		font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 13px;
		font-color: #474528;}
		
h3{	margin-top: 0px;}
		
#wrap{	margin: 0 auto 0;
		width: 950px;}
		
#header{	background-image:url(../marmeladenfee_images/header.png);
			background-repeat: no-repeat;
			width: 950px;
			height: 333px;}

#main{		width: 950px;
			height: 618px;}
			
#content{	float: left;
			background-image:url(../marmeladenfee_images/content.jpg);
			width: 800px; 
			height: 618px;}
			
#content-helden2{	float: left;
			background-image:url(../marmeladenfee_images/content.jpg);
			width: 800px; 
			height: 618px;
			overflow:auto;}			
			
#content-right{	float: right; background-image:url(../marmeladenfee_images/content-right.png);
				background-repeat: no-repeat;
				width: 74px;
				height: 618px;
				padding-right: 38px;}	

#content-left{	float: left; background-image:url(../marmeladenfee_images/content-left.png);
				background-repeat: no-repeat;
			width: 38px;
			height: 618px;}								

#text{	padding: 18px 0px 0px 50px; 
		width: 720px;}
		
#text-gewinn{padding: 18px 0px 0px 80px; 
		width: 720px;}S
		
#text a img{border: none;}		

#text-left{	float: left;
			width: 200px;
			padding: 18px 0px 0px 50px;}

#text-right{	float: right;
				width: 500px;
				padding: 18px 20px 0px 0px;}
				
#text_home{	padding: 18px 0px 0px 70px; 
			width: 720px;}

#text-left_home{	float: left;
					width: 310px;
					padding: 18px 0px 0px 70px;}

#text-right_home{	float: right;
					width: 400px;
					padding: 0px 20px 0px 0px;}		
					
#text-left_zacharias{	float: left;
						width: 190px;
						padding: 18px 0px 0px 90px;}							
				
#text-left_bjarke	{	float: left;
						width: 200px;
						padding: 5px 0px 0px 50px;}		
#text_hoerspiel		{	padding: 0px 0px 0px 50px; 
						width: 720px;}
#text-left_hoerspiel{	float: left;
						width: 180px;
						padding: 18px 0px 0px 50px;}

#text-right_hoerspiel{	float: left;
						width: 280px;
						padding: 18px 20px 0px 0px;}
		
.personen	{}	

.personen-helden2	{margin-bottom: 15px;}	

.personen #text-right	{padding:0px 0px 30px 0px;}			

#footer{	background-image:url(../marmeladenfee_images/footer.png);
			background-repeat: no-repeat;
			width: 950px;
			height: 249px;}
			
#footer-left {	float:left;
				font-size: 11px;
				padding-left: 15px;}
				
#footer-left a{	text-decoration:underline;}		

#footer-left a:hover{	text-decoration:underline;
						fontweight: bold;}		

#footer-right {	float:right;
				font-size: 11px;
				padding-right: 70px;}

#footer-right a{	text-decoration:underline;}	

#footer-right a:hover{	text-decoration:underline;
						fontweight: bold;}	

div#menu {
	padding: 287px 0px 0px 25px;
    width: 950px;
  }
  * html div#menu {
    width: 41.4em;
    w\idth: 39.8em;  /* IE 6 in standards-compliant mode */
  }
  div#menu div {
    clear: left;
  }
  ul#nav {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0; padding: 0;
	height: 30px;
	vertical-align: center;
	}
	
.nav_trennlinie{
	border-right: 2px solid #336633;
  }
  
  
  * html ul#nav li {
    margin-bottom: -0.4em;
	}

  ul#nav li ul {
    margin: 0; padding: 0;
    position: absolute;
	background-color:#A7B831;
    top: 2.0em; /*left: -0.1em;*/
  }
  * html ul#nav li ul {
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#nav li ul li {
    float: none;
    display: block;
	height: 30px;
  }

  ul#nav a {
    display: block;
    font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
    text-decoration: none; font-weight: bold;
	border: none;
	color:#FFFFFF;
	}
	
.unternav {padding-top:10px; height:30px; }	
.unternav a{padding-top:10px;}
	
  * html ul#nav a {
  	border: none;
	color:#FFFFFF;
    width: 9.2em;
    w\idth: 7em;  /* IE 6 in standards-compliant mode */
  }
  ul#nav a:hover, li a#aktuell:hover {
  	border: none;
	height: 30px;
  }
  
  ul#nav li ul a:hover {
  	border: none;
  }
  
  ul#nav li ul li a:hover{ /*farbe der Unterlinks beim hover*/
  	background-color: #d2e54d;	
  }
  
  ul#nav li ul li { /*farbe der Unterlinks beim hover*/
  	border-bottom: 1px solid #336633;
  }
 

/* dynamisches Ein-/Ausblenden */
  ul#nav li ul {
    display: none;
  }
  ul#nav li:hover ul {
    display: block;
    
  }
