#menu a {
text-decoration: none
}
#menu a:link {
color: navy
}
#menu a:visited {
color: navy
}
#menu a:hover {
color: red;
text-decoration: underline
}
#menu h2 {
margin: 0px;
font-family: Arial;
}
#prvni {
list-style-type: disc;
margin: 0px;
padding: 5 0 5 20;
font-family: Times New Roman;
}
#druha {
list-style-type: circle;
}
#telo {
margin-left: 190px;
margin-top: 10px
}
#hlavicka {
width: 800px;
height: 60px;
background: URL("head.png") no-repeat;
}
#menu {
width: 180px;
height: 200px;
float: left;
}
#menu_top {
background: URL("menu_top.png") no-repeat;
width: 180px;
height: 6px;
}
#menu_cen {
background: URL("menu_cen.png") repeat-y;
width: 180px;
padding-left: 10px;
}
#menu_bot {
background: URL("menu_bot.png") no-repeat;
width: 180px;
height: 6px;
}