	/* 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 */	
	@import url("css/menue.css");						/* menue */	
	
	body {
		background-image: url(layout/header_background.jpg);
		background-repeat: repeat-x;
		background-color:black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px; line-height: 17px; 
	}
	
	#background {
		background-image: url(layout/camouflage.gif);
		position: absolute;
		left: 0px; top:163px;
		width:1020px;
		height:735;
	}
	

	body a {
		color: white;
		text-decoration: none;
	}
	
	body a:hover {
		color: silver;
		text-decoration: underline;
	}
	
	#header {
		position:absolute; top:0px;left:0px;
	}
	
	#content_container {
		position:absolute; top:170px;left:200px; width: 600px; z-index: 300;
	}

	#summerspirit_history_container {
		position:absolute; top:1px;left:800px; 
		width: 220px; height: 413px;
		background-image: url(layout/history_background.jpg);
	}
	
	#summerspirit_history {
		padding-top: 170px;
		padding-left:10px;
	}
	
	#summerspirit_history H1{
		font-size:12px;
	}
	
	#newstars_container {
		position: absolute;
		top: 425px;
		left: 800px;
		width:220px;
	}
	
	#banner_container {
		position: absolute;
		top: 530px;
		left: 800px;
		background-image: url(layout/anzeigen_background.gif);
		padding-left: 10px;
		padding-top: 28px;
		background-repeat: no-repeat;
		width:218px;
	}
	
	
	#dj_preview_container {
		position:absolute; top:180px;left:0px; 
		width: 200px;
	}
	
	#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;
		padding-left:10px;
	}	
	
	
	#banner_bottom {
		background-image: url(layout/anzeigen_background.gif);
		padding-left: 10px;
		padding-top: 28px;
		background-repeat: no-repeat;
		margin-bottom:20px;
	}
	

	#menue_content {
		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;
	}
	

	#content {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: White;
		margin-top:10px;
		margin-left:10px;
		margin-right:10px;
	}
	
	#content table {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 15px;
		color: White;
	}
	
	

	#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;
		font-weight:bold;
	}
	
	#header img {
		margin:0px;
		display: block;
		border: none;
	}
	
	/*
	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;
	}
	
	



	

	
	

	

	
	
