@charset "utf-8";
*, body, html
{
margin:0px;
padding:0px;
color:#adadad;
scrollbar-3dlight-color:#666;
scrollbar-arrow-color:#C0C0C0;
scrollbar-base-color:#23221A;
scrollbar-track-color:#333;
scrollbar-darkshadow-color:#222;
scrollbar-face-color:#23221A;
scrollbar-highlight-color:#777;
scrollbar-shadow-color:#111;
font-family:"Georgia,"Times New Roman",Times,serif;
}
a img
{
border:none;
}
body{
	background-image: url(../pic/background.jpg);
	background-repeat: repeat-x;
	background-color:#ADACAA;
}
#wraper
{
	margin:0px auto; 
	position:relative;
	width:965px; 	
	margin-top: 35px;
	margin-bottom:18px;
}
/*************************************Header ***********************************************/
#header
{
	background-image:url(../pic/header.png);
	padding:0px;
	width:965px;
	margin:0px;
	height:86px;
	background-repeat: no-repeat;
	overflow:hidden;
}
#logo{
	background-image: url(../pic/logo_header.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 236px;
	position: absolute;
	left: 0px;
	top: -16px;
	color:#fff;
	text-align:center;
}
#logo h1, #logoI
{
	font-size:20px;
	margin-top:10px;
}
#logo h1 a, #logoI a
{
	color:#FFFFFF; text-decoration:none;
}
#logo h1 a:hover, #logo h1 a:active,  #logoI a:hover, #logoI a:active
{
	color:#80807F;
}
#logo h2, #logoII
{
	position:absolute;
	bottom:10px;
	left:40px;
	margin-top:10px;
	width:150px;
	font-size:14px;
}
#content{
	background-image: url(../pic/content.png);
	background-repeat: repeat-y;
	width: 965px;
}
#right
{
	float:right;
	width:690px;
	margin-right:30px;
	margin-left:30px;
	overflow:hidden;
	display: inline;

}
#left
{
	width:215px; 
	padding-top:150px; 
}
#foot{
	background-image: url(../pic/foot_left.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width:965px;
	height:101px;
	overflow:hidden;
}
#footLeft
{
	width:200px;
	height:90px;
	overflow:hidden;
	margin:0px 5px 0px 18px;
	float:left;
	display:inline;
}
#footRight
{
	
	width:700px;
	overflow:hidden;
	margin-top:30px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:11px;
}




#innerLeft
{
margin:0px 15px 0px 20px;
overflow:hidden;
}

/* main menü component*/
/*------------------------------------------------------------------------------*/
#mainmenu
{
	margin:-20px 0px 0px 240px;
	font-family:Palatino Linotype;
	font-variant:small-caps;
	letter-spacing:1.1px;
}
#mainmenu ul li
{
	float:left;
	margin:15px;
	color:#FFF;
	text-decoration:none
}
#mainmenu ul li a
{
	color:#FFF;
	font-size:18px;
	text-decoration:none
}
#mainmenu ul li a:hover
{
	border-bottom:3px double;
}
#mainmenu ul li:first-letter
{
	
	font-size:20px;
	
}
/* main menü vége*/
/* multi box css */
/*------------------------------------------------------------------------------*/
#multi
{
	
margin:5px 10px 10px 10px;
width:670px;
height:300px;
border:#2e2d26 solid 1px;
}
#multihead, #multifoot
{
	height:25px;
	margin:0px;
	padding:0px;
	border:none;
}
#multicenter
{
	height:240px;
	margin:0px;
	padding:0px;
	width:670px;
	overflow:hidden;
}
#multiRight, #multicointainer, #multiLeft
{
	float:left;	
	width:20px;
}
#multiLeft, #multiRight
{
	width:25px;
	margin:120px auto;
}
#multifoot
{
	text-align:right;
	margin-right:25px;
	padding-top:10px;
	color:#AAA;
}
#multifoot a
{
	
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}
#multifoot a:hover
{
	color:#FFF;
}
.activeLabel
{
	font-weight:bold;
	color:#FFF;
}
#multicointainer
{
	width:620px;
	height:240px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	position:relative;
	}
#multicointainer ul 
{
	margin:0px;
	padding:0px;
	position:absolute;
	width:3720px;
	top:0px;
	left:0px;
}
#multicointainer ul  li
{
	margin:0px;
	padding:0px;
	float:left;
	width:620px;
	overflow:hidden;
	text-align:center;
	
}
#multicointainer ul  li a img
{
	border:none;
}
/* post field*/
.post
{
	
margin:5px 10px 10px 10px;
width:660px;
border:#2e2d26 solid 1px;
padding:15px;
width:635px;
font-family:Georgia, "Times New Roman", Times, serif;
overflow:hidden;
}
.post h2 a, .post h2 
{
	color:#FFF;
	text-decoration:none;
	padding-bottom:10px;
}
.post h2 a:hover
{
	color:#FFF;
	text-decoration:underline;
}
.entry
{
	margin-top:25px;	
	line-height: 1.4em;

}
.post p
{
	margin-bottom:15px;
}


.aligncenter
{
	text-align:center;
	margin:0 auto;
}

.x
{

	border:1px solid #D6D6D5;
	
	box-shadow: 5px 5px 5px #111;
  -moz-box-shadow: 5px 5px 5px #111;
  -webkit-box-shadow: 5px 5px 5px #111;
  width:600px;
  margin:auto;

padding: 5px 5px 5px 15px;
	

}
.x tr
{
	border:1px solid #D6D6D5;
}
.x th
{
	border-bottom:1px solid #3D3C35;
	padding-bottom:4px;
}

#innerLeft h2 a
{
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;	
	text-decoration:none;
	
}
#innerLeft h2
{
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	text-decoration:none;
	margin:10px 0px 5px 0px;
}
#innerLeft h2 a:hover
{
	color:#CCC;
	text-decoration:underline;
}

#calendar_wrap
{
	padding:5px 20px;
	border:1px solid #333;
	margin-left:10px;
}
#innerLeft ul 
{
	list-style-type:circle;
	font-size:13px;
	list-style-image:url(../pic/li-item.gif);
	list-style-position:outside;
	
}
#innerLeft ul li
{
	list-style-image:url(../pic/li-item.gif);
	list-style-position:outside;
	margin-left:22px;
}
#innerLeft ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}
#innerLeft ul li a:hover
{
	color:#FFF;
	text-decoration:underline;
}
.widget
{
	list-style-image:url(../pic/li-item.gif);
	list-style-position:outside;
	font-size:13px;
}
.widget li
{
	list-style-image:url(../pic/li-item.gif);
	list-style-position:outside;
	margin-left:22px;
}
.widget  li a
{
	color:#FFF;
	text-decoration:none;
}
.widget  li a:hover
{
	color:#CCC;
	text-decoration:underline;
}
.thumb_holder{
	float:left;
	width:310px;
	height:120px;
	padding:5px;
	text-align:center;
	display:block;
	border:#666 solid 1px;
	margin-right:10px;
}
.thumb_holder   a img{
	text-decoration:none;
	border:none;}
	
.post h1
{color:#ADADAD;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:21px;
}
.post h2
{color:#ADADAD;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:18px;
}
.post h1 a {
	border-bottom:thin solid #333333;
	color:#FFFFFF;
	letter-spacing:1.4px;
	text-decoration:none;
}
.post h1
{
border-bottom:1px solid #333;
}
#shortdesc{margin-top:10px; font-size:12px;}
.cimke{display:block;}

.carouselholder{
	
	border:1px solid #333;
	width:650px;
	margin: 2px auto;
	overflow:hidden;  
 	overflow-x:auto; 
	overflow-y:hidden; 

}
.carouselholder table{margin:2px;}
#pan{width:630px;
margin:10px auto;}
#Dmaps
{
	margin:0px auto;
	width:620px;
	height:350px;
}
.shortdesc{
	font-size:10px;
	margin-bottom:15px;}
	
#firstRow
{
	background:url(../pic/first_row.gif);
	background-repeat:no-repeat;
	width:690px;
	padding-top:15px;
	color:#FFF;
	font-size:14px;
}
#rowc1{margin-left:35px;
margin-right:35px;
width:290px;
overflow:hidden;
text-align:justify;
color:#FFF;
display:inline-block;
float:left;}
#rowc2{
color:#FFF;
display:inline-block;
width:290px;
overflow:hidden;
text-align:justify;}
.row1desc{color:#fff;}



div.carouselholder {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 175px;
	width: 630px;
	overflow: auto;
}
.k {
	display: block;
	height: 160px;
	/* max width here, for users without javascript */	
	width: 3500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.k li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.k a {
	display: block;
	text-decoration: none;
}
.k span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.k a:hover span {
	display: block;
}
.k img {
	border: 1px #fff solid;	
  /*  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
}
.k a:hover img {
	/*filter:alpha(opacity=50);	
	opacity: 0.5;*/
}
/*navbar*/

.navbtn
{
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
	display:inline-block;
	float:left;
}
.navbtn span
{
	left:-9999px;
position:absolute;
}
.left_arrow
{
	background-image: url(../pic/nav-bar-left.gif);
}
.left_arrow_inactive
{
	background-image: url(../pic/nav-bar-left-inactiv.gif);
}
.rgt_arrow_inactive
{
	background-image: url(../pic/nav-bar-rgt-inactive.gif);
}
.rgt_arrow
{
	background-image: url(../pic/nav-bar-rgt.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
	display:inline-block;
	float:left;
}
.nav-pages
{
	overflow:hidden;
	display:inline-block;
	float:left;
	font-size: 15px;
	margin:0px 2px;
}
.date small ,.date small a
{
font-variant:small-caps;
color:#333;
}
.entry > p:first-child:first-letter {
	font-size: 1.8em;
}

.entry > p:first-child:first-line {
	font-variant: small-caps;
	font-size: 1.3em;
}
.listheader
{
	color:#fff;
	font-family:Georgia;
	font-size:20px;
	margin:25px 10px 0 15px;
	border-bottom:1px #adadad solid; 
	padding-bottom:5px;
}
.listconroller
{
	font-variant:small-caps;
	font-size:14px;
	margin:5px 10px 30px 15px;
	font-family:Palatino Linotype;
	font-weight:bold;
	
}
.listText
{
	font-family:Georgia;
	font-size:14px;
	color:#7f7f79;
	text-align:justify;
}
.listname
{
	font-size:15px;
	color:#7f7f79;
}
.listdesc
{
	padding-top:7px;
	color:#7f7f79;
	text-align:justify;
	font-size:13px;
	font-style:italic;
}
.listname a
{
	text-decoration:none;
	font-family:Georgia;
	font-variant:small-caps;
	color:#7f7f79;
	font-size:15px;
}
.listname:first-letter
{
	
	font-size:22px;
	padding-right:2px;
}
.listname a:hover
{
	color:#fff;
}
