/* Entfernen aller Standardabstaende */

*{
	padding:0;
	margin:0;
}

body{
	
	font:12px "Trebuchet MS", verdana, arial, sans-serif;
	text-align:center;
	background:black;
	background-image:url(../images/society_beats_hintergrund.jpg);
	background-repeat:no-repeat; 
	background-position:center;	
}

/* Allgemeine Formatierungen */


/* Hauptcontainer */

#box{
	
	width:800px;
	min-height:820px;
	margin:0 auto;  /* Zentrierung */
	margin-top:20px;
	text-align:center;
	background:transparent;
	border:2px solid gray;
}

/* Header_1 */

#header{
	height:120px;
	line-height:120px;
	padding-left:10px;
	font-size:16px;
	text-align:left;
	color:white;
	background:black;
}
#header span{
	display:block;
	color:white;
	font-size:20px;
	text-transform:none;
	margin-top:0px;   /* nach oben verschieben */
	font-weight:bold;
}

#header .header_innen {
        padding:5px 5px;
}

#header #header_links {
	background-image:url(../images/finest_german.jpg);
	background-repeat:no-repeat; 
	background-position:left;
	min-height:100px;
	min-width:500px;
	float:left;
}
#header #header_rechts {	
	min-height:100px;
	min-width:250px;
	float:right;
}

/* Header_2 */

#header2{
	background:black;
	height:356px;
	border-top:2px solid gray;
}

#header2 .header2_innen {
       
}

#header2 #header2_links {	
	min-height:220px;
	min-width:760px;
	margin-left:0px;
	margin-right:0px;
}

/* Navigation */

#navigation{
	-moz-opacity: 0.90; opacity: 0.90;
	list-style:none;
	width:800px;
	height:50px;
	background:black;
	background-image:url(../images/button_leiste.jpg);
	background-repeat:no-repeat;
}
#navigation li{
	float:left;
}
#navigation li.li_border {
	border-left:1px;
	border-left-style:solid;
	border-left-color:gray;	
}

#navigation li.li_links {
	padding-left:1px;
	padding-right:1px;
}
#navigation li.li_rechts {	
	padding-right:1px;
}

#navigation li a{
	display:block;
	height:50px;
	width:132px;
	text-decoration:none;
	line-height:50px;
	float:left;
	background:transparent;
	color:black;
	font-weight:bolder;
	font-family:Helvetica,Helv;
	letter-spacing:0.3em;	
}
#navigation li a:hover{	
	color:red;	
	background:black;
	-moz-opacity: 0.30; opacity: 0.30;	
}

/*Content Main I-Frame*/
#content_frame{
	width:800px; 
	height:420px;
}

/* Footer */

#footer{
	-moz-opacity: 0.90; opacity: 0.90;
	height:30px;
	line-height:30px;
	background:black;
	border-top:1px solid gray;
	
}
#footer #copyright {
	color:#31344D;
	font-weight:bold;
	border-left:1px dotted #31344D;
	border-right:1px dotted #31344D;
	padding-left:20px;
	padding-right:20px;
}
#footer #goTop{
	
}
#footer span a{	
	float:right;
	margin:-30px 4px 0px 0px;
	color:#31344D;
}
#footer span a:hover{
	color:white;
}

