/* general */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
color: #626262;
text-align: center;
background: white;
}

a, a:link {
color: #CC3333;
text-decoration: underline;
}

a:visited {
color: #CC3333;
}

a:hover, a:active, a:focus {
color: black;
}

/* logo */
h1 {
color: #5495d5;
font-size: 190%;
text-transform: uppercase;
}

h2 {
font-size: 100%;
color: #CC3333;
}

p {
margin: 20px 0;
line-height: 160%;
}

.red {
color: #CC3333;
font-weight: bold;
}

.cistic {
_height: 1px;
_width: 1px;
_font-size: 1px;
_line-height: 1px;
_margin: -1px -1px 0 0;
clear: both;
}

.strong {
font-weight: bold;
}

table {
margin: 10px auto 5px;
border: 1px solid silver;
text-align: left;
}

table td {
padding: 10px;
color: #CC3333;
}

table td.nadpis {
background: silver;
color: white;
font-size: 90%;
=font-size: 85%;
font-weight: bold;
}

table td.nazev {
width: 200px;
border-right: 1px solid silver;
color: #626262;
font-weight: bold;
}

.small {
font-size: 90%;
=font-size: 85%;
}

/***************** layout *************/


#top {
height: 100px;
text-align: center;
background: black;
}

#main {
background: white url("../grafika/pruh.jpg") repeat-x;
}

#obsah {
width: 770px;
margin: 0 auto;
text-align: center;
}

#lista {
width: 770px;
height: 30px;
line-height: 30px;
color: black;
font-weight: bold;
float: left;
margin: 7px 0 30px;
}

.oddelovac {
padding: 0 7px;
color: #CC3333;
}

.left {
text-align: left;
}