@charset "utf-8";
html,body{	
	padding:0px;
	height:100%; /* needed for container min-height */
	margin:0px;
	background-color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background:url(../dmp_data/top_bg.png) repeat-x;
	
}




/*---Design kialakítása---*/
div#container{
	position:relative; /* needed for footer positioning*/
	/*margin:0 auto; /* needed for centering */
	width:1000px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
	text-align:left; /* IE6 centering */
}


	div#leftbar{
		position: absolute;
		left: 0px;
		width: 120px;
		height:100%; /* IE6: treaded as min-height */
		background:url(../dmp_data/left.png) no-repeat;
	}
		div#leftbar_bg{
			position: absolute;
			left: 0px;
			width: 58px;
			height:100%; /* IE6: treaded as min-height */
			background-color: #404040;
		}
	
	
	
	/* Header Section */
	div#header {
		height:220px;
		margin-left: 100px;
		width:900px;
	}
		div#header #logo {
			float: left;
			position: relative;
			left: 0px;
			top: 0px;
			height:220px;
			width:378px;
			
		}
	
		div#mainmenu_wrapper {
			text-transform: uppercase;
			background-color: #fff;
			float: left;
			margin-top: 119px;
			height: 50px;
			/*background:url(../html/header_top_bg.gif) repeat-x;*/
			width: 445px;
		}
			#myjquerymenu{
				margin: 0 auto;
			}
		
		div#flags {
			float: left;
			width: 75px;
			height: 100px;
			margin-top: 20px;
			font-size: 11px;
		}
		
	
	/*Content Section*/
	div#content {
		margin-left: 100px;
		width: 900px;
	}
		div#content1{
			height:43px;
		}
		
		div#content2{
			width:170px;
			position:relative;
			float:left;			
			overflow:hidden;
			margin-right: 10px;
			margin-left: 30px;
			margin-top: 30px;
			padding:10px;
		}
	
		div#content3{
			width: 648px;
			position: relative;
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 10px;
			padding-top: 0px;
			overflow:hidden;	
			background-color: transparent;
		}
				
		div#content4{
			display:none;
			overflow:hidden;
		}
		
			div#content4 div.box{
				display:none;
				padding:6px 0px 11px 0px;
				border-top:solid #9FA0A3 1px;
				background:url(../dmp_html/leftmenu_bg.gif) bottom left no-repeat;
			}
		
		div#content5{
			position:relative;  
			clear:both;
			padding-bottom:80px;
		}
	
		
/*Clearer*/
.clearer{
	clear:both;
}
/*---Extra divek---*/


#extradiv1{
	display:none;
}
div#extradiv2{
	display:none;
}
div#extradiv3{
	display:none;
}

	
div#submenu_holder ul{
	padding-left: 5px;
	list-style:		none;
	margin: 0px;
}

.subselectionMenuOnSidebar{
	position: relative;
	left: -2px;
}

.article_footer{
	margin-top: 30px;
}

/*
	ARCUS SPEC
*/
div#footer_menu{
	margin-bottom: 30px;
}

	div#footer_menu p{
		margin: 0px;
	}
	#footer_menu a,#footer_menu a:link,#footer_menu a:visited {
		font-weight: bold;
		color: #B1B5B5;
		text-decoration: none;
		font-size: 8px;
	}

	#footer_menu a:hover{
		color: #cc3300;
	}
	
	
#arcus_sbar_main{
	list-style:none outside none;
	margin:0px 0px 20px 0px;
	padding:0px;
}
	
	#arcus_sbar_main a,#arcus_sbar_main a:link,#arcus_sbar_main a:visited {
		font-weight: bold;
		color: #161616;
		text-decoration: none;
		font-size: 11px;
	}
	.selectedSbarMenu a{
		color: #cc3300 !important;
	}
	
	#arcus_sbar_main a:hover{
		color: #cc3300;
	}
	
	
.submenu_selmainmenu{
	margin: 0px;
}
	

