html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 70%;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.5;
    text-align: center;
    color: black;
    background: #999 url("../images/prezentace2/bg-main.png") 50% 0 repeat-y;
}

body[id] {
    text-align: left;
}

h1 {
    font-size: 140%;
    color: #00447C;
}

h2 {
    font-size: 110%;
    color: #00447C;
}

h2 a {
    color: #00447C;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 80%;
}

img {
    border: none;
}

table, td, th, tr {
    font-size: 100%;
}

td { vertical-align: top; }

.illustration-left {
    float: left;
    margin-right: 1.5em;
    border: 5px solid white;
}

.illustration-right {
    float: right;
    margin: 0 0 1.5em 1.5em ;
    border: 5px solid white;
    text-align: right;
}

.illustration-center {
    margin: auto;
    border: 5px solid white;
    text-align: center;
}


.center {text-align: center; margin: auto;}

#logo {
    position: absolute;
    top: 1px; right: 0;
    z-index: 10;
/*     margin: 5px 5px 0 0; */
/*     border: 1px solid; */
}

#containerMain {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    height: 485px;
    text-align: left;
    background: url('../images/prezentace2/bg-top.png') top left no-repeat;
    color: #444;
}

body[id] #containerMain {
    height: auto;
    min-height: 485px;
}

#containerContent {
    position: relative;
    margin-left: 120px;
    padding: 65px 0 0 0;
}

.content {
/*     position: absolute; */
/*     top: 50px; */
/*     left: 120px; */
    width: 641px;
    _width: 671px;

/*    margin: 0 10px 0 120px; */
    margin-top: 10px;
    padding: 0px 15px 20px 15px;
/*     border: 1px solid; */
}


 #menu-top li {
    display: inline;
    list-style-type: none;
    border-left: 1px solid #c89c79; padding: 0 0.3em;
}

#menu-left li a {
    color: #0019a8;
    text-decoration: none;
}

#menu-left li a:hover {
    color: #E62D32;
}

#menu-top, #domMenu_main {
    position: absolute;
    top: 6px; left: 113px;
    width: 677px; height: 50px;
    background: #fff url('../images/prezentace2/bg-menu.png') no-repeat;
    color: #E62D32;
    margin: 0; padding: 0;
    padding-left: 5px;
    font-size: 100%;
    z-index: 1;
}

#menu-top li, #domMenu_main .eat_menuElement {
    line-height: 29px;
    border: none;
    padding-left: 5px;
}

#menu-top li a, #domMenu_main {
    color: #00447C;
    text-decoration: none;
}

#menu-top li a:hover {
    color: black;
    text-decoration: none;
}

.eat_menuElement {
    padding-right: 5px;
}

.eat_subMenuBar {
    margin-top: 0px;
/*     _margin-top: 0px; */
    background: #e4e4e4;
}

.eat_subMenuElement {
/*     border-top: 2px solid white; */
    border-bottom: 1px solid #eee;
    padding: 5px 12px;
}

.eat_subMenuElementHover {
    border-bottom: 1px #D0D0D0 solid;
    background: #00447C;
    color: white;
    padding: 5px 12px;
}

#containerFooter {
    margin-left: 113px;
    padding-top: 0.4em;
    border-top: 5px solid #FFFBE3;
    text-align: center;
    font-size: 90%;
}

#menu-top li ul {
    display: block;
    position: absolute;
    top: 28px; left: 0px; width: 527px;
    color: black;
/*     background: #B5B5B5 url('../images/prezentace2/bg-submenu.png');; */
    line-height: 15px;
/*     height: 15px; */
/*     border-top: 3px solid white; */
    margin: 0;
    padding: 0;
}

#menu-top li ul li {
    height: 15px;
    line-height: 15px;
/*     margin: 0; */
    padding-left: 10px;
}

#menu-top li ul a {color: #333;}
#menu-top li ul a:hover {color: blue;}
#menu-top li ul strong {color: #E62D32;}

#menu-top strong, #menu-top strong a {
    color: black;
}

.cleaner {
    clear: both;
}

label {
    clear: both;
    display: block;
    float: left;
    width: 200px;
    margin-left: 1em;
}

.non-active {
    color: #666;
}

#menu-top .hidden {
    display: none;
}

#containerLanguages {
    position: absolute;
    top: 3px; left: 65px;
}

