@charset "utf-8";
/* CSS Document */

html {
	background-image:url("/design_images/html_bg.jpg");
	background-color:#e7e7e7;
	background-repeat:repeat-x;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
	
	background-image:url("/design_images/content2_bg.jpg");
	background-repeat:repeat-y;
	background-position:top center;

	
}

a:link {
	color: #5e5e5e;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #5e5e5e;
}
a:hover {
	text-decoration: none;
	color: #5e5e5e;
}
a:active {
	text-decoration: none;
	color: #5e5e5e;
}

#content {
	background-image:url("/design_images/content_bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	width:100%;
}








.content {
	width:900px;
	margin:0 auto;
}

.logo {
	padding-top:35px;
	padding-left:62px;
	padding-right:27px;
	padding-bottom:15px;
	float:left;
	
}

.date {
	float:right;
	width:565px;
	padding-top:45px;
	padding-bottom:15px;
	padding-right:60px;
	text-align:right;
}


.menu {
	float:right;
	margin-right:49px;
	width:565px;
}

.menuitem {
	float:left;
	width:115px;
	height:40px;
	overflow:hidden;
	background-image:url("/design_images/menu_bg_normal.jpg");
	padding:5px 10px 5px 10px;
	color:#2b2b2b;
	font-size:13px;
	font-weight:bold;
}

.menuitem span {
	font-size:9px;
	color:#828282;
	line-height:11px;
	font-weight:bold;
	}

.menuitem:hover {
	background-image:url("/design_images/menu_bg_hover.jpg");
	color:#FFFFFF;
}

.menuitem:hover span {
	color:#FFFFFF;
}


.menuitem a:link, .menuitem a:hover, .menuitem a:visited, .menuitem a:active {
	color:#000000;
}

.menuitem:hover a:link, .menuitem:hover a:hover, .menuitem:hover a:visited, .menuitem:hover a:active {
	color:#FFFFFF;
}




.notlast {
	margin-right:8px;
}


.header {
	clear:both;
	height:390px;
	margin-left:50px;
}

.content_content {
	width:823px;
	background-position:center top;
	margin:0 auto;
	display:table;
	overflow:auto;
	padding-bottom:10px;
	}
	
.content_content1  {
	float:left;
	width:200px;
	font-size:12px;
	margin-left:20px;
	}
	
.content_content2  {
	float:right;
	width:530px;
	margin-right:30px;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	}
	
.headline 

{
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	}
	

.col-menu 

{
	font-size:12px;
	line-height:25px;
	border-bottom:1px dotted #e6e6e6;
	}




.footer {
	clear:both;
	margin:-11px auto;
	width:100%;
	height:48px;
	padding-top:55px;
	background-image:url("/design_images/footer_bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;

}


.footer_footer {
	width:900px;
	margin:0 auto;
}



.copyright {
	color:#9e9e9e;
	font-size:10px;
	float:left;
	padding-left:70px;
	line-height:12px;
	}
	
.footer_text {
	color:#9e9e9e;
	font-size:10px;
	float:right;
	padding-right:230px;
	text-align:right;
	line-height:12px;
	}
	
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color:#9e9e9e;
	}


#cu3er-container { 
	width:800px;
	outline:0;
	}
	
.map {
border:1px solid #CCCCCC;
height:400px;
margin-bottom:20px;
width:198px;
}

.terms-of-use-link {
	display:none;
	}
	
	
/* FACEBOX FORMÁZÁSOK */
	
	
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  width:606px;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
  width:600px;
}

#facebox .content {
  width: 480px;
  padding: 60px 60px 0;
  background: #ffffff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border: none;
  }
  
#facebox .content .image img {
   width: 100%;
   padding: 0 0 50px;
  }  
  


  
  

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
