	body
	{
		font-family:verdana, arial;
	}
	
h1 {
  font-size: 21px;
  padding-top: 10px;
}

h2 {
  font-size: 18px;
}

    #menu
	{
		background-color:#EEEEEE;
		margin-left:15px;
		padding-top:10px;
		padding-left:10px;
		width:180px;
	}
	
	#menu ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#menu ul a
	{
	border-bottom:1px solid white;
		background-color:#C9C9C9;
		display:block;
		width:180px;
	}
	
	#menu ul li li a
	{
		border-bottom:1px solid white;
		background-color:#C9C9C9;
		padding-left:4px;
		display:block;
		width:176px;
	}
	
	
	#menu ul li li ul
	{
		width:180px;
		border-bottom:1px solid white;
	}
	
	#menu ul li li li a
	{
		border-bottom:none;
		width:165px;
		padding-left:15px;
	}
	
	#sky
	{
		width:160px;
		height:600px;
		
	}
	
	#copyright
	{
		padding-top:20px;
	}
	
	#background
	{
	margin-top:10px;
	background:url(http://www.autoradio.de/images/background.gif) repeat-y;
	}
	
    
a, a:link, a:visited, a:active {
font-size:0.9em;
color: #555555;
text-decoration: none;
}

a:hover, a:visited:hover {
text-decoration: none;
color:#eeeeee;
}    
    

