/****
	kreativ.meile
	Author: Markus Kurz // gruenphase.com
****/

/** Simple CSS-Reset **/

* {vertical-align: baseline;outline: 0;padding: 0;margin: 0;font-size: 1em;}
ol,ul {list-style: none;}
li, dd, blockquote {margin-left: 0;} 
table {border-collapse: collapse;border-spacing: 0;}
img {border: 0;outline: 0;}

/** Structure **/

body {
	background: #000 url('../images/background.jpg') repeat-y top center;
}

#header {
	width: 100%;
	height: 280px;
	top: 0px;
	background: transparent url('../images/header.jpg') no-repeat top center;
}

#header #logo {
	position: absolute;
	top: 127px;
	margin-left: 692px;
}

#subheader {
	height: 120px;
	background: transparent url('../images/subheader.jpg') no-repeat top center;
}

#wrapper {
	margin: -80px auto 0;
	background: transparent url('../images/footer.jpg') no-repeat bottom center;
}

.spacer {
	width: 900px;
	margin: 0 auto;
}

#content {
	width: 670px;
}

#sidebar {
	width: 245px;
	height: 605px;
	position: absolute;
	z-index: 10;
	margin-left: 670px;
	background: transparent url('../images/sidebar.png') no-repeat top center;
}

#footer {
	overflow: auto;
	clear: both;
	width: 900px;
	margin: 20px auto 0;
}

#footer li {
	padding-bottom: 20px;
}

/** Typo **/

* {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #fff;
}

#sidebar * {
	font-size: 12px;
}

h2 {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 0 0;
}


h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 10px 0 ;
}

big {
	font-size: 16px;
	font-weight: bold;
}

small {
	display: block;
	margin-bottom: 15px;
	font-size: 11px;
}

#header h2, #header p {
	margin-left: -9999px;
}

.navigation {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

.navigation li, #footer li {
	display: block;
	float: left;
	margin: 10px 50px 0 0;
}

.navigation li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 0 0;
}

.logo a, .song a {
	font-size: 14px;
	font-weight: bold;
	color: #a7c524;
	text-decoration: none;
}

.navigation li a:hover, .logo a:hover, .song a:hover {
	text-decoration: none;
	color: #a7c524;
}

.logo p, .logo ul, .song p, .song ul {
	margin: 10px 0 0 0;
}

.logo img {
	float: left;
	margin: 0 20px 10px 0;
}

.song .player {
	float: left;
	height: 150px;
	margin: 0 20px 10px 0;
}

.logo, .song {
	clear: left;
	padding: 20px 0;
}

.current {
	color: #a7c524;
}

.referenz {
	float: left;
	padding: 0 40px 20px 0;
}

#sidebar p.first {
	margin: 35px 25px 0 25px;
}

#sidebar p {
	margin: 20px 25px 0 25px;
}

#sidebar big, #sidebar a.big {
	display: block;
	font-size: 16px;
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
}

.bulletList {
	list-style-image: url('../images/bullet.png');
	padding-left: 425px;
}

.song .bulletList {
	padding-left: 0;
}

.bulletList li {
	margin-left: 25px;
}

.infoList {
	list-style-image: url('../images/bullet.png');
	margin: 10px 0;
}

.infoList li {
	float: left;
	width: 200px;
	margin-left: 30px;
}

.break {
	display: block;
	clear: both;
	padding: 60px 0 0 0;
}

a.break {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a.break:hover {
	color: #a7c524;
}

.float_left {
	float: left;
	width: 320px;
}

.float_right {
	width: 320px;
	margin: 0 0 0 340px;
}

/** Forms **/

form {
	margin-top: 25px;
}

fieldset {
	border: 0;
	outline: 0;
}

label {
	display: block;
	width: 200px;
}

input, textarea {
	width: 300px;
	margin: 5px 0;
	padding: 2px;
	color: #000;
}

.button {
	width: 150px;
	border: 0;
	background-color: #a7c524;
	padding: 5px 10px;
}

.radio {
	width: 20px;
	float: left;
}

.radioLabel {
	padding-left: 30px;
	width: 250px;
}
