body {
    margin: 0;
    background: #003438 url("/images/body_background.png") top left repeat;
    color: #c0c0c0;
}
body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   13px;
}
#page, #content, #bottom, #languages, #top {
    width: 767px;
}
#languages {
    margin: 0 auto;
    text-align: center;
    font-family: Garamond, Times, serif;
    color: #c0c0c0;
    background-color: #003438;
    border: 2px solid black;
}
#languages img {
    margin: 20px 30px;
    border: none;
}
#languages a {
    color: #c0c0c0;
}
#page {
    margin: 0 auto;
    background: url("/images/page_backgroung.png") top left no-repeat;
}
#top {
    height: 160px;
}
#upper {
    height: 60px;
}
#lower {
    height: 100px;
}
#menu {
    float: right;
    margin: 60px 0 5px 0;
}
#menu a {
    display:block;
    float:left;
    margin: 0 16px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #c0c0c0;
}
#menu a:hover {
    color: #ca9639;
}
#menu a.current {
    color: #ca9639;
}
span.left_menu_divider {
    float: left;
    font-weight: bold;
    color: #c0c0c0;
}
#menu_lang {
    float: right;
    margin: 20px 10px 5px 110px;
}
#menu_lang a img {
    border: none;
}

#content {
    width: 765px;
    height: 520px;
    overflow: auto;
}
#content h3 {
    /*clear: both;*/
}
#content_text_full {
    width: 745px;
}
#content_text {
    width: 765px;
    height: 300px;
    overflow: auto;
}
#content_images_box {
    overflow: auto;
    width: 765px;
    height: 205px;
}
#content_images {
    height: 185px;
    background: url("/images/cd_background.png") top left repeat;
}
.image_box {
    width: 163px;
    height: 159px;
    margin: 10px 5px 5px 10px;
    position: relative;
    float: left;
    background: url("/images/pozadi_cd.png") top left no-repeat;
}
.image_box_mp3_list {
    position: absolute;
    top: 90px;
    left: 14px;
    width: 136px;
}
.mp3 {
    margin: 0;
    font-weight: bold;
    color: #ca9639;
}

#content_images img {
    margin: 12px;
}
#content_images a img {
    border: none;
}
#content_bottom {
    clear:both;
}
#content table {
    margin: 10px 20px;
}
#bottom {
    clear: both;
    height: 100px;
    text-align: center;
    font-size: 9px;
}
#bottom_top {
    height: 20px;
}
#bottom p {
    font-size: 9px;
}
#bottom a {
    font-size: 9px;
}
div.space {
    height: 10px;
}
table {
    border-collapse: collapse;
}

h1{
    font-size: 40px;
    font-weight: bold;
    margin: 25px;
}
h2{
    margin: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ca9639;
}
h3{
    margin: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ca9639;
}
h4{
    margin: 10px 20px;
    font-size: 12px;
    font-weight: bold;
}
p {
    margin: 10px 20px;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

a, a:link, a:visited, a:hover, a:active { 
    color: #c0c0c0;
    text-decoration: underline;
}
a:hover { 
    color: #505050;
    text-decoration: none;
}

img.left {
    float: left;
    border: none;
    margin: 0 20px 20px 0;
}
img.right {
    float: right;
    border: none;
    margin: 0 20px 20px 20px;
}
img.clear {
    clear: both;
}
div.article_images {
    margin: 0 0 0 20px;
}
div.article_images a img {
    border: none;
    margin: 1px;
}

.column-in {
    margin: 0;
    padding: 0.5em 1em;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

#notice {
    border: 2px solid red;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #f0f0f0;
    font: bold smaller sans-serif;
}

table.hitparade td, table.hitparade th {
    border: 1px solid white;
    padding: 3px;
}
