.test{
float:left;
 margin-left: 20px;
        margin-right: 10px;
        margin-top: 10px;
}
img
{
border-width: 0px;
}
body{
background-image: url(images/bg1.gif);
}
.center {
text-align: center;
}
.barva {
background-color: #FFDA8C;
}
.left{
text-align: left;
}
.right {
text-align: right;
}
p {
margin-bottom:0.5px;
}


#topnav {
	font-family: "Courier New", Courier, monospace;
	margin: 0 auto;
	font-size: medium;
	font-weight: bold;
	background-color: #FFCC66;
	letter-spacing: 0.4em;
	width: 798px;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B3128;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
        background-color: #D3A25C;
}
#topnav a:active {
	color: #000000;
	text-decoration: none;
}
#topnav a:visited {
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	background-color: #FFFFFF;
}
#topnav a:link {
	color: #000000;
	text-decoration: none;
}
#logo {
	background-image: url(images/header.bmp);
	height: 140px;
	width: 800px;
	font-style: italic;
	border: 1px solid #000000;
	margin: 0 auto;

}
#content {
	width: 798px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#footer {
	width: 798px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: lighter;
	color: #666666;
	text-decoration: underline;
	clear: both;
	word-spacing: 0.6em;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
        background-color: #D3A25C;
	
}
#pagecontent {
	float: left;
	width: 575px;
	text-align: left;
	color: #000000;	     
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
  
       
}
#pagecontent1 {
        background-image: url(images/Znak.png);
	float: left;
	width: 575px;
	text-align: left;
	color: #000000;	
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        background-repeat:no-repeat;
}
#pagecontent2 {
	width: 575px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
}
.contentimage {
	height: 104px;
	width: 104px;
	float: left;
	border: thin solid #000000;
	background-color: #8B3128;
	margin-top: 1px;
	margin-left: 1px;
	text-align: center;
	background-image: url(images/defense.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#pagecontent h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
#leftnav {
	clear: left;
	float: left;
	width: 200px;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
        border-width: 1px;
	border-style: solid;
	border-color: #000000;
        background-color: #D3A25C;
}



#leftnav ul {	
list-style: none;
width: 200px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#leftnav li {
margin-bottom: 4px;
}

#leftnav li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 6px 0 0 10px;
	border-left: 4px solid #000000;
        background-color: #FFDA8C;

	
}	
	
#leftnav li a:hover {
	color: #000000;
	border-left: 4px solid #8B3128;
	background-color: #E0E0E0;

}
#contentimage2 {

	height: 104px;
	width: 104px;
	float: left;
	border: thin solid #000000;
	background-color: #8B3128;
	margin-top: 1px;
	margin-left: 1px;
	text-align: center;
	background-image: url(images/power.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

@media print {
      div#leftnav {display: none;}
      div#topnav {display: none;}
      div#footer {display: none;}
      div#logo{display: none;}
      div.contentimage {display: none;}
      div#pagecontent {position: static;}
      div#logotext{display: none;}
      body
      {color: black;
      background: white;
      font-size: 12pt;}
    } 
