		
	/* -----------------------------------------------------
	
		STart.CSS
		Generelle Styles f�r das "Coming soon".
	
		Autor:				TR
		Erstellungsdatum:	26.11.2007
		
		Index:				Element Definitions
							Containers
							Navigation
							Mainnavigation
							Subnavigation
							Subnav Gallery
							Footer
							Misc Classes
							Content
							Filialen
							Form
							
		Changelog:			16.10.2007
		
	----------------------------------------------------- */
	
		@charset "utf-8";

	/* -----------------------------------------------------
		Element Definitions
	----------------------------------------------------- */
	
	html {
		padding: 0;
		margin: 0;
	}
	
	* {
		padding: 0;
		margin: 0;
	}
		
	body {
		color: #947825;
		font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
		background: url(http://www.fridayclassic.com/img/background/fridayclassic-linie.gif) #FFF repeat-x;
		padding-bottom:15px;
	}

	h1, h2 {
		display: none;
	}
		
	a {
		text-decoration:none;
	}
	
	/* -----------------------------------------------------
		Misc Classes
	----------------------------------------------------- */
	
	.clear {
		clear: both;
	}
	
	.hide {
		display:none;
	}
	
	div#footer ul li span{
	display:none;
	
	}

	/* -----------------------------------------------------
		Containers
	----------------------------------------------------- */
	
	div#container {
		padding-top:15px;
		width: 860px;
		margin: 0 auto;
	}
	
	div#header {
		background: url(http://www.fridayclassic.com/img/background/spacer.gif) center no-repeat;
		width: 210px;
		height: 76px;
	}
	div#slogan-left {
		float:left;
		width: 380px;
		height: 21px;
		padding:0 0 0 50px;
		margin-top:245px;
		color:#7A2627;
		font-size:12px;
		font-weight:bold;
		line-height:16px;
	}
	
	div#slogan-left a {
		color:#7A2627;
	}
	
	div#slogan {
		/*background: url(http://www.fridayclassic.com/img/background/fridayclassic-datum.gif) left no-repeat;*/
		float:left;
		width: 239px;
		height: 21px;
		/*margin-left:430px;*/
		margin-top:230px;
	}
	
	.titleFont {
		color:#7A2627;
		font-size:12px;
		font-weight:bold;
		line-height:16px;
	}
	
	div#logo-gross {
		position:relative;
		background: url(http://www.fridayclassic.com/img/background/fridayclassic-logo-gross.gif) center no-repeat;
		width: 790px;
		height: 283px;
		float:left;
		padding-top:100px;
		padding-left:15px;
		
		
	}
	
	a#moonwalkbutton {
		display:block;
		position:absolute;
		width:125px;
		height:125px;
		left:320px;
		bottom:-40px;
		background: url(http://www.fridayclassic.com/img/background/moonwalkbutton.png) no-repeat;
	}
	
	div#footer {
		padding-top:50px !important;
		padding-left:30px !important;
		width:805px !important;
		margin: 0 auto !important;
		float:left;
	}
	
	div#content {
		padding-left:445px;
		width:340px;
	}
	
	
	/* -----------------------------------------------------
		Navigation
	----------------------------------------------------- */
	
	div#navigation {
		padding-top:50px;
		padding-bottom:25px;
		margin: 0 auto;
	}
	
	div#navigation ul li {
		float:left;
		list-style:none;
		padding-left:15px;
		font-size:12px;
	}
	
	/* -----------------------------------------------------
		Sponsoring Small
	----------------------------------------------------- */
	
	div#sponsoring-small {
		float:left;
		width:100%;
		padding-top:20px;
		padding-left:30px !important;
	}
	
	.sponsoring-small-class {
		float: left;
		width: 200px;
		padding:6px 0 6px 0;
	}
	
	.sponsoring-small-class-end {
		padding:4px 0 0 0;
	}
	
	/* -----------------------------------------------------
		Sponsoring Big
	----------------------------------------------------- */
	
	ul#sponsoring-big {
		border-top: #942723 1px solid;
		list-style: none;
		padding-top: 5px;
	}
	
	ul#sponsoring-big li {
		padding-right:40px;
		float:left;
	}
	
	ul#sponsoring-big li a {
		display: block;
		height:80px;
	}
	
	ul#sponsoring-big li a span {
		/*display: none;*/
		color:#942723;
	}
	
		
	/* ---Sponsoren-------------------------------------- */
	
	a.sponsoren {
		background: url(http://www.fridayclassic.com/img/sponsoring/sponsoring.gif);
		width: 100px;
		height: 30px;
	}
	
	#sponsor-acs {
		background: url(http://www.fridayclassic.com/img/sponsoring/sponsoring-acs.gif);
		width: 80px;
		height: 79px;
	}
	
	#sponsor-automobilrevue {
		background: url(http://www.fridayclassic.com/img/sponsoring/sponsoring-automobilrevue.gif) center no-repeat;
		width: 150px;
		height: 45px;
	}
	
	#sponsor-redbull {
		background: url(../img/sponsoring/sponsoring-redbull.gif) center no-repeat;
		width: 136px;
		height: 72px;
	}
	
	#sponsor-belmot {
		background: url(../img/sponsoring/sponsoring-belmot.gif) center no-repeat;
		width: 140px;
		height: 33px;
	}
	
	/* -----------------------------------------------------
		Fonts
	----------------------------------------------------- */

	.font-bold {
		color: #A07A20;
		font-weight:bold;
	}
	
	.font-norm {
		color: #222;
	}
	
	/* -----------------------------------------------------
		Links
	----------------------------------------------------- */
	
	a.link {
		font-weight:bold;
		color: #942723;
	}
	
	a.navigation {
		font-weight:bold;
		color: #A07A20;
	}
	
	a.navigation-a {
		font-weight:bold;
		color: #942723;
	}
