/* CSS styl pro web realitytaborska.cz */
body {
    font-family: Verdana, Tahoma, Helvetica, Sans-serif;
    font-size: 12px;
    color: #000000;
    /* background: url('pic/mnu-bg2.gif') top left repeat-y; */
    background-color: #ffffff;
}

div.main {
    width: 760px;
    margin: 20px auto;
}

div.head {
    width: 760px;
    height: 120px;
    display: block;
    /* border: 1px solid yellow; */
    /* background: url('pic/hlavicka.png') top left no-repeat; */
}

div.menu {
    /* width: 760px; */
    height: 40px;
    /* display: block; */
    /* margin: 10px 0; */
    margin: 10px auto;
    /* border: 1px solid green; */
}

div.menu a.menuitem:link {
    display: block;
    width: 77px;
    height: 40px;
    float: left;
    margin-right: 8px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}

div.menu a.menuitem:visited {
    display: block;
    width: 77px;
    height: 40px;
    float: left;
    margin-right: 8px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}

div.menu a.menuitem:hover {
    background-color: #FF6666;
    color: #000000;
}

div.content {
        border: 1px solid red;
        padding: 10px;
}

div.error {
    border: 1px solid #ff0000;
    background-color: #FFFF99;
    margin: 10px auto;
    padding: 10px;
    font-size: 10px;
}

div.error b {
    color: #CC3333;
}

div.error a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

div.error a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

div.error a:hover {
    color: #CC3333;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #CC0000;
}

img.logo {
    margin: 15px;
    border: 0;
}

img.fr {
    float: right;
}

a.partner:link {
    background-image: none;
}

a.partner:visited {
    background-image: none;
}

td.tar {
    text-align: right;
    width: 110px;
}