/* CSS Document */

body {
font-family: Georgia, 'New York CE', utopia, serif;
font-size:12px;
color : #000080;
background-color: #f3f3eb;
background-image: url('img/stranka_podklad.gif');
background-repeat: repeat-y;
background-position: center;
}
#logo {
width: 820px;
height: 150px;
background-image: url('img/logo.jpg');
background-repeat: no-repeat;
background-position: center;
}
#hlavatext {
position:relative;
top: 30px;
left: -190px;
width: 300px;
height: 100px;
font-size: 160%;
text-align:left;
color: white;
}

#stranka {
width: 820px;
background-color: #e6e6fa;
}
#levacek, #pravacek {
float: left;
text-align: left;
}
#levacek {
width: 174px;
padding: 20px 0px;
text-align: right;
}
#menu {
width: 160px;
padding: 7px;
background-color: #b0c4de;
}
#menu a{
color: #3333cc;
text-decoration: none;
}
#menu a:hover{
color: #000080;
text-decoration: underline;
}
#pravacek {
padding: 20px 0px 20px 10px;
width: 620px;
margin: 0px 0px 0px 10px;
background: url('img/text_podklad.gif') no-repeat right top;
}

h1, h2{
font-size: 200%;
margin: 0px 0px 10px 0px;
}
h1{
font-size: 200%;
}
h2{
color: #606060;
font-size: 160%;
}
#navigace {
clear: both;
height: 30px;
text-align: right;}
#navigace img{
border: 0px;}
#spodek {
clear:both;
width: 820px;
margin: auto;
height: 30px;
padding-top: 12px;
background-color: #f0f8ff;
border-top: 1px solid #000080;
}
#spodek a{
color: #3333cc;
}
#cleaner {
display: none;
height: 20px;
clear:both;
}
