

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#mask {
    width: 500%;
    overflow: hidden;
}

.item {
    width: 20%;
    float: left;
    overflow: hidden;
}

.content {
}

.selected {
    background: #fff;
}

.clear {
    clear: both;
}

/*** vendegkonyv *****************************************/
.beszedek h2 {
    float: none;
}

.beszedek h4 {
    float: none;
    padding: 0px;
}

.beszedek .site_content_item {
    margin-bottom: 5px;
}

.beszedek .site_content_item_title {
    margin-bottom: 0px;
}

/*** vendegkonyv *****************************************/
.uzenetkuldes {
    margin-top: 15px;
}

.form {
    display: block;
    background-color: white;
    border: 1px dotted #c7c7c7;
    width: 588px;
}

.form div {
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.form a {
    font-weight: normal;
}

.form h3 {
    display: block;
    margin: 10px;
    margin-top: 5px;
    text-align: right;
    padding: 5px;
}

.form label {
    display: block;
    text-align: left;
    margin: 3px;
    width: 95px;
}

.form label.error {
    color: black;
    font-weight: bold;
    width: auto;
}

.form span {
    overflow: hidden;
}

.form input[type =
"text"], .form textarea {
    display: block;
    overflow: hidden;
    width: 540px;
    margin: 2px;
}

.form input[type =
"checkbox"] {
    margin: 2px;
}

.form input[type =
"submit"] {
    display: block;
    width: 150px;
    margin-bottom: 15px;
}

.form_message {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c8332b;
    display: block;
    overflow: hidden;
}

.vendegkonyv_uzenet {
}

.vendegkonyv_valasz {
}

/*** fotok *****************************************/
.fotok_list {
    overflow: hidden;
    margin-bottom: 20px;
}

.fotok_list_thumb {
    float: left;
    background-color: white;
    border: 1px dotted #c7c7c7;
    text-align: center;
    padding: 8px;
    margin: 4px;
    font-size: 11px;
    width: 170px;
}

.fotok_list_thumb a img {
    margin: 4px;
    padding: 2px;
}

.fotok_list_thumb a {
    padding: 2px;
    margin: 0px;
    display: block;
    overflow: hidden;
}

/*** videok *****************************************/
.video_list {
    overflow: hidden;
    margin-bottom: 20px;
}

.video_list_thumb {
    float: left;
    background-color: white;
    border: 1px dotted #c7c7c7;
    text-align: center;
    padding: 8px;
    margin: 4px;
    font-size: 11px;
    width: 170px;
}

.video_list_thumb a {
    display: block;
    height: 190px;
    overflow: hidden;
}

.video_list_thumb span {
    display: block;
    font-size: 10px;
    margin-bottom: 6px;
}

.video_list_thumb img {
    height: 105px;
}

#video_container {
    margin: 10px auto;
}

/*** 10dolog *****************************************/
#tizdolog {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#tizdolog div.left_boxes {
    width: 122px;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 0px solid #c8332b;
}

#tizdolog div.left_boxes img {
    height: 200px;
    padding: 0px;
    margin: 0px;
    z-index: 10;
    position: absolute;
    border: none;
}

#tizdolog div.left_boxes a {
    font-weight: bold;
}

#tizdolog div.left_boxes span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: white;
    color: black;
    bottom: 0px;
    margin-bottom: -40px;
    padding: 2px;
    padding-left: 4px;
    position: absolute;
    z-index: 10;
}

.textbox {
    width: 160px;
    float: right;
    overflow: hidden;
    background-color: #fefefe;
    margin: 15px;
    padding: 10px;
    border: 1px dotted #777777;
}

/*** keresés *****************************************/
.content_kereses ul {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px;
}

.content_kereses ul li {
    display: block;
    list-style: none;
    background-image: url(/style/list_style.jpg);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.content_kereses ul li a {
    font-weight: normal;
    color: #484848;
}

.content_kereses ul li a:hover {
    color: #c8332b;
}

.banner_ujpestert {
    margin: 30px;
}

.banner_ujpestert .banner object {
    z-index: 1;
}

#site_popup {
    position: absolute;
    display: none;
    top: -5000px;
    left: -5000px;
    margin: 0px;
    padding: 0px;
    z-index: 1000;
    cursor: pointer;
    border: 1px solid purple;
}

#site_popup img {
    border: none;
    margin: 0px;
    padding: 0px;
}

#site_overlay {
    position: absolute;
    display: none;
    top: -5000px;
    left: -5000px;
    margin: 0px;
    padding: 0px;
    z-index: 990;
}

/* shares ----------------------------------------------------------- */
.share {
    color: black;
    font-weight: normal;
    margin: 5px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}

.share:hover {
    background-position: left bottom;
}

.facebook {
    background-image: url(share_icons/facebook.gif);
}

.iwiw {
    background-image: url(share_icons/iwiw.gif);
}

.myspace {
    background-image: url(share_icons/myspace.gif);
}

.tumblr {
    background-image: url(share_icons/tumblr.gif);
}

.twitter {
    background-image: url(share_icons/twitter.gif);
}


