@charset "utf-8";
body{
	background: url(../data/pv-big-back.jpg) no-repeat top center;
	background-color: #ffffff;
}
body,html {	
	padding:0px;
	height:100%; /* needed for container min-height */
	margin:0px;
	/*background:#00233C url(../data/pviz-site-bg.jpg) bottom left repeat-x;*/
	}
/*---Design kialakítása---*/

div#mainback {
	/*background:url(../data/pviz-container-bg.jpg) top center no-repeat;*/
	width:100%;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
	text-align:center; /* IE6 centering */
}

div#container{
	width:940px;	
	margin: 0 auto;
	background: #fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative; /* needed for footer positioning*/
	z-index: 5;
	left: 50%;
	margin-left: -470px;
		/*position: absolute;*/
	
}


div#upper_line {
	width: 100%;
	position:absolute;
	height:77px;
	background:url(../data/pv-header-back.gif) repeat-x;
	z-index: 2;
}	

div#bottom_line {
	width: 100%;
	position:absolute;
	height:111px;
	background:url(../data/pv-footer-back.gif) repeat-x;
	z-index: 3;
}	

	
	/* Header Section */
	div#header {
		height:67px;
		margin-top: 20px;
		width:940px;
		background:url(../data/pv-header-back.gif) repeat-x;
		}
		div#header #language{
			position:relative;
			text-transform: uppercase;
			left: 720px;
			top:4px;
			font-size: 11px;
			width: 200px;
			color: #d1c7ac;
			text-align: right;
		}
		
		
		
		div#header #logo{
			width:218px;
			height:173px;
			position: absolute;
			top: -20px;
			left: 10px;
		}
		
		div#header #iso{
			width:164px;
			height:87px;
			position: absolute;
			top: -18px;
			left: 790px;
		}


		
		div#header #hmenu {
			width: 500px;
			position: absolute;
			left: 240px;
			top: 37px;
		}
		
		#hmenu ul  {
			margin: 0px;
			padding: 0px;
			color : #fff;
			text-shadow: 1px 1px #527336;
		}
		
		#hmenu ul li a{
			position: relative;
			top: -8px;
			color : #fff;
		}
		
		#hmenu ul li {
			display: block;
			background-image: url(../data/pv-hmenu-back.gif);
			width: 160px;
			text-align: center;
			height: 30px;
			float:left;
		}

		#hmenu ul li.hmenu_start {
			width: 5px;
			background-image: url(../data/pv-hmenu-start.gif);
		}

		#hmenu ul li.hmenu_end {
			width: 5px;
			background-image: url(../data/pv-hmenu-end.gif);
		}

		
		div#mainmenu_place {
			height: 42px;
			margin-top: 10px;
			width: 940px;
			background:url(../data/pv-mainmenu-back.gif) no-repeat;
		}
		
		div#mainmenu_wrapper {
				position: relative;
				top: 0px;
				height: 38px;
				left: 225px;
				width: 725px;
				padding-top: 4px;
				z-index: 3000;
			}
		
		div#submenu {
			height: 42px;
			margin-bottom: 10px;
			background:#232836 url(../data/pv-submenu-back.gif) no-repeat;
			width: 940px;
		}
		
		div#submenu_holder{
			left: 220px;
			width: 700px;
			min-height: 42px;
			position: absolute;
			text-align: left;
			padding: 0px;
			margin: 0px;
		}
		
		div#submenu ul{
			position: relative;
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			min-height:42px;
			top:10px;
			display: inline;
		}
		
		div#submenu ul li{ 
			font-size: 11px;
			display:inline;
			padding: 0 5px 0 5px;
		}
		
		.subselection{ 
			position: relative;
			top: -12px;
			left: 30px;
			padding:0;
			margin: 0;
		}
		
		div#submenu ul li.selected{ 
			/*background: url('../data/pv-submenu-active.gif') no-repeat top center;*/

		}
		
		div#submenu ul li a{
			text-shadow: 1px 1px #32394b;
			color: #fff;
			padding: 0;
			margin: 0;
		}
		
	div#spacer {
		height: 20px;
	}
	
	
	/*Content Section*/
	
		div#content_holder{ 
			width: 940px;
			padding-bottom:20px;
		}
	
		div#sidebar_holder_left{
			margin-left: 0px;
			width:190px;
			float:left;
			overflow:hidden;			
			margin-right: 10px;
			margin-left: 10px;
		}
		
		
		div#content{
			width: 720px;
			float:left;
			overflow:hidden;
		}
		

		
	/*Footer Section*/
	div#footer{
		background:url(../data/pv-footer-back.gif) repeat-x;
		position:absolute;
		height:111px;
		width:100%;

		bottom:0; /* stick to bottom */
		}
		div#footer_content{
			height:45px;
			width:940px;
			margin: 0 auto;
			}
			div#footer_content p{
				padding-top: 15px;
				font-size: 11px;
				color: #fff;
				text-align: center;
				}
			div#footer_content p a{
				color: #fff;
			}
		div#footer2{	
			display:none;
		}	
/*Clearer*/
.clearer{
	clear:both;
	}
	
.clearer p {
	padding-bottom:7px;
}

div.dottedbottom {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #5B7897;
}	

div#newshighlight_wrapper {
	width: 700px;
	overflow: hidden;
	background-color: #5b7897;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	color: #b3d1e2;
/*	z-index: 10;*/
	position: relative;
}

div.highlightednews {
	min-height: 170px;
}

div.highlightednews a {
	color: #b3d1e2;
}


div.highlightednews img{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding: 2px;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.slider_prev, .slider_next{
	color: #b3d1e2!important;
	font-size: 11px;
}

.slider_prev:hover, .slider_next:hover{
	color: #fff!important;
}


div.highlightednews h2 a {
 font-size: 17px;
 color: #fff;
 font-style: italic;
 font-weight: bold;
 text-shadow: 1px 1px #353c50;
}

