body {
  background-image:url(http://www.nudeln.de/images/bgr.jpg);
  background-repeat: repeat-x;
}

h1 {
  font-size: 21px;
  width: 100%;
  border-bottom: 3px solid #FDB900;
  padding-bottom: 5px;
}

h2 {
  font-size: 18px;
}
    
#werbung1 {
  height: 100px;
  text-align: right;
}

#box {
  
  background-image:url(http://www.nudeln.de/images/side.jpg);
  
}

#content {
  margin-bottom: 20px;
  
}

#menu {
  margin-left: 10px;
  
}


    
#footer {
  background-image:url(http://www.nudeln.de/images/bottom.jpg);
  background-repeat: no-repeat;
  height: 10px;
  
}    

   
ul {
  margin-left: 8px;
  

}


    
    
a, a:link, a:visited, a:active {
color: #000000;
text-decoration: none;
}

a:hover, a:visited:hover {
color: #6DDEE4;
text-decoration: none;
}    
    
#menu ul
	{
	list-style-type:none;
	padding-left: 2px;
	padding-bottom: 10px;
	
}

	
	#menu ul li ul
	{
			
		margin-left:14px;
		margin-right:0px;
		padding-right: 10px;
		
		
	}
	
	#menu ul li li 
	{
		list-style-type:none;
		margin-bottom:0px;
		border-bottom:1px solid #FFB801;

		
		
	}

	#menu ul li li li
	{
	list-style-image: url(../images/pfeil.jpg); 
		border:0;
		
	} 

  
#menu a, a:link, a:visited, a:active {
  color: #111111;
  text-decoration: none;
  font-weight: bold;

}

#menu a:hover, a:visited:hover {
  color: #FE5400;
  text-decoration: none;
  font-weight: bold;

}



#menu a.treffer, a.treffer:link, a.treffer:visited, a.treffer:active{
  background-color: #FE5400;
  padding: 1px;
  width:95%;
  display:block;
}

#menu a.treffer, a.treffer:hover, a.treffer:visited:hover{
  color: white;
  background-color: #FE5400;
  border-left: 4px solid #FFB901;
  padding-left: 2px;
  
}
