@charset "UTF-8";
/* CSS Document */

@import 'style.css';
@import 'elements.css';
@import 'lightbox.css';
@import 'formelements.css';
@import 'forum.css';



body { background-color:#000000;
       margin-left: 0px;
       margin-top:0px;
       font-family:Arial, Helvetica, sans-serif;
       font-size:12px;
       color:#FFF;
	   
       

}

#overLayer { width:224px; height:170px; position:absolute; left:756px; z-index:200; background-image:url(../gfx/koncertszervezes_bg.png); top: 237px;}
 
#container { 
	margin:0px auto;
	width:943px;
	position:relative;
	z-index:100;
	
	
	

}
	#topMenu { height:15px; padding-top:40px; margin-left:15px; }
		
	#header {
	width:943px;
	height:305px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
}
		#headerLeft{ width:943px; height:280px; float:left; }
		#headerRight{ width:0px; height:280px; float:left; background-image:url(../gfx/loginbox1.jpg); color:#000; font-family:Tahoma, Geneva, sans-serif; font-size:11px; }
	
	#contentHolder{width:943px;}
		#leftCol{ width:210px; float:left;}
		#content { width:733px; float:left; background-color:#FFF; }
			#contentMid{ width:488px; float:left; }
			  #contentWhole{ width:733px; float:left; }
			#contentRight{ width:235px; float:left; background-color:#f3c0dd; color:#000; font-size:11px;}
			#footer{ width:723px; height:23px; clear:both; padding-top:40px; padding-left:10px; }
			
		

