@import url(../reset.css); /* Resetanweisungen */
@import url(../all_cubes.css); /* globale Anweisungen */
@import url(../extensions.css); 
/* @import url(../mm_forum.css); Extensions */
@import url(../style_common.css); /* Sämtliche Anpassungen wie Farben, Bilder, Schriftarten, etc. */
/* 
   +++ +++ +++ 
   +++ +++ +++ 
   +++ +++ +++
   
 csscube.de - a flexible css and layout framework for TYPO3
 - file: cube_333.css
 - function: main setting, page & box sizes
 */

/*
Style Presets for c & p:
border-color: bright: 1px solid #000
border-dolor: dark: 1px solid #7E1332
*/

/* ---- 1.0 Base ---- */

html {height:100%; }
body {height:100%; text-align:center;}
#cube1 {width: 100%; margin: 0px; padding:0px; text-align:center;} /* Wrapper */

#wrapper {width: 1040px; margin: 0px auto; padding:0px; text-align:left; } /* Wrapper 2 */
	.AfterWrapper {} /* Between Wrapper end */
	
* html body * {overflow:visible} 
* html body {text-align: center} 

/* Clearfix
............................................... */

.clearfix:after {content: ".";  display: block;  height: 0;  clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.csc-textpic:after {content: ".";  display: block;  height: 0;  clear: both; visibility: hidden;}
.csc-textpic {display: inline-block;}
/* Hides from IE-mac \*/
* html .csc-textpic {height: 1%;}
.csc-textpic {display: block;}
/* End hide from IE-mac */



/* Logolink
............................................... */

	.logolink {position: absolute; top: 0px; left: 0px; height:110px; width:360px;}
	.logolink h1 {text-indent: -10000px;margin:0px; padding:0px; border: inherit}
	.logolink h1 a {width:360px;height:110px;text-decoration:none;display:block;border: inherit;}
	.logolink h1 a:hover {background:inherit;}
	.logolink h1 a span {display: none;}
	
/* Cubes - common settings
............................................... */

#oneinside, #twoinside, #threeinside {position:relative;}
#fourinside, #fiveinside, #sixinside {}
#seveninside, #eightinside, #nineinside {}	
	
/* Header
............................................... */
	
.mainHeader {padding: 0px 40px;width: 960px !important; width/**/:1040px; margin: 0px auto; text-align:left;height:284px;}
.mhInner {position:relative; height:284px;} /* Before Cubes */
	
#cubeone {width:960px; height: 110px;} 
	#oneinside {height: 110px;}
		#headnavi {position: absolute; top:0px; left: 400px; height:104px; width:550px;}
		.tx-efafontsize-pi1 {display: none; visibility:hidden}

#cubetwo {width:960px; margin: 0px; padding:0px; height:174px;} 
	#twoinside {height: 174px;}
		#headerimage {position: absolute; top: 4px; left:10px; width:940px; height:160px; overflow:hidden;}
		
	
/* Main content
#####
# Die Hauptinhaltsspalten werden in den CSS-Ordnern/Dateien "cube_313 usw." konfiguriert 
#####

---------------------------------------*/	
	
.mainContent {padding: 0px 40px;width: 960px !important; width/**/:1040px; margin: 0px auto; text-align:left; position:relative;} /* Between C2 und C3*/
.mcInner {width: 960px; margin: 0px auto; text-align:left;position:relative;}
#cubethree {display: none; visibility:hidden} 
	#threeinside {display: none; visibility:hidden}
	
/* Subheader im Maincontent
---------------------------------------*/

#subHeader {width: 960px; padding: 10px 0px;}

#cubefour {min-height: 450px;}

#sixinside {margin: 0px -1px 0px -1px; overflow: hidden;}

/* Subcontent
---------------------------------------*/

#subContent {width: 960px; padding: 10px 0px;}
/* Subebene bottom
---------------------------------------*/

.footContent {padding: 0px 40px;width: 960px !important; width/**/:1040px; margin: 0px auto; text-align:left; position:relative;}
.footInner {width: auto; position:relative;}


/* Subebene Var1: dreispaltig
---------------------------------------*/
	#cubeseven {width:320px; float:left; } 
		#seveninside {padding: 5px;}
	
	#cubeeight {width:520px; float: right;} 
		#eightinside {padding: 20px;}
	
	#cubenine {width: auto; } 
		#nineinside {padding:5px 0px;}
		
/* Subebene Var1: einspaltig
---------------------------------------*/
/*	#cubeseven {display: none; visibility:hidden} 
		#seveninside {}
	
	#cubeeight {display: none; visibility:hidden} 
		#eightinside {}
	
	#cubenine {width: auto; } 
		#nineinside {padding: 10px;}
*/
	
/* more cubes
---------------------------------------*/

.copyfoot {width: 100%; position:relative; min-height:300px;}
.cfootInside {padding: 0px 10px;width:960px; margin: 0px auto; text-align:left;min-height:300px;}

/* Var 1: dreispaltig
---------------------------------------*/
/*.footleft {width:320px; float:left; }
.footright {width:320px; float: right;}
.footcenter {width: auto; margin-left: 321px; margin-right: 321px;}*/

/* Var 2: einspaltig
---------------------------------------*/
.footleft {display: none; visibility:hidden;}
.footright {display: none; visibility:hidden;}
.footcenter {width: auto; padding: 10px}

    #divcubeOne {margin: 0px auto; text-align:center;}

