/* CSS Document */
body {
    background-image: url('images/pozadi.png');
    margin:           0px;
    margin-bottom:    15px;
    margin-top:       15px;
}
h1 {
    color:            #3D339D;
    text-align:       center;
    font-size:        17pt;
    text-decoration:  underline;
    font-family:      Verdana;
}
h2 {
    color:            #FF7000;
    text-align:       center;
    font-size:        15pt;
    text-decoration:  underline;
    font-family:      Verdana;
    font-weight:      900;
}
h3 {
    color:            blue;
    text-align:       center;
    font-size:        13pt;
    font-family:      Verdana;
    font-weight:      900;
}
h4 {
    color:            #2176ED;
    text-align:       left;
    font-size:        12pt;
    font-family:      Verdana;
    font-weight:      900;
}
p {
	  color:            #0B0B99;
	  font-weight:      600;
	  text-decoration:  none;
	  font-size:        12pt;
    padding-left:     15px;
    padding-right:    15px;
}
li {
	  color:            #0B0B99;
	  font-weight:      600;
	  text-decoration:  none;
	  font-size:        12pt;
    padding-left:     5px;
    padding-right:    8px;
}
.menu {
    text-decoration:  none;
    font-size:        12pt;
    font-weight:      900;
    color:            #4637AD;
}
.odkaz {
    text-decoration:  none;
    font-size:        12pt;
    font-weight:      900;
    color:            #C27700;
}
.tablemenu{
    border-width:     0;
    border-collapse:  collapse;
    font-size:        14px;
    width:            900px;
    background-image: url('images/pozadivrsek.jpg');
    padding-bottom:   0px;
}
.caramenu {
    background-color: #4637AD;
    border-width:     0;
    border-collapse:  collapse;
}
.submenu {
    font-size:        14px;
    font-weight:      900;
    text-align:       left;
    width:            200px;
    float:            left;
    padding-top:      0px;
    padding-bottom:   0px;
    border-collapse:  collapse;
}
.hlavni {
    margin-left:      250px;
    padding-top:      1px;
    text-align:       left;
}
td {
    text-align:       center;
}
a{
    color:            blue;
    font-size:        12pt;
    text-decoration:  none;
    font-weight:      900;
}
a:hover {
	  color:            red;
	  font-weight:      900;
	  text-decoration:  none;
}
.text_pole  {
    color:            red;
    background-color: #FFFCB9;
    text-align:       center;
    font-weight:      900;
    font-size:        11pt;
} 
.tabulka {
    color:              #694909;
    text-align:         left; 
    font-weight:        900;
    background-color:   #F5DEB3; 
    border-width:       3px;
    border-color:       #A52A2A;
    border-style:       solid;
}
.tabulkasubmenu{
    background-color:   #A5A5E3;
    width:              220px;
}
.tlacitko{
    background-image: url('images/tlacitko.gif');
    border:             3px #FFFFFF outset;
    vertical-align:     middle;
    height:             20px;
}
a.menu2{
    color:            #FFFFFF;
    font-size:        12pt;
    text-decoration:  none;
    font-weight:      900;
}
a.menu2:hover {
	  color:            #E58A49;
	  text-decoration:  none;
}
a.menu3 {
    text-decoration:  none;
    font-size:        10pt;
    font-weight:      500;
    color:            #000060;
}
a.menu3:hover {
	  color:            #876115;
	  text-decoration:  none;
	  font-size:        10pt;
	  background-color: #F7E5C1;
}





