/*
 * Styly
 *
 */


body {
 margin: 0px;
 padding: 10px;
 font-family: Verdana, "Arial CE", sans-serif;
 font-size: 10pt;
}

a {
 text-decoration: none;
 color: black;
}

a:hover {
 text-decoration: underline;
}

#stranka {
 background-image: url(../img/toppanel.jpg);
 background-repeat: no-repeat;
 background-position: top center;
}

#menu {
 position: relative;
 top: 98px;
 width: 100%;
 height: 18px;
 margin: 3px;
 text-align: center;
}

#menu a {
 line-height: 20px;
 font-weight: bold;
 padding-left: 10px;
 padding-right: 10px;
}

#vybrany {
 text-decoration: underline;
}

#telo {
 position: relative;
 top: 120px;
 margin: 3px;
 padding: 5px;
}

#info {
 position: relative;
 top: 150px;
 height: 500px;
 margin: 3px;
 padding: 5px;
}

#kontakt table {
 padding-top: 15px;
 padding-bottom: 15px;
 border-bottom: 1px solid #e0e0e0;
 width: 450px;
}

#kontakt th {
 color: #c0c0c0;
 text-align: right;
 vertical-align: top;
 width: 100px;
}