/*
-----------------------------------------------
Kraftwerk for the Masses Stylesheet

Autor:    Simon Zirkunow | www.lichtsignale.de
----------------------------------------------- */


/* BASIC SETUP
----------------------------------------------- */

/* resets values for every element */
* {
	margin: 0;
	padding: 0;
}

/* for a better overview, displayed only in old browsers */
hr, .hide {
	display: none;
}

body {
	color: #ccc;
	background: #333;
	text-align: center;
	font: 12px/22px Verdana, Helvetica, Tahoma, sans-serif;
}

img {
	border: none;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

p {
	margin-bottom: 22px;
}

.input:focus, #submit:hover {
	color: #000;
	background: #00e600; /*SOYLENT!*/
}


/* LINKS
----------------------------------------------- */

a:link, a:visited {
	color: #00e600;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}


/* LAYOUT
----------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 22px auto;
	text-align: left;
}

#header {
	width: 100%;
	background: #000;
	padding: 70px 0 22px 0;
}

#content {
	width: 455px;
	float: left;
	margin-top: 22px;
}

#sidebar {
	width: 285px;
	float: right;
	margin-top: 22px;
}

#sidebar ul {
	padding-bottom: 22px;
}

#sidebar li {
	list-style: none;
}

#musikwuensche li {
	list-style: circle;
}

#musikwuensche p {
	display: inline;
}

#footer {
	clear: both;
	width: 100%;
	height: 200px;
	background: #000 url(radio.png) center no-repeat;
}

#footer div {
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}

#footer p {
	width: 455px;
}

form {
	height: 132px;
}

.input {
	width: 280px;
	font: 12px Verdana, Helvetica, Tahoma, sans-serif;
	margin-bottom: 7px;
	padding: 4px 0 4px 0;
	color: #333;
	background: #ccc;
	border: none;
}

.input:hover {
	color: #000;
}

#submit {
	width: 280px;
	height: 22px;
	font: bold 12px Verdana, Helvetica, Tahoma, sans-serif;
	color: #333;
	background: #ccc;
}

#galerie {
	margin: 22px 0 0 0;
}