* {
   margin:0px;
   padding:0px;
   font-family:Arial;
   color:#000000;
}

body {
   background-image: url("../images/all_bg.jpg");
   background-position: top;
   background-repeat: repeat-x;
   background-color: #dbead3;
   font-size:12px;
}

*:focus {outline: none}

ul, li {
   margin-left: 20px;
}

p {
    margin-top:10px;
    margin-bottom:10px;
}

a:link, a:visited {
   color: #000000;
   text-decoration:none;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

div#container {
   margin-left:auto;
   margin-right:auto;
   width:800px;
   background-color:#FFFFFF;
}

div#header {
   background-image: url("../images/header.jpg");
   background-position: left top;
   background-repeat: no-repeat;
   width: 555px;
   height: 99px;
   padding-left: 243px;
   padding-top:5px;
   border-left:1px solid #FFF;
   border-right:1px solid #FFF;
}

div#menu_holder {
   background-color:#709859;
   border:1px solid #FFFFFF;
   color:#FFFFFF;
   font-size: 11px;
}

div#content_holder {
   background-image: url("../images/content_bg_big.jpg");
   background-position: top;
   background-repeat: repeat-x;
   padding-top:7px;
}

div#content_left {
   float:left;
   width:164px;
   padding:10px;
   font-size:12px;
}

div#content_right {
   background-image: url("../images/content_bg.jpg");
   background-position: top;
   background-repeat: repeat-x;
   margin-left:184px;
   padding:10px;
   margin-right:1px;
   width:592px;
   z-index: 1;
   font-size:12px;
}

div#content_right img, div#full_content img {
   margin:5px;
}

div#full_content {
   background-image: url("../images/content_bg.jpg");
   background-position: top;
   background-repeat: repeat-x;
   padding:10px;
   margin-right:1px;
   margin-left:1px;
   font-size:12px;
}

.sortarto {
   height:7px;
   font-size:7px;
   line-height:7px;
}

.clear {
   clear:both;
   height:0px;
   line-height:0px;
   font-size:0px;
}

.fo_cim {
   color: #709859;
   font-size: 23px;
   font-weight:bold;
   margin-top:20px;
   margin-bottom:10px;
}

.nagy_cim {
   color: #FFF;
   font-size: 18px;
   font-weight:bold;
   margin-bottom:10px;
   border-bottom:1px solid #FFF;
}

.deleteBtn:link, .deleteBtn:visited {
   background-color: #F9F9F9;
   padding:4px;
   padding-left:10px;
   padding-right:79px;
   margin:4px;
}

.deleteBtn:hover {
   background-color: #B00000;
   text-decoration:none;
   color:#FFFFFF;
}

.leftmenu_item {
   width:163px;
   border-bottom:1px solid #cbd3da;
   margin-bottom:5px;
}

.leftmenu_item a:link, .leftmenu_item a:visited {
   color: #234d25;
   font-weight:normal;
   text-decoration:none;
}

.leftmenu_item a:hover {
   color: #010101;
   margin-left:5px;
}

div#footer {
   background-color:#709859;
   border:1px solid #FFFFFF;
   border-top:0px;
   color:#FFFFFF;
   margin-top:1px;
   padding:5px;
}

div#footer div {
   color:#FFF;
}

div#footer div a:link, div#footer div a:visited {
   color:#FFF;
   text-decoration:none;
}

div#footer div a:hover {
   color:#FFF;
   text-decoration:underline;
} 