@charset "utf-8";
body,html {	
	padding:0px;
	height:100%; /* needed for container min-height */
	margin:0px;
	background:#840c0b url(kvrt_main_back.gif) top left repeat-x;
	}
/*---Design kialakítása---*/

form {
	padding:0px;
	margin:0px;
}

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 */
	background-color: #fff;
	}
	
	/* Header Section */
	div#header {
		height:116px;
		background: url(kvrt_header.gif) top left no-repeat;
		width:1000px;
		}
		div#header #language{
			position:relative;
			text-transform: uppercase;
			left: 720px;
			top:4px;
			font-size: 11px;
			width: 200px;
			color: #d1c7ac;
			text-align: right;
		}
		div#header #banner{
			position: relative;
			width: 964px;
			top: 35px;
			left: 18px;
			height: 75px;
			/*border: 1px solid #d1c7ac;*/
			/*background: #ff0000;*/
			overflow: hidden;
			z-index: 10;
			text-align: right;
		}
		
		div#header #banner p{
			padding: 0px;
			margin: 0px;
			text-align: right;

		}
		
	div#spacer {
		height: 20px;
	}
	
	div#mainmenu_wrapper {
		margin-left:18px;
		height: 25px;
		margin-bottom:0px;
		padding:0px;
	}
	
	 div#menu_bottom{
		margin-left:18px;
		background: url(kvrt_mainmenu_bottom.gif) top left no-repeat;
		height:6px;
		margin-bottom: 5px;
	}

	div#menu_sub {
		margin-bottom: 5px;
		margin-left:18px;
		margin-right:18px;
	}
	
	div#menu_sub ul {
		padding: 0;
		margin: 0;
	
	}
	
	div#menu_sub ul li {
		float: left;
		list-style: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	div#menu_sub ul li a {
		display: block;
		color: #000;
		font-weight: bold;
		font-size: 11px;
	}

	div#menu_sub ul li a:hover, div#menu_sub ul li a.selected {
		display: block;
		color: #bf1110 !important;
		font-weight: bold;
		font-size: 11px;
	}


	
	div#menu_sub ul li.sep { 
		padding: 0px;
	}
	
	/*Content Section*/
	
	
	div#content {
		width:1000px;
		/*height: 100%;*/
		/*background-color: #ffaa00;*/
		}
		div#content1{
			background:url(http://www.kvrt.hu/images/topmenu_back.gif) no-repeat;
			height:43px;
		}
		div#content2{
			margin-left: 18px;
			width:170px;
			position:relative;
			float:left;
			overflow:hidden;			
			/*background:url(../data/leftmenu_border.gif);*/
			/*height: 100%;*/
		}

		div#gradient_wrapper1{
			margin:0px;
			width:200px;
			position:relative;
			background:url(kvrt_top_grad_back.gif);
			height: 20px;
		}
		
		
		div#gradient_wrapper2 {
			margin: 0px;
			width:10px;
			position:relative;
			float:left;			
			background:url(kvrt_top_grad_back.gif) repeat-x;
			height: 100%;
			overflow:hidden;
		}
		
	
		div#content3{
			width:574px;
			min-height: 100%;
			/*height: 100%;*/
			position:relative;
			float:left;
			margin:0px 10px 0px 0px;
			padding:0px;
			overflow:hidden;
			/*background:url(../images/content_border.gif);*/
			}


			div#content4{
			width:200px;
			position:relative;
			float:left;			
			overflow: hidden;
			/*background:url(../images/leftmenu_border.gif);*/


		}
		
		div#content5{
			position:relative;  
			clear:both;
			padding-bottom:80px;
		}
	/*Footer Section*/
	div#footer{
		position:absolute;
		height:58px;
		width:1000px;
		bottom:0; /* stick to bottom */
		}
		div#footer1{
			background-image:url(kvrt_foot.gif);
			background-repeat:no-repeat;
			height:58px;
			width:1000px;
			position:absolute;
			}
			div#footer1 p{
				font-size: 11px;
				color: #fff;
				text-align: center;
				margin-top: 30px;
				}		
		div#footer2{	
			display:none;
		}	
/*Clearer*/
.clearer{
	clear:both;
	}
	
.clearer p {
	padding-bottom:7px;
}

div.dottedbottom {
	margin-top: 15px;
	margin-bottom: 5px;
	border-top: 1px dotted #ccc;
}

div#navpath {
	height:20px;
	background: url(kvrt_top_grad_back.gif) repeat-x;
	width: 574px;
	margin-bottom: 10px;
}

div#navpath p {
	padding: 4px;
	float:left;
}

div#navpath img.navend {
	position: absolute;
	right: 0px;
}
div#navpath img.home {
	position: absolute;
	right: 4px;
	top:4px;
	z-index: 4;
	border: 0px;
}

div#article_end {
	width: 574px;
	height: 21px;
	/*position: absolute;
	bottom: 0px;*/
	background: url(http://www.kvrt.hu/data/kvrt_article_end.gif) repeat-x;
}

/*---Extra divek---*/
#extradiv1{
	display:none;
	}
div#extradiv2{
	display:none;
	}
div#extradiv3{
	display:none;
	}
	
