				.Stil2 {	color: #FFFFFF;
						font-size: xx-large;
}
				.Stil3 {	color: #FFFFFF;
						font-size: xx-large;
						text-decoration: line-through;
}
				
				a {
							text-decoration: none;
							color:red;
							}
		
							a:hover {
											text-decoration: underline;
							}
				#band 		{border: 1px solid red;
							padding: 10px;
							margin: 5px;
							background-color:#333333;
							width: 110px;
							height: 100px;
							float:left; 
							}			
				body {
							margin:10px;
							padding:0px;
							text-align:center;
							
							color: white;
							background-color: black;
				}
	
				#content {
							width:		750px;
							height:     500px;
							margin:		0px auto 0px 180px;
							padding:	10px;
							border:		0px solid white;
							
							color: white;
							background-color: black;
							
							text-align:left;
					}
				#navi    {  position:absolute;
							top:180px;
							left:10px;
							width:150px;
							padding:10px;
		
							color: white;
							background-color: black;
							border:0px solid white;	
							
					}
		
		.navigationsboxen{
	width:auto;
	height:30px;
	font-size:medium;
	font-weight:bolder;
	color: red;
	text-align:center;
	background-color: black;
	border:0px solid white;
		}			
#gestrichen.Stil2 {
	text-decoration: line-through;
}
