/* General
--------------------------------- */
html,
body {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Tahoma, Verdana, sans-serif;
	font-size: 0.7em;
	background: #FFF url("../gfx/body_bg.jpg") repeat-x top left; 
	text-align: center;
} 

/* Intro screen
--------------------------------- */

body#intro{
	background: #FFF url("../gfx/intro_body_bg.jpg") repeat-x top left;   	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;         
	color: #404040; 	
} 

	body#intro .wrapper{
		position: relative;   
		margin: 0 auto;
		padding: 0px;	
		width: 550px;
	}  
	
	body#intro .logo{
		position: absolute;
		top: 18px;
		left: 0px;
	}       
	 
	body#intro .image{
		padding: 0;
		padding-top: 148px;
	}  	
	        
	body#intro .languages{   
		position: relative;     
		margin: 0 !important;
		margin: -1px 0 0 0;
		width: 550px;
		height: 60px;  
		background: #a40000 url("../gfx/intro_lang_bg.gif") no-repeat top left;
	}           
	
		body#intro .languages ul{ 
			position: absolute;
			top: 0px;
			right: 20px;  
			margin: 0;
			padding: 0;
			list-style-image: none;				
			list-style-type: none;	  	
		} 
		
		body#intro .languages ul li{     
			float: right;
			height: 28px;
			width: 115px;  
			margin-left: 10px;
		}
		
		body#intro .languages a,
		body#intro .languages a:link,
		body#intro .languages a:visited,
		body#intro .languages a:active{     
			display: block;  
			height: 28px;
			padding-right: 46px;
			color: #FFF;   
			font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
			font-size: 19px;
			line-height: 28px;			
			text-decoration: underline;   
		}	                         	

		body#intro .languages a:hover{     
			text-decoration: none;
		}	  
		
	   	body#intro .languages a.sr{
			background: url("../gfx/intro_lang_sr.gif") no-repeat right center;
		}  
		
	   	body#intro .languages a.hu{
			background: url("../gfx/intro_lang_hu.gif") no-repeat right center;
		}
		
	   	body#intro .languages a.en{
			background: url("../gfx/intro_lang_en.gif") no-repeat right center;
		}		  
          
	body#intro hr{  
		margin: 10px 0;            
		height: 1px;          	
		border: 0px solid #e3e3e3;
		color: #e3e3e3;	        
		background: #e3e3e3;
	}       

	body#intro a,
	body#intro a:link,
	body#intro a:visited,
	body#intro a:active{
		color: #444;        
		text-decoration: none;    
		font-weight: normal;   
	}       

	body#intro a:hover {
		text-decoration: underline;
	}    

	body#intro p.copy{  
		margin: 0;   
/*		margin-bottom: 20px;*/
		padding: 0;
		color: #404040;    
		text-align: center;
	}

/* Default Styles
--------------------------------- */ 

a,
a:link,
a:visited,
a:active{
	color: #1b304b;
	 /* font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Verdana, sans-serif; */   
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

a:hover {
	text-decoration: none;
} 
   
h1,
h2,
h3,
h4{
	margin: 5px 0px;
	padding: 0px; 
	font-family: "Chaparral Pro", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;   
} 
            
	h1{
		font-size: 1.8em;     
		color: #404040;
	}   

	h2{
		color: #a40000;
		font-size: 1.5em;
	}    

	h3{   
		color: #666;
		font-size: 1.2em;  
	}       

	h4{
		font-size: 1em;  
	}  
	
    h1.title,
	h2.line,
	h3.line,
	h4.line{
		border-bottom: 1px solid #EEE;   
	}	     

hr{     
	border: 0px solid #BBB;
	color: #BBB;
	background-color: #BBB;
	height: 1px;
} 

p,
div {
	text-align: left;
}

.center{
	text-align: center;
}

p{
	font-family: Tahoma, Verdana, Arial, sans-serif;    
	font-weight: normal;
	font-size: 1em; 	
	text-align: justify; 	
	text-indent: 1em;
	line-height: 1.8em;	 	
	color: #000;
}

p.noindent{
	text-indent: 0;
}

blockquote{    
	margin: 10px 0;
	padding: 10px 10px 10px 45px;
	background: #EEE url("../gfx/blockquote_bg.gif") no-repeat top left;
	border: 1px solid #CCC;     
	text-align: center;
}                          

	blockquote.italic{ 
		font-style: italic;
	}

	blockquote p{    
		margin: 0px;
		text-align: center;
	}       

img {          
	padding: 0px;
	margin: 0px;
	border: 0px;
}
 
	img.r,
	img.right{
		float: right; 
		margin: 10px;
		margin-right: 0px;	
	}    

	img.l,
	img.left{
		float: left; 
		margin: 10px;
		margin-left: 0px;	
	}      

	img.c{
		display: block;
		margin: 10px auto;	
	}   

ul{   
	list-style-type: disc;
	list-style-image: url("../gfx/li_glyph.gif");
	list-style-position: outside;
}       

ul li,
ol li{   
	padding: 0px;  
	margin: 10px 0px;  	
}

p.summary{
	font-weight: bold;
	margin-bottom: 1.5em;    
}	 

.box{                     
	padding: 10px;
	border: 1px solid #EEE;
}    
	
ul.dataList{  
/*	position: relative;    	*/
}

ul.dataList li{          
	clear: both;
	position: relative;
}               

ul.dataList li span{    
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 10px;
	font-weight: bold;  
	width: 200px;
}

/* Structure
--------------------------------- */     

.pageBackground{    
	height: 760px;     
	background: url("../gfx/page_bg.jpg") no-repeat top center;
}

.wrapper{        
	position: relative;
	margin: 0 auto;
	padding: 0px;	
	width: 900px;  	
}                   

.lHeader{ 
	position: relative;
	height: 104px;
}    

.lFooter{
	width: 900px;
	height: 40px;     
	background: url("../gfx/footer_bg.gif") no-repeat top center;  	
}

.lMenu{
	width: 900px;
	height: 56px;
	background: url("../gfx/lmenu_bg.gif") repeat-x top left;
}   

.lContent{       
	height: auto !important;      
	height: 100%;
/*	zoom: 1;          */
	background: url("../gfx/content_bg.gif") repeat-y top left;  	 	
}  

/* Header
--------------------------------- */   

.logoTop,
.logoBottom{
	position: absolute;
	top: 0;
	left: -61px;
	width: 406px;
}   

.logoTop{                                                   
	height: 104px;
	width: 360px;
	background: url("../gfx/logo_top.jpg") no-repeat top left;
}

.logoBottom{                                                   
	position: absolute;
	top: 0;
	left: -61px;
	width: 406px;
	height: 67px;
	background: url("../gfx/logo_bottom.jpg") no-repeat top left;
}  

.topMenu{       
	position: absolute;
	bottom: 0;
	right: 0;
	height: 27px;
	width: 300px;     
	background: url("../gfx/topmenu_bg.jpg") no-repeat top right;
}  

	.topMenu ul,
	.topMenu ul li{
		margin: 0;
		padding: 0;	
	}     
	
	.topMenu ul{       
		list-style-image: none;   
		list-style-type: none;
	} 
	
	.topMenu ul li{ 
		float: right;   
		margin: 0px 5px;
	}  	              
	
	.topMenu a,
	.topMenu a:link,
	.topMenu a:visited,
	.topMenu a:active{
		color: #000;  
		font-family: Tahoma, Verdana, Arial, sans-serif;         
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
		text-align: right; 
		height: 27px;
		line-height: 27px;		
		padding-right: 16px;
	}    
	
	.topMenu a.home{
		background: url("../gfx/mnu_home.gif") no-repeat center right;
	}                                                                
	
	.topMenu a.mail{
		background: url("../gfx/mnu_mail.gif") no-repeat center right;
	}  
	
	.topMenu a:hover{
		text-decoration: none;       
	 }    

.durocem {      
	position: absolute;	
	right: 220px;          	
	bottom: 0;
	height: 86px;
	width: 278px;
}      

.nbn {      
	position: absolute;	
	right: 220px;          	
	bottom: 0;
	height: 48px;
	width: 182px;
}     

/* Main menu
--------------------------------- */    

.lMenu{                                                     
	position: relative;
}     

	.lMenu ul,
	.lMenu ul li{
		margin: 0;
		padding: 0;	
	}     

	.lMenu ul{   
		z-index: 1000;   
		position: absolute;
		right: 0;
		top: 0;
		height: 56px;     
		margin: 0px auto;    
		padding-right: 20px;
		list-style-image: none;		
		list-style-type: none;
		background: url("../gfx/lmenu_right_bg.gif") no-repeat top right;
	} 

	.lMenu ul li{ 
		float: right;   
		margin-left: 5px;    
		padding-right: 7px;
		background: url("../gfx/lmenu_separator.gif") no-repeat top right;
	} 
	
	.lMenu ul li.last{
		background: none;
	}     
	
	.lMenu a,
	.lMenu a:link,
	.lMenu a:visited,
	.lMenu a:active{      
	 	display: block !important;
		height: 100%;
		display: inline-block;  
		padding: 0 10px;
		height: 56px;
		font-family: "Chaparral Pro", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		color: #FFF;
		font-size: 18px;                                                                 
		font-weight: normal;  
		text-decoration: none;
		line-height: 65px;        
	}   
	
	.lMenu a span{
		display: none;
	}
	
	.lMenu a.active,
	.lMenu a.active:link,
	.lMenu a.active:visited,
	.lMenu a.active:active{    
		position: relative;   
		margin: 0;
		padding: 0 15px;  		
		color: #a40000;
		background: url("../gfx/menu_item_active_bg.gif") no-repeat top left; 

	} 
	
	.lMenu a.active span{  
		position: absolute;
		top: 0px;
		right: -1px;
	   	display: block;
	   	width: 15px;
	   	height: 56px;    
		background: url("../gfx/menu_item_active_bg.gif") no-repeat top right;    	 
	}
	
	.lMenu a:hover{                
		color: #ecd7d7;
		text-decoration: underline;
	}	
	 

/* Language bar
--------------------------------- */

#language{   
	position: absolute;
	top: 0px;
	right: 10px;
	height: 30px;
	width: 210px;            
	overflow: hidden;        
	background: #a40000 url("../gfx/lang_bg.gif") no-repeat top left;
} 
         
	#language ul,
	#language ul li{
		margin: 0;
		padding: 0;    
	}

	#language ul{          	
		margin: 0px 3px !important;
		margin: 0px 1px;  		
		list-style-image: none;				
		list-style-type: none;
	}      

	#language ul li{         
		margin: 0 5px;
		float: left;
		width: 58px;  
		height: 28px;
	}                      

	#language ul li a,
	#language ul li a:link,
	#language ul li a:visited,
	#language ul li a:active{
		display: block;
		color: #000;  
		font-family: Tahoma, Verdana, Arial, sans-serif;         
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		text-align: left;       
		padding-left: 22px;	
		height: 28px;
		line-height: 28px;
		background-position: left center;    
	}     

	#language ul li a.langSR{
		background: url("../gfx/flag_sr.gif") no-repeat left center;	     
	}          

	#language ul li a.langHU{
		background: url("../gfx/flag_hu.gif") no-repeat left center;	
	}
	              
	#language ul li a.langEN{
		background: url("../gfx/flag_en.gif") no-repeat left center;	
	}    

	#language ul li a:hover,
	#language ul li a.langSR:hover,
	#language ul li a.langHU:hover,
	#language ul li a.langEN:hover{  
		text-decoration: underline; 
	}

	#language ul li a.active,
	#language ul li a.active:link,
	#language ul li a.active:visited,
	#language ul li a.active:active{     
		color: #a40000;
		text-decoration: underline;  
	}  
	
/* Content
--------------------------------- */	  

.lContent{                       

}  

.lContent .contentWrapper{  
/*	position: relative;    */                  
/*	height: 600px;*/          
	min-height: 600px !important;
	padding-top: 20px;
	background: url("../gfx/content_shade.gif") no-repeat top left;    
} 

.lContent .columnTwo{  
	margin: 0 10px 0 0 !important; 	
	margin: 0 5px 0 0; 	 	
  	float: right;
	width: 641px;     
	background: #FFF url("../gfx/content_inner_bg_2_col.gif") no-repeat bottom left;
}    

.lContent .columnOne{   
	height: 100%;
	position: relative;	
	margin: 0 10px; 	 	    
	background: #FFF url("../gfx/content_inner_bg_1_col.gif") no-repeat bottom left;
}

.lContent .inner{
	padding: 0px 10px 10px 10px;
}                

/* Modules
--------------------------------- */

.lModules{
	clear: both;
	overflow: auto;
/*	margin: 10px;*/
}

.lModules-2{
	width: 580px;
	margin: 0 auto;
}

.lModules .module{  
	position: relative;      
	float: left;
   	margin: 0 10px 10px 0; 
	width: 280px;
	height: 280px;
	background: #FFF url("../gfx/module_bg.gif") no-repeat top left;
}      

.lModules .module-last{
	margin-right: 0px;
}

.lModules h3{
	margin: 0;
	padding: 5px;
	font-size: 1.5em;  
	color: #a40000;
}               

.lModules p{        
	margin: 0px;
	padding: 5px;
	line-height: 1.2em;
}           

.lModules img{       
	margin: 0 auto;
	border: 2px solid #EEE;
}

.lModules a.next,
.lModules a.next:link,
.lModules a.next:visited,
.lModules a.next:active{     
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 79px;
	height: 20px;
	color: #FFF;  
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;    
	text-decoration: none;  
	text-indent: 6px;
	line-height: 18px;
	background: url("../gfx/module_button_next.gif") no-repeat top left;
}     

.lModules a.next:hover{
	text-decoration: underline;
}  

/* Sidebar
--------------------------------- */

.lSidebar{      
	position: relative;
	top: 0px;
	left: 10px;
	width: 230px;        
	background: #FFF url("../gfx/sidebar_bottom.gif") no-repeat bottom left;
}
	.lSidebar h2.title{
		margin: 0;
		padding: 0;
		width: 230px;
		height: 26px;     
		line-height: 26px;  
		font-family: "Chaparral Pro", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		color: #FFF;
		font-size: 16px;                                                                 
		font-weight: normal;  
		text-decoration: none;	
		text-align: center;   
		background: #FFF url("../gfx/sidebar_title_bg.gif") no-repeat bottom left; 		
	}
	
	.lSidebar ul,
	.lSidebar ul li{
		margin: 0;
		padding: 10px;
	}

	.lSidebar ul{    
		list-style-image: none;				    
		list-style-type: none;
	}      

	.lSidebar ul li{     
		margin: 0;
		padding: 0;   
		padding-left: 22px;
		line-height: 20px;		
		border-bottom: 1px solid #f5f5f5;
	}    
	
	.lSidebar ul li a,
	.lSidebar ul li a:link,
	.lSidebar ul li a:visited,
	.lSidebar ul li a:active{   
		display: block;  
		margin: 0; 
		padding: 0px;
		padding-left: 2px;   
		line-height: 20px;	 
		text-decoration: none;
		color: #d17f7f;
	} 
	
	.lSidebar ul li a.main,
	.lSidebar ul li a.main:link,
	.lSidebar ul li a.main:visited,
	.lSidebar ul li a.main:active{
		color: #666;
		text-transform: uppercase;
	}    
	
	.lSidebar ul li a:hover{   
		text-decoration: underline;
		color: #a40000;
	}   
	
	.lSidebar ul li a.main:hover{   
		text-decoration: underline;
		color: #404040;
	}	 
	
	.lSidebar ul li.ico{
		background: url("../gfx/sidebar_menu_item_glyph.gif") no-repeat top left;
	}  
	
/* Contact
--------------------------------- */	       
	
div.contactList {
	margin: 20px 50px;
}  

ul.contactList {
	list-style-type: none; 
	list-style-image: none;
	margin: 0px;
	padding: 0px;   
}  

ul.contactList li {
	display: block;
	font-weight: bold;
	line-height: 20px;
}  

ul.contactList li .label {
	border-bottom: 1px dotted #EEE;
	font-weight: normal;
	position: absolute;
	width: 230px;   
	color: #a40000; 
}  

ul.contactList li .data {
	font-weight: bold;
	left: 250px;
	position: relative;  
}	
       
/* Footer
--------------------------------- */   

.lFooter .footerInner{    
	position: relative; 
	display: block;
	color: #404040;    
	font-family: Tahoma, Verdana, Arial, sans-serif;         
	font-size: 11px;
	font-weight: normal;     
	height: 40px; 
/*	margin-bottom: 10px; 	*/
}                 

.lFooter p{
	margin: 0;
	padding: 0;
}

.lFooter div.copy{
	position: absolute;
	right: 20px;
	top: 15px; 
	width: 50%;
}  

.lFooter div.copy p{
	text-align: right;
}

.lFooter p.menu{
	position: absolute;
	left: 10px;
	top: 15px;
}     

.lFooter a,
.lFooter a:link,
.lFooter a:visited,
.lFooter a:active{             
	color: #666;
	font-weight: normal;
	text-decoration: none;	
}              

.lFooter a:hover{             
	color: #404040;
	text-decoration: underline;
}                                         

.carrot{     
	height: 30px;
	position: relative;   
} 

	.carrot a, 
	.carrot a:link, 
	.carrot a:visited, 
	.carrot a:active{     
		position: absolute;
		top: 0;	
		right: 0;
		margin: 0 auto 20px auto;		                            
		display: block;
		width: 80px;
		height: 22px;  
		padding-right: 70px;  		     
		font-size: 9px;    		
		line-height: 22px;	
		font-weight: normal;
		text-decoration: none;      
		text-align: right;
		color: #444;
		background: url("../gfx/cp.gif") no-repeat bottom right;
		overflow: hidden;
	} 
	
	.carrot a.right{
		top: 0px;
		right: 0px;
	} 
	
	.carrot a:hover{                                
		color: #f90000;
		text-decoration: none;
		background: url("../gfx/cp.gif") no-repeat top right;		
	}   
	
	.carrot span{
		display: none;
	}

/* Additional classes
--------------------------------- */

/* Clear */

div.clear,
span.clear {   
	clear: both;
}
  
span.clear {   
	display: block;
	height: 1%;
}

br.clear {
	clear: both;
	font-size: 1px;
	height: 1%;
} 

/* Horizontal separator */     

hr{  
	margin: 10px 0;            
	height: 1px;          	
	border: 0px solid #e3e3e3;
	color: #e3e3e3;	        
	background: #e3e3e3;
}

/* Modifier classes */ 

.normal{
	font-weight: normal;
}
                       
.bold{
	font-weight: bold;
}

.noBorder{
	border: 0px;	
}

.red {
	color: red;
}

.white {
	background-color: #FFF;
}

.alt{
	background: #edf1f8;
}

.noHeight{
	height: 1px;
	overflow: hidden;
}
       
/* IE6 fix */
html, body {
	height: 100%;
	min-height: 100%;    
}    

div.lContent .contentWrapper { 
	height: auto !important;   
	min-height: 600px !important; 
	height: 600px;          
}
