@import 'style.css';
@import 'thickbox.css';
@import 'dropdown.css';
@import 'lightbox.css';


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	margin:0px;
	font-size:12px;
	color:#4e090c;
}

	

	
	
	#popin { position:absolute; top:0px; left:0px; width:780px; height:2500px; background-image:url(../gfx/overlay.png);}
	
		.ident {margin:100px; padding:25px; background-color:#FFF; }

	#container {
		width:766px;
		margin:0px auto;
		background-color:#ffbe83;
		position:relative;
		
	
	}
	
		#content {
			background-image:url(../gfx/container_sub_bg.jpg);
			background-repeat:repeat-x;
			overflow:hidden;
			
			
		}
		
		#contentIndex {
			background-image:url(../gfx/container_bg.jpg);
			background-repeat:repeat-x;
			overflow:hidden;
			
			
		}
		
				.contentIdent {
						width:670px;
						margin:0px auto;
						
						
					}

	               .contentNyitoTop{ width:670px; border-bottom:2px solid #6b4135; color:#FFFFFF; padding-bottom:15px; padding-right:170px; text-align:justify; margin-bottom:30px;}
				   
				   .contentNyitoLeft {
						width:310px;
						border-right:1px solid #af7a59;
						float:left;
						padding-right:24px;
				   }
				   
						.contentSubLeft {
							width:200px;
							/*border-right:1px solid #af7a59;*/
							float:left;
							padding-left:24px;
					   }
				   
				    .contentNyitoRight {
						width:310px;
						float:left;
						padding-left:24px;
				   }
				   
				   	 .contentSubRight {
						width:420px;
						float:left;
						border-right:1px solid #af7a59;
						padding-right:24px;
				   }
				   		
						.ujdonsagBlokk {clear:both; overflow:hidden; margin-bottom:15px; width:310px;}
						.ujdonsagBlokkSub {clear:both; overflow:hidden; margin-bottom:15px; width:200px;}
  


		#footer {
			width:766px;
			height:70px;
			padding-top:10px;
			background-image:url(../gfx/footer_bg.jpg);
			background-repeat:no-repeat;
			clear:both;
			text-align:center;
			color:#eeeeed;
			font-size:11px;
			margin-top:40px;
		
		}
