body {
font-size: 0.7em;
font-family: "Verdana", "Helvetica CE", "Arial CE", "sans-serif";
margin: 0px;
padding: 20px;
text-align: center;
line-height: 1.5em;
}

a, a:visited {
color: #c60;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #c60;
text-decoration: underline;
font-weight: bold;
}

img {
margin: 0px; 
border: 1px solid #000;
}
ul {
list-style-type: disc;
margin: 10px 0 10px 20px; 
padding: 0 0 15px 0;
}
li {
padding: 1px;
margin-left: 10px;
}

h1 {
padding: 0;
margin: 20px 0 15px 0;
color: #000;
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
color: #666;
}
h3 {
margin: 8px 0 2px 0;
font-size: 1.0em;
color: #888;
}

/* class */
.strong {font-size: 1.2em;color: #555;font-weight: bold;}
.vnitrni {padding: 10px;}
.highlight {border-bottom: 2px #c60 solid;}
.hidden {display: none;}

/* zakladni okno (ramecek) */
#main {
width: 700px;
margin-left: auto;
margin-right: auto;
padding: 0;
border: 1px dotted #BDBDBD;
text-align: left;
background-color: #f8f8f8;
}

/* lista s menu */
#menubar {
background-color: #EDEDED;
background-color: #ddd;
color: #888;
text-align: right;
margin: 20px 0 0 0;
border-top: 1px dotted #BDBDBD;
border-bottom: 1px dotted #BDBDBD;
font-size: 11px;
}
#menubar a, #menubar a:visited {
color: #c60;
font-weight: normal;
text-decoration: none;
}
#menubar a:hover {
color: #000;
font-weight: normal;
text-decoration: underline overline;
}

/* levy sloupec - :obrazek */
#logo {float: left;margin: 10px 0 0 5px;text-align: center;}
#logo a, #logo a:visited {color: #000;text-decoration: none;font-weight: normal;}
#logo a:hover {color: #c60;text-decoration: underline overline;}
#logo a.highlight, #logo a:visited.highlight {font-weight: bold;}
#logo a:hover.highlight {text-decoration: underline overline;}

/* hlavni sloupec */
#hlavni {padding: 10px 10px 0 160px;margin:0px;}
#hlavni h1 {margin-top: 10px;margin-bottom: 30px;padding-top: 10px;}
#hlavni h2 {padding-left: 10px;text-decoration: underline;}
#hlavni img {margin: 5px;}
#hlavni .vnitrni {background: yellow;}

a.pix, a.pix:visited {background-color: #fff;}
a.pix:hover {background-color: #c60;}
a.pix img, a.pix:visited img {border: 1px solid #000;}
a.pix:hover img {border: 1px solid #c60;}

/* paticka - copyright */
#copyright {
//clear: both;
color: #888;
text-align: center;
font-size: 0.9em;
padding: 0;
margin: 0;
border-top: 1px dotted #BDBDBD;
}
#copyright .vnitrni {padding: 1px;}
#copyright a, #copyright a:visited {color: #888;text-decoration: none;font-weight: bold;}
#copyright a:hover {color: #333;text-decoration: none;font-weight: bold;}

