/* CSS Document */
body{
font-family: Times New Roman, serif;
text-align:center;
}

div.hlavni {
width: 999px;
text-align: left;
margin:auto;
}

div.nahore {
border:2px solid rgb(0,0,153);
background:rgb(0,153,255);
}

div.menu {
border:2px solid rgb(0,0,153);
float:left;
width:300px;
margin: 1px 1px 1px 0px;
background:rgb(0,153,255);
height:730px;
}

div.obsah {
border:2px solid rgb(0,0,153);
margin:1px 0px 1px 0px;
background:rgb(0,153,255);
width:690px;
float:left;
text-align:center;
min-height:730px;
}

div.dole {
clear:both;
border:2px solid rgb(0,0,153);
background:rgb(0,153,255);
text-align:right;
}

a{
color:rgb(0,0,0);
font-size:15px;}

a:hover{
color:rgb(0,0,0);
font-size:15px;
font-weight:600;}

a.akt{
color:rgb(255,51,102);
font-size:15px;
font-weight:600;}

li.vrstva{
color:rgb(255,0,0);
font-size:18px;}

h1{
color:rgb(0,0,0);
font-size:30px;
text-align:center;}

h2{
color:;
font-size:20px;
text-align:center;}

span.red{
color:red;}

span.mod{
color:blue;}

span.gre{
color:rgb(0,204,0);}

span.fia{
color:rgb(153,0,255);}

span.azu{
color:rgb(0,255,255);}

span.sub{
Vertical-align: sub;
font-size:50%;}

span.sup{
Vertical-align: super;
font-size:50%;}

span.tuc{
font-weight:600;}

table{
border:1px solid black;
margin:auto;
text-align:center;
}

tr{
border:1px solid black;
}

td{
border:1px solid black;
width:40px;
height:40px;}


