@charset "UTF-8";
/* CSS Document */

/*=============================================================

CSS Layout Cazino Website

Datum: 01.05.2009
Autor: Chris Pimmer

Aufbau:
1. Kalibrierung und allgemeine Styles
2. Styles für Layoutbereiche
3. Sonstige Styles

Farben:
Braun BG: 		#1b1310
Gelb links:		#edc848
Beige Zeitlos: 	#8b8270

Abstand der Blöcke zueinander am Ende der Website: 10px


Raum zwischen Bild und Blöcken: 
Beginn oben: 	694px
Ende unten:		745px

Content:
Bio			520 x 70
Musik		538 x 110
Foto		Center
Video	 	Center
Live		520 x 70
download 	45 x 70

MP3 Player - Neben den Cazino Schriftzug oben aber rechtsbündig


Bilder:
Alle Content Bilder:	866 x 615



==============================================================*/



/*==============================================================
1. Kalibrierung und allgemeine Styles
=============================================================*/


/* Abstände */

* { padding: 0; margin:0; }

img { border:0; }

h2, p, ul, ol, { margin-bottom: 1em; }

ul ul { margin-bottom: 0; }

li { margin left: 1em; }

/*
div { border:2px solid white;}
*/

/* Allgemeine Sektoren */

html { height: 101% }

body { 
	color: #8b8270;
	background-color: #1b1310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 5px;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }


/*Hyperlinks allgemein*/

a {text-decoration: none; outline: none; }
a:link { color: #edc848; }
a:visited { color: #edc848; }
a:hover, a:focus { color: #fff; }
a:active { color: #FFF; }


/* Allgemeine Klassen */


/* Die y-position (höhe) von myspace und download soll natürlich in allen browsern gleich sein. in firefox und safari ist sie momentan unterschiedlich */


.musik {
	position: relative;
	left:550px;
	top:70px;
	height: 440px;
	width: 300px;
}

.musik ul { margin: 0; }
.musik li { 
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}


.zeitlos {
	float:left;
	width: 77px;
	height: 76px;
	background-image: url(zeitlos.gif) repeat: no-repeat;
}

/*================================================================
2. Styles für die Layoutbereiche
===============================================================*/

#wrapper {
	background-color: #1b1310;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom:150px;
	width: 866px;
}

#header {
	height:100px;
}

#logo {
	float:left;
	margin:13px 0;
	width:468px;
	height:62px;
}

#player {
	float:right;
	margin:0 11px;
	padding:0;
}

#navigation {
	background:url(../img/navbg.jpg) no-repeat;
	height:39px;
}

#navigation ul { padding-top:11px; }
#navigation li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	padding: 4px 0px;
	text-transform: uppercase;
}


#content {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	letter-spacing: 2px;
	height:578px;
}


#content a:hover,
#content a:focus { 
color: #c2c2c2;
}

#content div {
	position:relative;
	overflow:auto;	
}


#footer ul { margin: 0; }
#footer li { 
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

.section {
	height:530px;
}

.download {
	float:left;
	margin: 10px 10px;
	padding:0 10px;
	font-size: 14px;
	list-style-type:none;	
}

.release {
	float:left;
	margin: 10px 0;
	padding: 0 0 0 70px;
	font-size: 14px;
	color:#FF6;
	font-weight: bold;
}


.facebook {
	float:left;
	padding:0 10px;
}


.myspace {
	float:right;
	padding:0 21px;
}
.footerlink {
	text-transform: uppercase;
	margin:10px 0;
}

.start {
	left:380px;
	top:3px;
	width: 340px;
	color: #fff;
	background-color:#000;
	padding: 5px;
	
}


.bio {
	left:520px;
	top:70px;
	height: 440px;
	width: 340px;
}


.interview {
	left:450px;
	width: 380px;
	padding: 5px;
}


.block {
	float:left;
	width:62px;
	height:65px;
	margin-top:11px;
	margin-right: 9px;
	background-color:#261b19;
}

.videos {
	text-align:center;
	top: 90px;
}


.alles {
	text-align:center;
	top: 90px;
}

.horn {
	text-align:center;
	top: 90px;
}

.freestyle {
	text-align:center;
	top: 90px;
}