/**
 *
 *	@author Steffen Hitschke (s.hitschke@hisobe.de)
 *
 *	Layout future-press.com:
 *
 *
 *  
 *	
 */


/**********************************************************
 *
 * wir wollen 100% Höhe auf allen Seiten 
 * (die Einstellungen hier speziell für IE)
 */
html {
	height:100%;
}
body {
	background:#343434;
	height:100%;
	
	/* nur für PHP-Fehler, sonst kein Text */
	color:#000000;
}

/**********************************************************
 *
 * Container zum Centern des eigentlichen Inhaltes
 */
#container {
	margin:0 auto;
	padding:0 50px; /* Höhe muss auf 0 stehen, sonst erscheinen sofort Scrollbalken */
	width: 890px;
	background:#000000;
	color:#ffffff;
	min-height:100%;
}
/* IE 6 Hack */
* html #container {
	height:100%;
}

/**********************************************************
 *
 * banner div - beinhaltet das Logo, das Flashbanner und 
 * die Hauptmenüleiste
 */
#banner {
	margin:0;
	width:100%;
}
#logo {
	margin-top:54px;
	width:172px;
	height:18px;
}
#logo2 {
	margin-left:80px;
	margin-top:12px;
	width:150px;
	height:7px;
}
#bannerdiv {
	float:right;
	text-align:right;
	margin-top:20px;
}
#bannerdiv a {
	padding:7px;
}
#bannerflash {
	width:576px;
	height:80px;
	text-align:center;
	margin-bottom:5px;
}


/************************************************
 *
 * Container für Content (kein Menü, ...)
 *
 */
#main {
	margin:0 180px;
	padding:0 0 20px 0;
}
#mainhome {
	margin:0 110px 0 180px;
	padding:0 0 20px 0;
}

/************************************************
 *
 * Container für alle Unterseiten
 *
 */
#mainsub, #mainsubhome, #mainsubmovie, #youtubePopup {
	border:10px solid #343434;
	color:#000000;
	background:#ffffff;
	margin-top:30px;
}
#youtubePopup {
	margin:0;
	padding:0;
}
#blackYoutube {
	background:#000000;
}
/* hier speziell für die News-Seite */
#mainsubhome, #mainsubmovie {
	padding:0;
}
#mainsubhome {
	margin-top:0;
}
#homeboxklicker {
	margin-top:20px;
}

