/*
//===================================================================
//					Agentur Krackow & Battermann
//		(c) Torben Lew Krackow, Thomas Battermann, Hamburg, 2008
//===================================================================
//###################################################################
//					APPOINTMENT OF THIS FILE
//					------------------------
//
//	MAIN Cascading Style Sheet
//	Defines the main layout structure and colors 
//	also for template_portal.html
//
//###################################################################
*/
/* CSS Document für www.soulfood-entertainment.de */

/* Wichtige Farben
schwarz			-	#050505
weiß			-	#f8f8f8
sf blau			-	#003399
fenstergrau		-	#8a8a8a
topnavi back	-	#464445
buttonschrift	-	#cdcdcd
*/


html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
 /*  font-size: 10px; */
}

body {
	   background-color: #2c2a2a;
}

/* main div gesamtseite */

.main {
	position: relative;
	width: 100%;
	min-width: 820px;
	background-color: #2b2a2a;
}
/* ############################# header ########################## */

.black {
	position:absolute; 
	width:100%;
	height:30px;
	z-index:1;
	background-color:#050505;
	}
	
.blue {
	position:absolute; 
	width:100%;
	height:100px;
	top:30px;
	left:0px;
	z-index:1;
	background-color:#003399;	
}

.ent {
	position:absolute;
	width:400px;
	height:111px;
	top:0px;
	right:0px;
	z-index:2;
	background-image:url(../shared_images/topreiter_entertain.gif);
}

.logo_w a {
	position:absolute;
	width:166px;
	height:60px;
	display: block;
	top:50px;
	left:40px;
	z-index:2;
	background-image:url(../shared_images/sf_logo_weiss.gif);	
}

.shadow {
	position:absolute;
	width:100%;
/*	height:5px; */
	top:130px;
	left:0px;
	z-index:6;
/*	background-image:url(../shared_images/shadow_bottom.png);	*/
}

/* ############################# header ende ########################## */

/* ############################# body ########################## */

/* content div im flow */

.content {
	position:absolute; 
	width: 100%;
	top: 130px;
	left: 0px;
	z-index: 1;
	background-color: #fefcfd;
	
}
/* dynamischer div (höhe)*/

.dynamic {
	position: relative;
	width: 100%;
	height: 500px;
/*	overflow: visible; */
/*	min-height: 500px; */
 	z-index: 2;
	background-color: #fefcfd;
}

.grauverlauftop {
	position:absolute;
	width:100%;
	height:250px;
	top:0px; 
	left:0px;
	z-index:2;
	background-image:url(../shared_images/verl_grau_top_250.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

/* fenstercontainer zum ausrichten */
.fenster {
	position: relative;
	top: 70px; 
	left: 0px;
	width: 100%;
	z-index: 4;
} 

/*  +++++++++++++++++++++   hauptnavi + buttons ++++++++++++++++++++++++++ */

.topnavi {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 30px;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
/*info: um die schrift im Button zu zentrieren info info info info*/	
	line-height: 30px;
}

.topnavi_btn a, .topnavi_btn a:visited{
	color: #e2e1e2;
	text-decoration: none;	
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;	
	width: 120px;
	height: 30px;
	margin-right: 1px;
	background-color: #464445;
}

.topnavi_btn a:hover {
	background-color: #003399;
}

.contact_btn a, .contact_btn a:visited { 
	color: #e2e1e2;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left; 	
	width: 220px;
	height: 30px;
	margin-right: 1px;
	background-color: #464445;
}

.contact_btn a:hover { 
	background-color: #003399;
}

/* fenster grau */
.grau {
	position: relative;
	margin: auto;
	text-align: center;
	width:800px;
	height:402px; 
	min-width:800px;
	min-height: 400px;
	background-color: #8a8a8a;
	z-index: 4;
}

/* +++++++++++++++++++++ content ++++++++++++++++++++++++++ */
.links {
	position: absolute;
	top: 70px;
	left: 40px;
/*	float: left; */
	width: 370px;
	height: 200px;
	z-index: 5;
	text-align: left;
}

#sf {
	font-size: 16px;
	color: #fefcfd;
}

#sf1 {
	font-size: 14px;
	color: #e2e1e2;
}

#sf2 {
	font-size: 16px;
	color: #fefcfd;
}

/* ----------------------- subnavi main --------------------------- */

.rechts {
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	width: 398px;
	height: 398px; 
	z-index: 5;
/*	background-color: #003399; */
}

/* ------------------------ music button ------------------------------- */
.music_btn a, .music_btn a:visited {
	position: relative;
	display: block;
	width: 398px;
	height: 172px;
	z-index: 5;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #cdcdcd;
	background: #003399 url(../portal/images/music_btn_neu.jpg) no-repeat 6px 36px;
	text-indent: 6px;
	line-height: 36px;
	font-style: normal;
}

.music_btn a:hover{
	background: #6c6c6c url(../portal/images/music_btn_neu_hover.jpg) no-repeat 6px 36px;
	color: #003399;
}

/* ------------------------ dvd button ------------------------------- */
.dvd_btn a, .dvd_btn a:visited {
	position: relative;
	margin-top: 2px;
	display: block;
	width: 398px;
	height: 111px;
	z-index: 5;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #cdcdcd;
	background: #2d46c6 url(../portal/images/dvd_btn_neu.jpg) no-repeat 6px 50px;
	text-indent: 6px;
	line-height: 45px;
	font-style: normal;
}

.dvd_btn a:hover {
	background: #6c6c6c url(../portal/images/dvd_btn_neu_hover.jpg) no-repeat 6px 50px;
	color: #003399;
}

/* ------------------------ games button ------------------------------- */
/*.games_btn a, .games_btn a:visited {
	position: relative;
	margin-top: 2px;
	display: block;
	width: 398px;
	height: 86px;
	z-index: 5;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #cdcdcd;
	background: #144ee2 url(../portal/images/games_btn.jpg) no-repeat 6px 36px;
	text-indent: 6px;
	line-height: 34px;
	font-style: normal;
}

.games_btn a:hover {
	background: #6c6c6c url(../portal/images/games_btn_hover.jpg) no-repeat 6px 36px;
	color: #003399;
}*/

/* ------------------------ merch button ------------------------------- */
.merch_btn a, .merch_btn a:visited {
	position: relative;
	margin-top: 2px;
	display: block;
	width: 398px;
	height: 111px;
	z-index: 5;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #cdcdcd;
	background: #0465d0 url(../portal/images/merch_btn_neu.jpg) no-repeat 6px 50px;
	text-indent: 6px;
/*	vertical-align: 5px; */
	line-height: 45px;
	font-style: normal;
}

.merch_btn a:hover {
	background: #6c6c6c url(../portal/images/merch_btn_neu_hover.jpg) no-repeat 6px 50px;
	color: #003399;
}

/*++++++++++++++++ content ende ++++++++++++++++++++++++++*/

.schatten_u {
	position: static;
	margin: auto;
	width: 800px;
	height: 5px;
/*	background-image:url(../shared_images/shadow_bottom.png);*/
	z-index: 4;
}



.grauverlaufbot {
	position:static;
	width:100%;
	height:250px;
	bottom: 0px;
	left:0px;
	z-index:2;
	background-image:url(../shared_images/verl_grau_bot_250.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}



/* ############################# body ende ########################## */

/* ############################# footer ########################## */


.footer {
	position:relative;
	width:100%;
	height:80px;
	z-index: 3;
	background-image:url(../shared_images/footerbalken.gif);
	background-repeat:repeat-x;
}


/* ############################# footer ende ########################## */




