a {
color : #0000CC;
text-decoration : none;
}

body {
font-size : 14px; 
font-family : Verdana, Arial; 
color : #000066;
margin: 0px;
background : #FFFFFF;

} 

#maindiv {
background : #FFFFFF url('../img/mainbg.jpg') repeat-x fixed top center;
}

#hlavicka {
font-size : 32px; 
font-weight : bold; 
letter-spacing: 5px;
word-spacing: 10px;
color : #FFFFFF;
width : 100%; 
height : 80px;
text-align: left;
background : #E0F0FF url('../img/titlebg.png') repeat-x fixed top center;
cursor : pointer;
position: relative;
z-index: 2;
}

#titlebg {
  top: 40px;
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: -1;
}

#dropmenudiv{
position:absolute;
border:1px solid #0000FF;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background: #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0000FF;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C0E0FF;
}

#menu {
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
background: #000099 url('../img/btnbg.bmp') 0% 85%;
white-space: nowrap;
overflow: hidden;
width: 100%;
}

#menu a {
color : #FFFFFF;
width : 118px;
font-variant: small-caps;
text-align: center;
vertical-align: middle;
display: block;
float: left;
}

#menu a:hover {
font-weight : bold; 
}

.col2 {
/*width: 100%;*/
text-align: justify;
overflow: hidden;
padding : 10px;
margin : 0px;
font-size : 14px;
} 

.lmenu {
margin-left: 0px;
margin-right: 10px;
padding-left : 5px;
padding-right : 5px;
font-size : 12px;
text-align: left;
background: #E0F0FF url('../img/blockbg.png') top center;
border : #0000FF 1px solid;
float: left;
width: 170px;
height: 20px;
overflow: hidden;
}

.lmenu .title {
font-weight : bold;
/*background: #000099 url('../img/btnbg.bmp');*/
color : white;
margin : 0px 0px 10px 0px; 
}

.lmenu a{
padding-left : 3px;
padding-top : 1px;
height : 17px;
vertical-align : top;
}

.lmenu a:hover{
background-color : #C0E0FF;
}

.lmenu ul {
margin-top : 2px;
margin-bottom : 0px;
margin-left : 15px;
list-style-image: url('../img/ico_airplane.gif');
list-style-type: disc;
}
.lmenu .selected {
font-weight : bold; 
}
#paticka {
width : 100%; 
height : 130px;
text-align: right;
font-size : 10px;
clear : both;
color : #0000CC;
border-top : #0000FF 2px solid;
}
hr {
width : 100%;
height: 2px;
border : #0000FF 1px solid;
}
h1, h2 {
margin : 0px;
padding : 0px;
padding-left : 300px;
font-variant : small-caps;
font-weight : bold; 
font-size : 32px;
color : #FFFFFF;
} 
h2 {
font-size : 22px; 
}
#logindiv {
border : #0000FF 2px solid;
background : #E0F0FF no-repeat fixed center 75%;
font-size: 12px;
text-align: center;
margin: auto;
margin-top: 100px;
margin-bottom: 20px;
padding: 30px;
width: 60%;
}
.tableznamky {
border: #0000FF 2px solid;
font-size : x-small;
margin: auto;
border-collapse: collapse;
}
.tableznamky th{
text-align: left;
border: #0000FF 1px solid;
background-color: #E0F0FF;
padding-left: 8px;
padding-right: 8px;
}
.tableznamky td{
text-align: center;
border: #0000FF 1px solid;
padding-left: 8px;
padding-right: 8px;
}
