.slideshow { height: 320px; width: 208px; padding: 15px; background-repeat:no-repeat; }
.slideshow img {  padding-left:9px; padding-top:11px; }

a.buttonLink:link, a.buttonLink:visited, a.buttonLink:active { text-decoration:none; font-size:10px; color: #fff;}
a.buttonLink:hover {color:#f65d00;}

.bold {

	font-weight:bold;
	padding:10px;
	font-size:14px;
	
}

.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

/*****************************
* szerkezet szerinti tagol�s *
******************************/

/* ---------- INIT ---------- */


/* font */
html, 
body, 
form, 
input, 
select, 
fieldset, 
table {
  font-size: 13px; 
  font-family: Tahoma, Verdana, Arial; 
  color: #000000; 
  text-align:justify;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
pre, 
code { font-size: 12px; }

/* BG */
body {background: #4f9f1c; }

/* margin */
html, 
body, 
form, 
fieldset, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
pre, 
blockquote, 
ul, 
ol, 
li, 
dl, 
address {
  margin: 0px; 
  padding: 0px; 
}

/* LIST */
ul, 
ol {list-style: none; }


/* LINK */
:link,
:visited,
:active,
:hover { text-decoration: none;  }

a img,
:link img,
:visited img,
:active img,
:hover img {border: none; }


/* CLEAR */
div.clear, 
span.clear {
  clear: both; 
  font-size: 0px;
}


/* ---------- CONTAINER ---------- */
#container {
  width: 1011px;
  margin: 0 auto;
  


}

#wrapper {
padding-top:0px;
padding-left:75px;  
}




/* ---------- HEAD ---------- */


#header {
  width: 100%;
  display:none;
}

 
 
/* ---------- NAV BAR ---------- */

 
#nav { 
	height: 80px;
}

#menu_top {
	float: left;
	margin-left: 7px;
}

#menu_bottom {
	float: left;
	margin:auto;
	width:600px;
	display:block;
	
}

#menu_top ul {
	list-style-type: none;
}

#menu_top li {
	float: left;
	width: 150px;
	
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	
	line-height:18px;
	color:#000;

	text-align: left;
	
}

#menu_bottom li {
	float:left;
	width: 140px;
	
	height: 90px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	color:#000;
padding-top:30px;
	text-align: center;
	
}



/* ---------- LEFT BAR---------- */


#left { 
  float:left;
  width: 200px; 
  min-height:100px;
  display:none;

}
 


/* ---------- RIGHT BAR ---------- */

#right {
  float:left;
  width:200px;
  min-height:200px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	font-style: italic;
	
  
}


/* ---------- MAIN ---------- */

#main {
  width: 580px;
  float: left;
 

}

#main #content_title {
  padding: 0px;
  font-size: 20px;
  color:#fff;
  padding-bottom:25px;
  
}

#main #content {
  padding: 0px;
  width:550px;
  color:#fff;
  font-size:12px;
  line-height:24px;
  font-style: italic;
}

/* ---------- FOOT ---------- */

#footer {
  clear:both;
  height: 404px;
  color:#003e1e;
  
} 

#footer #title {
 font-weight:bold;
 font-size:15px;
 padding-bottom:10px;
}

#footer #text {
 font-size:10px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
 color:#a5f07a;
}

#menu_top ul li a:link,
#menu_top ul li a:active,
#menu_top ul li a:visited {

	color:#FFFFFF;
	 font-style: italic;

}

#menu_bottom ul li a:link,
#menu_bottom ul li a:active,
#menu_bottom ul li a:visited {

	color:#004c24;
	font-size:9px;
	line-height:13px;

}

#menu_top ul li a:hover {
	color:#99d879;
	 font-style: italic;
}

#menu_bottom ul li a:hover {
	color:#d8f25f;
}

.imgborder { border: 1px solid #fff;}
