/* General
--------------------------------- */
html,
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table, td, th {
	text-align: left;
}


body {
	color: #007cc2;
/*	font-family: Verdana, Tahoma, Verdana, sans-serif;*/
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 0.7em;
}

/* Default Styles
--------------------------------- */

a,
a:link,
a:visited,
a:active {
        font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
		color: #5A5A59;
        text-decoration: none;
        font-size : 10pt;
       	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-size : 10pt;
        font-weight: bold;
}

a IMG {
	border: 0px;
}

h1,
h2,
h3,
h4{
	margin: 5px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
}

	h1{
		color: #000000;
		font-weight: bold;
		font-size: 14px;
	}

	h2{
	color: #101c0d;
	font-size: 13px;
	text-align: justify;
	}

	h3{
		color: #000000;
		font-size: 1.2em;
	}

	h4{
		font-size: 1.4em;
		color: #404040;
		vertical-align: top;
	}

    h1.title,
	h2.line,
	h3.line,
	h4.line{
		border-bottom: 1px solid #EEE;
	}

	h1.subtitle,
	h2.subtitle,
	h3.subtitle,
	h4.subtitle{
		color: #404040;
	}

hr{
	border: 0px solid #BBB;
	color: #BBB;
	background-color: #BBB;
	height: 1px;
}


.center{
	text-align: center;
}

p{
	color: #101c0d;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 13px;
	text-align: justify;
}

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("");
	list-style-position: outside;
}

ul li,
ol li{
	padding: 0px;
/*	margin: 0px 0px;*/
	margin: 10px 0px;
	font-size: 0.7em;
}

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{
	width: 980px;
	display: block;
/*	background: url(" ") no-repeat top center;*/
/*	border: 1px solid 000000;
	text-align: center;*/

	position: absolute;
	left: 50%;
	margin-left: -490px;

}

.wrapper{
  	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
}

.lHeader{
	position: relative;
	height: 185px;
}

.lFooter{
	width: 980px;
	height: 70px;
	border-bottom: 1px solid #c4c0d8;
	background: url(" ") no-repeat top center;
}

.lMenu{
	width: 700px;
	height: 30px;
}

.lContent{
	height: auto !important;
	height: 100%;
/*	zoom: 1;          */
	background: url("") repeat-y top left;
}

.frontImg{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 150px;
	border: 2px solid #CCC;
	overflow: hidden;
}

	.frontImg img{
		border: 0;
	}

/* Header
--------------------------------- */

.logoTop,
.logoBottom{
	position: absolute;
	top: 10;
	left: 0px;
	width: 406px;
}

.logoTop{
	height: 160px;
	width: 980px;
	background: url("/templates/images/header.jpg") no-repeat top center;
}

.logoBottom{
	position: absolute;
	top: 0;
	left: -61px;
	width: 406px;
	height: 10px;
	background: url(" ") no-repeat top left;
}


/* Main menu
--------------------------------- */

.lMenu{
	position: relative;
}

	.lMenu ul,
	.lMenu ul li{
		margin: 0;
		padding: 0;
	}

	.lMenu ul{
		z-index: 1000;
		position: absolute;
		right: -140px;
		top: 38;
		height: 30px;
		width: 690px;
		margin: 0px auto;
		padding-right: 0px;
		list-style-image: none;
		list-style-type: none;
		background: #181E12;
	}

	.lMenu ul li{
		float: right;
		margin-left: 5px;
		padding-right: 7px;
		background: url("/templates/images/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 5px;
		height: 30px;
		font-family: Verdana;
		color: #A8A8A8;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
		line-height: 30px;
	}

	.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: #25186f;
		background: url(" ") no-repeat top left;

	}

	.lMenu a.active span{
		position: absolute;
		top: 0px;
		right: -1px;
	   	display: block;
	   	width: 15px;
	   	height: 56px;
		background: url(" ") no-repeat top right;
	}

	.lMenu a:hover{
		color: #FFF;
		text-decoration: underline;
	}


/* Language bar
--------------------------------- */

#topMenu{
	position: absolute;
	top: 0px;
	right: 10px;
	height: 30px;
	width: 190px;
	overflow: hidden;
	background: #25186f url("/templates/images/top_menu_bg.gif") no-repeat top left;
}

	#topMenu ul,
	#topMenu ul li{
		margin: 0;
		padding: 0;
	}

	#topMenu ul{
		margin: 0px 3px !important;
		margin: 0px 1px;
		list-style-image: none;
		list-style-type: none;
	}

	#topMenu ul li{
		margin: 0 5px;
		float: left;
		width: 80px;
		height: 28px;
	}

	#topMenu ul li a,
	#topMenu ul li a:link,
	#topMenu ul li a:visited,
	#topMenu 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: 18px;
		height: 28px;
		line-height: 28px;
		background-position: left center;
	}

	#topMenu ul li a.home{
		background: url("/templates/images/mnu_home.gif") no-repeat left center;
	}

	#topMenu ul li a.contact{
		background: url("/templates/images/mnu_mail.gif") no-repeat left center;
	}


	#topMenu ul li a:hover,
	#topMenu ul li a.home:hover,
	#topMenu ul li a.contact:hover{
		text-decoration: underline;
	}

	#topMenu ul li a.active,
	#topMenu ul li a.active:link,
	#topMenu ul li a.active:visited,
	#topMenu ul li a.active:active{
		color: #25186f;
		text-decoration: underline;
	}

/* Content
--------------------------------- */

.lContent{

}

.lContent .contentWrapper{
/*	position: relative;    */
/*	height: 600px;*/
	min-height: 600px !important;
	padding-top: 20px;
	background: url("/templates/images/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("/templates/images/content_inner_bg_2_col.gif") no-repeat bottom left;
}

.lContent .columnOne{
	height: 100%;
	position: relative;
	margin: 0 10px; 	 	    
	background: #FFF url("/templates/images/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("/templates/images/module_bg.gif") no-repeat top left;
}

.lModules .module-last{
	margin-right: 0px;
}

.lModules h3{
	margin: 0;
	padding: 5px;
	font-size: 1.5em;  
	color: #e87b25;
	height: 40px;    
}               

.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("/templates/images/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;  
	padding-bottom: 12px;      
	background: #FFF url("/templates/images/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("/templates/images/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;                                    
		background: url("/templates/images/sidebar_bg.gif") repeat-y top left;
	}

	.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: #e87b25;
	}

	.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: #25186f;
	}

	.lSidebar ul li a.main:hover{
		text-decoration: underline;
		color: #404040;
	}

	.lSidebar ul li.ico{
		background: url("/templates/images/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: #25186f; 
}  

ul.contactList li .data {
	font-weight: bold;
	left: 250px;
	position: relative;
}  

/* Paging */

.paging{       
	padding: 0;
	margin: 20px 0;
	border: 1px solid #BBB;
	border-left: none;
	border-right: none;
	color: #444;	
	background: #f2f2f2;
}   

	.paging ul,
	.paging ul li{
		margin: 0;
		padding: 0;                   
		height: 30px;
		list-style-type: none;
		list-style-image: none;
	}

	.paging ul{
		clear: both;
		margin: 0px auto;		
		width: 360px;
	}      

	.paging ul li{
		float: left;  
		width: 120px;
		text-align: center;
		line-height: 30px; 		
	}
	
	.paging a,
	.paging a:link,
	.paging a:visited,
	.paging a:active{
		display: block;
		height: 30px;
		line-height: 30px;		
		text-align: center;
	}

	.paging a:hover{
		background: #FFF;
	}
       
/* Footer
--------------------------------- */

.lFooter .footerInner{
	position: absolute;
	display: block;
	color: #263310;
	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: 15px;
	top: 10px;
	width: 50%;
}

.lFooter div.copy p{
	color: #263310;
	text-align: right;
}

.lFooter p.menu{
	position: absolute;
	text-indent: 0;
	left: 15px;
	top: 15px;
}     

.lFooter a,
.lFooter a:link,
.lFooter a:visited,
.lFooter a:active{
	color: #404040;
	font-weight: normal;
	text-decoration: none;	
}              

.lFooter a:hover{
	color: #666;
	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("/templates/images/cp.gif") no-repeat bottom right;
		overflow: hidden;
	} 
	
	.carrot a.right{
		top: 0px;
		right: 0px;
	}
	
	.carrot a:hover{
		color: #e87b25;
		text-decoration: none;
		background: url("/templates/images/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;
}

a.bevezetocimelso {
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
font-size: 16px;
font-weight: bold;
text-decoration : none;
color: #263310;
}
a.bevezetocimelso:visited {
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
font-size: 20px;
font-weight : bold;
text-decoration : none;
color : #263310;
}
a.bevezetocimelso:hover {
font-size: 16px;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
font-weight : bold;
text-decoration : none;
color : #263310;
}

a.bevezetocimelso:active {
font-size: 16px;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
font-weight : bold;
text-decoration : none;
color : #263310;
}

a.bevezetocimtobbi {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10pt;
color : #00000f;
font-weight: bold;
text-align: left;
}
a.bevezetocimtobbi:visited {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
}
a.bevezetocimtobbi:hover {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #0d0fff;
}

a.bevezetocimtobbi:active {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #FFFFFF;
}
a.aktualis {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #A8A8A8;
}
a.aktualis:visited {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #A8A8A8;
}
a.aktualis:hover {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #0d0fff;
}

a.aktualis:active {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #FF9900;
}

a.dobozcim {
text-decoration : none;
color : #5A5A59;
font-size : 11pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
text-align: right;
}
a.dobozcim:visited {
text-decoration : none;
color : #5A5A59;
font-size : 11pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
text-align: right;
}
a.dobozcim:hover {
text-decoration : none;
color : #000000;
font-size : 11pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
text-align: right;
}

a.dobozcim:active {
text-decoration : none;
color : #A8A8A8;
font-size : 11pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
text-align: right;
}

a.almenu {
text-decoration : none;
color : #5A5A59;
font-size : 10pt;
font-family: Arial;
}
a.almenu:visited {
text-decoration : none;
color : #5A5A59;
font-size : 10pt;
font-family: Arial;
}
a.almenu:hover {
text-decoration : none;
color : #000000;
font-size : 10pt;
font-family: Arial;
}
a.almenu:active {
text-decoration : none;
color : #A8A8A8;
font-size : 10pt;
font-family: Arial;
}


.forovatdoboz {
color : #FFFFFF;
font-size : 14pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
font-weight : normal;
text-align: left;
}

.leftmenuszoveg {
color : #FFFFFF;
font-size : 14pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
font-weight : normal;
text-align: center;
}

.mainbox {
background-color : #FFFFFF;
}

.potty {
color : #FFFFFF;
font-size : 8pt;
}

.potty2 {
color : #3a5598;
font-size : 7pt;
}

.bevezetoszovegelso {
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
color: #101c0d;
font-size: 12px;
}

.bevezetoszovegtobbi {
	color: #101c0d;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 13px;
	text-align: justify;
}


.bevezetoszovegtobbi IMG {
	margin-right: 10px;
	margin-left: 10px;
	margin: 10px;
}

.felsegjel {
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
color: #d4d0c1;
font-weight: bold;
font-size: 12px;
}

.felsegjel:hover {
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
color: #ffffff;
font-weight: bold;
font-size: 12px;
}

.felsegjelszoveg {
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
color: #d4d0c1;
font-size: 12px;
padding-left: 26px;
}


.aktualisdatum{
font-size : 9pt;
font-weight: bold;
color: #000000;
}

.aktfelirat{
font-size: 14pt;
font-weight: bold;
color: #A8A8A8;
font-family: Arial;
text-decoration: underline;
}

.hirdetes {
background-color : #8DB6BC;
color : #000000;
font-size : 8pt;
font-weight : normal;
text-align : center;
}

.forovatdoboz {
color : #3f568a;
font-size : 8pt;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
text-align : left;
}

INPUT {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
height : 18px;
background-color : #fff0b5;
border-left : 1px none #000000;
border-right : 1px none #000000;
border-top : 1px none #000000;
border-bottom : 2px none #000000;
border-style: inset;
}
TEXTAREA {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
background-color : #fff0b5;
border-left : 1px none #000000;
border-right : 1px none #000000;
border-top : 1px none #000000;
border-bottom : 2px none #000000;
border-style : inset;
}
SELECT {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
height : 18px;
background-color : #fff0b5;
border-left : 1px none #000000;
border-right : 1px none #000000;
border-top : 1px none #000000;
border-bottom : 2px none #000000;
border-style : inset;
}

.radio {
font-family : Verdana;
color : #A8A8A8;
font-size : 8pt;
border-left : 0 none #000000;
border-right : 0 none #000000;
border-top : 0 none #000000;
border-bottom : 0 none #000000;
border-style : inset;
background-color : #212F0E;
}

.pollkerdes {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
}
.polleredmeny {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 6pt;
}
.cikkcim {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13pt;
font-weight : bold;
color : #F37022;
}
.cikkalcim {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
color : #F37022;
}
.cikkdatum {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
font-weight : bold;
text-align : left;
}
.cikkforras {
	color: #101c0d;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 12px;
}
.cikkbevezeto {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
}
.cikkszoveg {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
}
.cikkkapcsolodohead {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
font-weight : bold;
color : #FFFFFF;
}
.cikkkapcsolodoobject {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
font-weight : bold;
}
.kepalairas {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
color : #FFFFFF;
}
td.forovatdoboz {
font-family : Verdana;
font-size : 8pt;
color : #A8A8A8;
}
.balzaro_felso {
	background-image: url(/templates/images/left_box_top.png);
	background-repeat: no-repeat;
	height: 27px;
}
.balzaro_kozep {
	background-image: url(/templates/images/leftbox_gradient.png);
	background-repeat: repeat-y;
	text-align: center;
}
.balzaro_also {
	background-image: url(/templates/images/left_box_bottom.png);
	background-repeat: no-repeat;
	height: 15px;
}
.alsoresz {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3885c;
	text-align : center;
	background-image: url(/templates/images/footer.png);
	background-repeat: repeat-x;
	width: 700px;
	height: 52px;

}
.alsoresz .alsozaszlocsik {
	background-image: url(/templates/images/mozaszlocsik.gif);
	background-repeat: repeat-x;
	width: 700px;
	height: 3px;
	margin: 10px 0px 10px 0px;
}
#kiemeltlista1 {
    height: 400px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 700px;
}
#kiemeltlista1 .kl1_egy {
	display: none;
    background-color: #09384A;
    height: 400px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 700px;
    z-index: 10;
}
#kiemeltlista1 #kl1_egy_0 {
    opacity: 1;
}
#kiemeltlista1 .kl1_egy .kep {
    height: 235px;
    left: 0;
    position: absolute;
    top: 0;
    width: 700px;
    z-index: 10;
}
#kiemeltlista1 .kl1_egy .kep IMG {
	width: 310px;
	height: 235px;
}
#kiemeltlista1 .kl1_egy .valasztovonal {
    background-image: url("http://demoweb.sziliciumalmok.hu/templates/images/fooldal-kiemelt-narancsvonal-fel.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 260px;
    width: 700px;
    z-index: 20;
}
#kiemeltlista1 .kl1_egy .szoveg {
    color: #D0DCE1;
    font-size: 12px;
    height: 100px;
    left: 0;
    padding: 5px 5px 5px 10px;
    position: absolute;
    top: 285px;
    width: 680px;
    z-index: 30;
}
#kiemeltlista1 .kl1_egy .szoveg H3 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 10px;
}
#kiemeltlista1 .kl1_egy .szoveg H3 a:link, #kiemeltlista1 .kl1_egy .szoveg H3 a:visited, #kiemeltlista1 .kl1_egy .szoveg H3 a {
    color: #FFFFFF;
    text-decoration: none;
}
#kiemeltlista1 .kl1_egy .szoveg H3 a:hover {
    color: #FF0000;
}
#kiemeltlista1 .navigacio {
    height: 12px;
    left: 20px;
    position: absolute;
    top: 245px;
    width: 650px;
    z-index: 1000;
}
#kiemeltlista1 .navigacio .potty {
    background-color: #117BA4;
    border: 2px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    float: right;
    height: 12px;
    margin: 0 0 0 8px;
    width: 12px;
}
* REFERENCIAGALERIA */
.refgaleria {
	
}

.refgaleria .rg_kep {
	position: relative;
	width: 198px;
	height: 198px;
	float: left;
	margin: 10px 5px 5px 10px;
	border: solid 1px #666666;
	background-color: #FFF;
	text-align: center;
/*	margin: 0px auto; */
	display: table-cell;
	vertical-align: middle;
-moz-box-shadow: 0px 0px 10px #999;
-webkit-box-shadow: 0px 0px 10px #999;
box-shadow: 0px 0px 10px #999;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.refgaleria .rg_kep IMG {
	max-width: 180px;
	max-height: 180px;
position:absolute;
	top: 0px;
	bottom: 0px;
	left:0px;
	right: 0px;
	margin:auto;
}
