body {
background: #fff url('img/bg.png') repeat-y top;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-align:center;
margin-top: 0px;
}

h1 {
text-decoration:underline;
font-size: 18px;
}

h2 {
font-size: 16px;
}

a {
color:#0b297e;
font-weight:bold;
}

a:hover {
color:#2d8909;
text-decoration: underline;
}

a:visited {
color:#0b297e;
}

.kontejner {
width: 600px;
margin: 0 auto;
text-align:left;
}

.hlavicka {
background-image:url(img/hlavicka.png);
width: 600px;
height: 225px;
margin-left: 10px;
}

.hlavicka:first-child {
background-image:url(img/hlavicka.png);
width: 600px;
height: 225px;
margin-left:0px;
}

.menu {
height: 30px;
left: 0px;
width: 600px;
}

.obsah {
width: 600px;
padding-top: 10px;
padding-left: 20px;
}

.zapati {
height: 30px;
border:thin;

border-top-style: dashed;
font-size:10px;
width: 600px;
margin-left: 10px;
}

* .zapati:first-child {
margin-left: 50px;
}

/* MENU - zacátek */
.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
text-align: center;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 2px 10px;
text-decoration: none;
color: white;
background: black;
border: 2px solid #ffffff;
}

.bevelmenu li a:hover{
color: white;
background-color: #272727;
border-style: outset;
}
/* MENU - konec */

.kontakt {
width: 600px;
}

.kontakt strong {
font-size: 14px;
}

