* {
   margin:0px;
   padding:0px;
   font-size:12px;
   color:#045e02;
   font-family:Arial;
}

body {
   background-image: url(../images/all_bg.jpg);
   background-color: #303030;
   background-position: center;
   background-repeat: repeat-y;
}

#text_holder {
   padding:3px;
   width:728px;
   margin-left:auto;
   margin-right:auto;
}

#header {
   background-image: url(../images/fejlec.jpg);
   background-position: left top;
   background-repeat: no-repeat;
   width:729px;
   height:176px;
}

#stripe {
   background-color: #f2c5c5;
   margin-top:3px;
   margin-bottom:3px;
}

#menu_holder {
   margin-top:3px;
   width:169px;
}

.menu_item {
   padding:5px 0px 3px 10px;
   border:1px solid #f2c5c5;
   background-color: #f4dada;
   margin-bottom:3px;
   width:158px;
   display:block;
}

.menu_item:hover {
   background-image: url(../images/menu_hover_bg.jpg);
   background-position: right top;
   background-repeat: no-repeat;
   background-color: #FBEEE8;
   text-decoration: none;
}

#under_menu {
   border:1px solid #f2c5c5;
   background-color: #f4dada;
}

#real_content {
   border:1px solid #f2c5c5;
   background-color: #f4dada;
   margin-top:3px;
   padding:10px;
   text-align: justify;
}

#big_title {
   font-size: 16px;
   font-weight: bold;
   margin-bottom:10px;
   border-bottom:1px solid #f2c5c5;
}

#kiemeles {
  color: ##006600;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #A7D3D4;
  
}

#kiemeles1 {
  color: #8F0109;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  /*background-color: #A7D3D4; */
  
}
#footer {
   text-align: center;
   padding:10px;
}

a:link, a:visited {
   text-decoration: none;
   color:#045e02;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

ul, li {
   margin-left:30px;
   margin-top:10px;
   margin-bottom:10px;
}



