	/* IMPORTED STYLES */  
	@import url("css/busshuttle.css");					/* Busshuttle busshuttle.php 	*/
	@import url("css/lageplan.css");					/* Anreise - Lageplan lageplan.php */
	@import url("css/anreise.css");						/* Anreise - Anreise anreise.php */
	@import url("css/presse_gelaende.css");				/* Presse presse_gelaende.php */	
	@import url("css/history.css");						/* Summer Spirit History */	
	@import url("css/dj_lineup.css");					/* dj_lineup.php */	
	@import url("css/presse_logo_banner.css");			/* presse_logo.php */	
	@import url("css/presse_artist.css");				/* presse_artist.php */	
	@import url("css/umfrage.css");						/* umfrage.php */	

	#total {
		position:absolute; top:20px;left:0px; 
		width:752px;
		border-top:2px solid #676567; 
		border-right:2px solid #676567;
		background-color:black;
	}
	
	#banner {
		position:absolute; top:5px;left:765px; 
	}
	
	#banner a, #banner a:hover {
		border:0px;
	}
	
	#header {
		height: 124px;
		width:750px;
		padding:0px;
	}
	
	#header img {
		margin:0px;
		display: block;
		border: none;
	}
	
	#middle {
		width:750px;
	}

	#menue {
		background-image: url(layout/menue_background.jpg);
		background-repeat: no-repeat;
		color: white;
	}
	
	#menue_content {
		height: 318px;
		width: 158px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10px; line-height: 15px; 
		padding-left:43px; padding-top:10px;
	}
	
	#menue_content a {
		color: white;
		text-decoration: none;
		background-image: url(layout/menue_button.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
	}
	
	#menue_content a:hover {
		color:silver;
		text-decoration: underline;
	}
	
	#dj_preview {
		padding-left:10px;
		margin-top:10px;
		width:160px;
	}

	#dj_preview img {
		margin: 5px 0px 5px 0px;
	}

	#content {
		width: 560px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 15px;
		color: White;
		margin-top:5px;
		margin-right:5px;
		float:right;
	}
	
	#content table {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 15px;
		color: White;
	}
	
	body {
		background-color:#313030;
	}
	

	#content a {
		color:orange;
		text-decoration: none;
	}
	
	#content a:hover {
		color:silver;
		text-decoration: underline;
	}
	
	#content H1 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	#dj_preview, #dj_preview table, #dj_preview table td {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px; line-height: 15px;color: white; 
		padding-bottom:10px;
	}
	
	/*
	Abschliessendes Menü
	*/
	
	 #bottom {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 15px;
		color: White;
		text-align:center;
		background-color:#393939;
		padding-bottom:10px;
		margin-top:20px;
		clear:both;
	 }
	 
	#bottom a{
		color: silver;
	}
	
	#bottom a:hover{
		color: white;
		text-decoration:none;
	}
	
	




	

	
	

	

	
