* {
    padding: 0px;
    margin: auto;
}

body {
    background-color: #4682B4;
#    background-image: url(../images/bodybackground.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Tahoma, Geneva, sans-serif;

}

div#box {
    width: 80%; 
    margin: auto;
	margin-top: 12px;
    background-color: #5594C8;	
}


div#boxright {

	background-image: url(../images/ornamentR.png);
    background-color: #FFFACD;
	margin: auto;
	margin-top: 358px;

}

div#header {
    height: 39px;

}
div#menu {
    float: left;
    width: 200px;
}
div#content {
    background-color: #5594C8;
#    border: solid 1px black;
    float: none;
    width: 850;
    padding: 0px;
    color: #FFFFFF;
}
div#contentright {
    background-color: #FFFACD;
#    border: solid 1px black;
    float: right;
    width: 350px;
    padding: 10px;
    color: #FFFFFF;
}
div#footer {
    clear: both;
    height: 16px;
#    background-image: url(../images/botstrip.jpg);
}

.menutop_active {
 background-color: #4682b4;
 }
 
div#header ul li{
    display: inline;
    font-size: 18px;
    height: 24px;
    list-style-type: none;
    padding-top: 0px;
    text-align: center;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}
div#header ul li a{
    color: #191970;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
div#header ul li a:hover{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

div#header ul {
 float: right;
 }
 
div#menu ul li{
    font-size: 18px;
    color: white;
    height: 41px;
    list-style-type: none;
    padding: 0px;
    text-align: left;
    line-height: 15px;
    padding-top: 6px;
    padding-left: 16px;
}
div#menu ul li:hover{
    color: white;
    cursor: pointer;
}
div#menu ul li a
{       
    color: inherit;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

h1 {
    background-color: #5594C8;;
    color: #5594C8;;
    text-align: right;
#    border-bottom: dotted 1px #34742a;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 8px;
    padding-top: 5px;
}


p.textnazev {
    text-align: justify;
	font-weight: bold;
    font-size: 32px;
    padding-top: 0px;
    padding-left: 45px;
    padding-right: 10px;
    color: #191970;
}


p.texttoptucny {
    text-align: justify;
#	font-weight: bold;
    font-size: 16px;
    padding-top: 33px;
    padding-left: 0px;
    padding-right: 10px;
    color: #191970;
}

div#content h2
{
    border-style: none;
    border-bottom: 1px solid #b31521;
    color: #b31521;
    font-size: 14px;
    text-align: left;
    clear: both;
    padding-top: 15px;
    padding-bottom: 6px;
    font-family: Tahoma, Geneva, sans-serif;
}
div#aktip_text
{
    padding-top: 15px;
    padding-left: 30px;
    font-family: Tahoma, Geneva, sans-serif; 
    font-size: 13px;  
    width: 420px; 
    text-align: justify;
    padding-bottom: 20px;
}
div#aktip_text p
{
    margin-bottom: 15px;
}
div#aktip_seznam
{
    padding-top: 25px;
    padding-left: 25px; 
    padding-bottom: 10px;   
}
div#aktip_seznam ul li
{
    padding-bottom: 3px;
}
div#aktip_text a
{
    text-decoration: none;
    font-weight: bold;    
    color: black;
}
div#aktip
{
    margin-top: -110px;
    margin-left: 440px;
}