* {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #37302C;
  font-size: 12px;
}

a {
text-decoration: none;
font-weight: bold;
color:#C1D749;
}

a:hover {
  color: #ffc;
}

p {
  color: #ffc;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!! fullpage */
#fullpage {
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!! header */
#header {
background-image: url(../images/fejlec.gif);
background-repeat: no-repeat;
background-color: #68634C;
height: 70px;
}

#header ul.lang {
padding: 45px 20px 0 0;
text-align: right;
}

#header ul.lang li{
list-style-type:none;
}

#header ul.lang a{
padding: 10px 30px 10px 10px ;
background-image: url(../images/flag-en-mini.gif);
background-position: right;
background-repeat: no-repeat;
}

#header ul.lang a.hu{
background-image: url(../images/flag-hu-mini.gif);
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!! bannerimage */
#bannerimage {
height: 312px;
background-image: url(../images/gorilla3.jpg);
background-repeat: no-repeat;
background-color: #112500;
border-top: 10px solid #807F5A;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!! inner bannerimage */
#inner_bannerimage {
height: 137px;
background-image: url(../images/gorilla-belso.jpg);
background-repeat: no-repeat;
background-color: #112500;
border-top: 10px solid #807F5A;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!! menu */
#menu {
background-image: url(../images/bg-menu.gif);
background-repeat: repeat-x;
height: 30px;
}

#menu li {
list-style-type: none;
float:left;
}

#menu a {
color: #416A32;
display: block;
float: left;
height: 14px;
padding: 8px;
}

#menu a:hover {
color: #0C2B00;
background-color: yellow;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!! maincontent */

#maincontent h1, #maincontent h2, #maincontent p, #maincontent h3, div.galeria{
margin: 10px 10px 10px 20px;
}

#maincontent h1{
color: #E1EF91;
font-size: 16px;
font-weight: normal;
border-bottom: 1px solid #E1EF91;
padding-bottom: 3px;
margin-top: 20px;
}

#maincontent h2 {
background-color: #434129;
font-size: 14px;
color: #becc43;
padding: 3px;
clear: both;
}


div.img {
  height:150px;
  width: 150px;
  background-image: url(../images/img-bg.gif);
  background-repeat: no-repeat;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

div.img a img {
border: 1px solid #807f5a;
}

div.img a:hover img {
border: 1px solid #fff;
}


#linkz {
  margin: 10px 10px 10px 20px;
}

#linkz li{
margin-top: 5px;
color: #ffc;
list-style-type: none;
padding: 0 0 0 16px;
background-image: url(../images/bulet.gif);
background-repeat: no-repeat;
background-position: 0 2px;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!! galleriList */
ul.galleriList {
margin-left:20px;
}

ul.galleriList li{
list-style-type: none;
}

ul.galleriList li a{
padding-left: 15px;
background-image: url(../images/bullett.gif);
background-repeat: no-repeat;
background-position: 1px 4px;
}

.galleryBlock {
width:20%;
float: left;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!! footer */
#footer {
clear: both;
background-color: #68634c;
color: #ffc;
margin: 20px 10px 10px 20px;
padding: 20px;
}



