/*
// Crew of Darkness - Stylesheet
Inhaber: Crew of Darkness - info@crew-of-darkness.de - www.crew-of-darkness.de
Konzeption & Visualisierung - Dustin Streeck - www.dsdesign.de
*/

/* Gestalte das HTML-Element mit dem Namen body */
body {
	margin: 0px auto;
	background-image:url(../image/bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center top;
}

#wrapper {
	width: 980px;
	height: 100%;
	margin: 0px auto;

}

/* Gestaltet den wrapper  */

/*#head {
	margin: 0px auto; 
	border: 0px solid #000000;	
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;

}
*/


#head {
	width: 560px;
	height: 100%;
	margin: 17px auto;
}

#logo{
	width: 234px;
	height: 213px;
	margin: 0px auto;
	background-image:url(../image/logo.png);
	background-repeat: no-repeat;
}


#facebook {
	width: 300px;
	height: 255px;
	margin: 25px auto;
	background-color:#fff;
}




/*-----------------Anfang Navi - Accordion------------------------------------*/

#infobereich{
	margin: 15px auto;
	width: 834px;
	height: 103px;
}

#info{
	width: 405px;
	height: 103px;
	margin: 0px auto;
	background-image:url(../image/info.jpg);
	background-repeat: no-repeat;
}


#event{
	margin: 15px auto;
	width: 395px;
	height: 190px;
}

#front{
	float: left;
	width: 187px;
	height: 187px;
	margin: 0 10px 0 0;

	background-repeat: no-repeat;
}

#back{
	float: right;
	width: 187px;
	height: 187px;

	background-repeat: no-repeat;
}

