body {
    color: #373737;
    background: url('../images/bg.gif') repeat top center #c0c0c0;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:0.7em;
    text-align:center;
    line-height: 1.5em;
    padding: 0px;
	margin: 0px;
}

a {
	color: #002F8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	margin: 0px;
}

.cleaner {
    line-height:0.1em;
    font-size: 0.1em;
    clear:both;
}

#top {
    height: 101px;
    background: #FFF;
}

#top .cont {
    width: 776px;
    margin: 0px auto;
}

#top h1 {
    margin: 0px;
    background: url('../images/logo.gif') no-repeat 20px 0px;
    padding: 42px 0px 0px 170px;
    height: 50px;
    float: left;
    font-size: 1.7em;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

#top h1 a { color: #A8A8A8; }
#top h1 a:hover { text-decoration: none; }

#top ul#addons {
    margin: 0px;
    padding: 0px 20px 0px 0px;
    list-style: none;
    float: right;
}

#top ul#addons li {
    float: left;
    margin: 80px 6px 0px 6px;
    width: 13px;
    height: 11px;
}

#top ul#addons li a {
    display: block;
    width: 13px;
    height: 11px;
}

#top ul#addons li a span {
    display: none;
}

#top ul#addons li.print { background: url('../images/print.gif') no-repeat 0px 0px; }
#top ul#addons li.question { background: url('../images/question.gif') no-repeat 0px 0px; }
#top ul#addons li.friend { background: url('../images/friend.gif') no-repeat 0px 0px; }

#contBack {
    background: url('../images/top-bg.gif') repeat-x top center;
    text-align: left;
}

#content {
    width: 776px;
    margin: 0px auto;
    background: url('../images/back.gif') repeat-y top center;
}

#content .obsah {
    background: url('../images/content-top.gif') no-repeat top center;
}

#content h2 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    color: #00308F;
}

#content ul#menu {
    margin: 0px;
    padding: 3px 0px 0px 20px;
    _padding: 3px 0px 0px 0px;
    list-style: none;
    float: left;
}

#content ul#menu li {
    float: left;
    margin: 0px 22px;
    padding: 8px 0px 10px 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    background: url('../images/menu-arrow.gif') no-repeat bottom center;
}

#content ul#menu li a { color: #FFF; background: #003192; }

#content ul#menu li.selected {
    background: url('../images/menu-arrow-selected.gif') no-repeat top center;
}

#content ul#menu li.selected a { color: #78A6FF; background: #003192; }

#content ul#lang { 
    margin: 0px;
    padding: 13px 24px 0px 0px;
    float: right;
    list-style: none;
}

#content ul#lang li {
    float: left;
    margin: 0px 3px;
    width: 21px;
    height: 14px;
}

#content ul#lang li a {
    display: block;
    width: 21px;
    height: 14px;
}

#content ul#lang li a span {
    display: none;
}

#content ul#lang li.sk { background: url('../images/sk.gif') no-repeat 0px 0px; }
#content ul#lang li.en { background: url('../images/en.gif') no-repeat 0px 0px; }
#content ul#lang li.de { background: url('../images/de.gif') no-repeat 0px 0px; }
#content ul#lang li.hu { background: url('../images/hu.gif') no-repeat 0px 0px; }

#content #text {
    padding: 20px 35px;
    _padding: 10px 35px;
    text-align: justify;
}

#content #text #flash {
    padding-bottom: 10px;
}

#bottom {
    background: url('../images/bottom.gif') no-repeat top center;
    width: 716px;
    margin: 0px auto;
    padding: 20px 30px 10px 30px;
    color: #FFF;
    line-height: 1.3em;
    text-align: right;
}

#bottom a { color: #FFF; }

#bottom table {
    text-align: left;
    width: 480px;
    float: left;
}

#bottom table tr td {
    vertical-align: top;
}

span.action_form {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    color: #00308F;
}

div.action_form {
    margin: 5px 0px 40px 0px;
    padding: 10px;
    background: #EBF6FF;
    border: 1px solid #A7CEF1;
}

div.action_form form {
    padding: 0px;
    margin: 0px;
}

div.action_form table tr th {
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}

div.action_form table input {
    font-size: 1.0em;
}

div.action_form table input.submit {
    width: 25px;
    height: 25px;
    background: url('../images/send.gif') no-repeat 0px 0px;
    border: 0px;
    margin-right: 20px;
    cursor: pointer;
}

div.action_form table input.reset {
    width: 25px;
    height: 25px;
    background: url('../images/reset.gif') no-repeat 0px 0px;
    border: 0px;
    cursor: pointer;
}
p.action_form_message {
    color: #F00;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.contt {
    padding-bottom: 30px;
}