	
	/*--- // -----------------------------------------------------
		
		@ Dani Albrecht Frontend 
		@ /css/basic.css
		@ Style-Sheet für den Layout Aufbau
		
		@ 25.2.2008 FM
		@ 0.1
		
		@ Content:
		-	Element Definitionen
		-	Diverse Klassen
		
		Changelog:
		
	------------------------------------------------------ // ---*/

	* {
		margin: 0;
		padding: 0;
	}
	
	html {
		height: 100%;
	}
	
	body {
		background: #000;
		height: 100%;
		line-height: 1.5em;
	}
	
	body, input, select, textarea {
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
	a {
		color: #df0f0f;	
	}
	
	h1 {
		cursor: pointer;
		position: absolute;
		background: url(../img/logo.jpg) no-repeat;
		width: 339px;
		height: 271px;
	}
	
	h1 span {
		display:none;
	}
	

	/* ------------------------------------------------------------
		Header
	------------------------------------------------------------ */
	
	div#print-logo {
		display:none;
	}
	
	div#header	{
		height: 271px;
		margin-bottom: 10px;
	}
	
	ul#quicknav {
		float: right;
		margin-bottom: 10px;
	}
	
	ul#quicknav a {
		color: #656565;
	}
		
	ul#quicknav li {
		display: inline;
		border-right: 1px solid #656565;
		padding: 0 5px;
	}
	
	div#top {
		display: none;
	}
	
	/* ---- Banner ------------------------------------------- */
	
	div#banner, div#banner-sw, div#banner-preload  {
		position:absolute;
		left: 339px;
		width: 646px;
		height: 271px;
	}
	
	div#banner { z-index: 15; }
	div#banner-sw { z-index: 10; }
	div#banner-preload { z-index: 7; }
	
	
	/*-----------------------------------------------------------
		Navigationen
	-----------------------------------------------------------*/
	
	div#navigation-bg {
		position:absolute;
		background: #000;
		top: -30px;
		left: 0;
		width: 996px;
		height: 30px;
		z-index: 20;
	}
	
	ul#navigation {
		list-style:none;
		font-size: 13px;
		position:absolute;
		padding-top: 5px;
		top: -50px;
		left: 320px;
		/*width: 646px;*/
		z-index: 25;
	}
	
	ul#navigation a {
		color: #fff;
		text-decoration: none;
	}
	
	ul#navigation a:hover {
		color: red !important;
	}
	
	ul#navigation li {
		float: left;
		margin-left: 50px;
	}
	
	ul#navigation li.nav-level-1-hi a {
		color: red !important;
	}
	
	ul#navigation li.nav-level-2-lo a {
		color: white !important;
	}
	
	ul#navigation li.nav-level-2-lo a:hover {
		color: red !important;
	}
	
	ul#navigation ul {
		display: none;
		list-style: none;
		position: absolute;
		border-left: 1px solid #fff;
		margin-top: 10px;
	}
		
	ul#navigation ul li {
		float: none;
		font-size: 10px;
		padding: 3px 0;
		margin: 0 0 0 5px;
		width: 200px;
	}
	
	
	/* ------------------------------------------------------------
		Middle
	------------------------------------------------------------ */
	
	div#main {
		padding-bottom: 150px;
	}
	
	div#middle {
		float: left;
		width: 741px;
	}
	

	/* ------------------------------------------------------------
		Sidebar
	------------------------------------------------------------ */

	div#sidebar {
		float: left;
		width: 220px;
		margin-right: 25px;
	}

	div#sidebar h3 {
		background-position: top left;
		background-repeat: no-repeat;
		width: 217px;
		height: 21px;		
		padding: 0 0 3px 0;
		margin: 0;	
	}

	div#sidebar h3 span {
		display: none;
	}
	
	div#sidebar h3#worldcupnews { background-image: url(../img/layout/news_title.gif); }
	div#sidebar h3#imagegallery { background-image: url(../img/layout/gallery_title.gif); }
	div#sidebar h3#sponsoren { background-image: url(../img/layout/sponsor_title.gif); }
	
	div#sidebar div.sidebarBox {
		background: url(../img/layout/sidebar_box.gif) top left no-repeat;
		padding-top: 10px;
		margin-bottom: 30px;
	}

	/* ---- News --------------------------------------------- */

	div#sidebar div.sidebarNewsEntry p {
		padding: 0;
		margin: 0;
	}

	div#sidebar div.sidebarNewsEntry p a {
		color: #FFF;
		text-decoration: none;
	}

	div#sidebar div.sidebarNewsEntry {
		margin-bottom: 20px;
	}

	div#sidebar h4 {
		font-size: 1.2em;
	}

	div#sidebar h4 a {
		color: #646464;
	}
	
	/* ---- Galerie ------------------------------------------ */

	div#sidebar div.imageContainer {
		float: left;
		background-position:center;
		background-repeat:no-repeat;
		width:49px;
		height:49px;
		cursor: pointer;
		margin:0 4px 4px 0;
	}
	
	/* ---- Sponsoren ---------------------------------------- */

	div#sponsorImage {
		height:60px;
		background-position:center;
		background-repeat:no-repeat;
		cursor: pointer;
	}
	

	/* ------------------------------------------------------------
		Footer
	------------------------------------------------------------ */
	
	div#page {
		color: #FFF;
		position: relative;
		width: 996px;
		margin: 0 auto;
		min-height: 100%
	}
	
	* html div#page {
		height: 100%;
	}

	div#footer	{
		font-size: 0.9em;
		position: relative;
		width: 996px;
		margin: -121px auto 0 auto;
		height: 121px;
		background: url(../img/layout/footer.gif) no-repeat;
		color: #656565;
	}
	
	div.footerBox  {
		float:right;
		margin-top: 40px;
		background: url(../img/layout/dots.gif) top right repeat-y;
		padding: 0 30px;
	}
		
	div.footerBox a {
		color: #656565;
		text-decoration: none;
	}
	
	div.footerBox a:hover {
		color: #dd0f0f;
		text-decoration: underline;
	}
	
	span.phoneIcon {
		background: url(../img/layout/tel_icon.gif) center left no-repeat;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	a.mailIcon {
		background: url(../img/layout/mail_icon.gif) center left no-repeat;
		padding-left: 20px;
	}
	
	a#siteTop {
		display: block;
		background: url(../img/layout/arrow_top.gif) top right no-repeat;
		padding: 0 20px 10px 0;
	}

	/* ------------------------------------------------------------
		Classes
	------------------------------------------------------------ */

	.clear {
		clear: both;
	}
	
	.last {
		background: none !important;
		border: 0 !important;
	}
