body {
	margin: 3em;
	padding: 0;
	font-family: HelveticaNeue-Light, Arial, Verdana, sans-serif;
	font-size: 0.85em;
	color: #fff;
	background-color: #ECECEC;
}
a {
	border: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 905px;
	background-color: #111;
	/*border: 1px solid #ff0;*/
}
#logo {
	height: 108px;
	width: 905px;
	background: url('../images/phunktion_logo.png') no-repeat top left;
	background-color: #ECECEC;
}
#wrap {
	/*margin: 10px 10px 0 10px;*/
	padding: 10px;
	/*border: 1px solid #f00;*/
	display: block;
	/*width: 665px;*/
}
.content {
	margin: 0 auto;
	float: left;
	height: 400px;
	width: 18px;
	border-left: 1px solid #111;
	overflow: hide;
}
.content .inner {
	height: 100%;
}
.content .inner div {
	padding: 10px 10px 10px 30px;
	color: #000000;
}
.content .inner div p {
	padding: 0.25em;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
}
.content .inner div h1 {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.5em;
}
.content .inner div h2 {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.25em;
}
.content .inner div h3 {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1em;
}
h2 {
	background-color: #FFFFFF;
	color: #111;
}
.content .inner div .image_block {
	background-color: #FFFFFF;
	padding: 0.25em;
}
#startseite { background: url('../images/bg1.jpg') top left; }
#startseite .inner { background: url('../images/startseite.png') no-repeat bottom left; }
#about { background: url('../images/bg2.jpg') top left; }
#about .inner { background: url('../images/about.png') no-repeat bottom left; }
#band { background: url('../images/bg3.jpg') top left; }
#band .inner { background: url('../images/band.png') no-repeat bottom left; }
#bilder { background: url('../images/bg4.jpg') top left; }
#bilder .inner { background: url('../images/pictures.png') no-repeat bottom left; }
#downloads { background: url('../images/bg5.jpg') top left; }
#downloads .inner { background: url('../images/downloads.png') no-repeat bottom left; }
#support { background: url('../images/bg4.jpg') top left; }
#support .inner { background: url('../images/support.png') no-repeat bottom left; }
#kontakt { background: url('../images/bg3.jpg') top left; }
#kontakt .inner { background: url('../images/contact.png') no-repeat bottom left; }

#sidebar {
	/*overflow: hidden;*/
	margin: -20px 10px 10px 665px;
	padding: 0;
	/*border: 1px solid #00f;*/
}
#sidebar ul {
	list-style: none;
	margin: 0.75em 0 0 10px;
	padding: 0;
}
#sidebar ul li {
	font-size: 0.85em;
}
#sidebar ul li.late{
	color: #7A7A7A;
}
#sidebar h1 {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.5em;
	margin: 10px 0 0 10px;
	padding: 0;
}

/* SHOUTBOX */

#shoutbox_form {
	margin: 0;
	padding: 0;
}
#shoutbox_form table, #shoutbox_form table tr, #shoutbox_form table tr td {
	margin: 0;
	padding: 0;
}
#shoutbox_text {
	font-size: 1em;
}
#shoutbox_name {
	font-size: 1em;
}
#chars_left {
	margin: 0;
	padding: 0;
}
#extraContent {
	padding: 0.5em 1em;
	display: block;
	clear: both;
	background-color: #111;
	color: #fff;
	/*border: 1px solid #0f0;*/
}

#extraContent h3 {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	display: inline;
	margin: 0.2em 0 0 0;
}

#extraContent a {
	color: #FFFFFF;
}

#extraContent .anker {
	color: #000000;
}

/* MUSIC PLAYER */
#musiclink {
	height: 25px;
	background: url('../images/musicplayer_bg.png') repeat-x top left;
	margin: 0 0 2em 0;
	text-align: center;
}
#musicplayer {
	z-index: 99999999;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#player {
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
}

/* SPECIFIC */
.bandtable, .bandtable tr td, .bandtable tr {
	margin: 0;
	padding: 0;
}
.bandtable {
	font-size: 0.85em;
	width: 100%;
	background-color: #FFFFFF;
}
.bandtable td {
	text-align: center;
}

.imagetable {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	
}
.imagetable img {
	width: 120px;
}
