body 
{
    color: windowtext;
	font-family: "Verdana CE", "Helvetica", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#header 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 87px;
	width: 100%;
	background: #9999FF;
	padding-left: 20px;
	padding-top: 5px;
}

#toplogo {
  float: left;
  margin: 0px 20px 0px 0px;
}

#htitle {
  color: #003399;
  background: inherit;
  font-size: 160%;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}

#leftmenu 
{
	position: absolute;
	top: 87px;
	left: 0px;
	bottom: 0px;
	width: 160px;
	height: expression(document.body.clientHeight - 87);
	background: #003399;
	overflow: auto;
	
}

#obsah 
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background: #CCCCFF;
	text-align: justify;
	font-size: 95%;

}

#obsah p 
{
	padding-left: 18px;
	padding-right: 18px;

}

#obsah td 
{
	font-size: 80%;

}

#aplcontainer p td tr table
{
	padding-left: 8px;
	font-size: 80%;

}
#navcontainer ul 
{
	padding-left: 0;
	margin-left: 0;
	background-color: activecaption;
	color: captiontext;
	float: left;
	width: 100%;
	font-size: 80%;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a 
{
	padding: 0.2em 1em;
	background-color: activecaption;
	color: captiontext;
	text-decoration: none;
	float: left;
	border-right: 2px solid #fff;
}

#navcontainer ul li a:hover 
{
	background-color: #9999FF;
	color: red;
}

#leftcontainer { width: 160px; }

#leftcontainer ul 
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 70%;
}

#leftcontainer a 
{
	display: block;
	padding: 3px;
	background-color: #003399;
	border-bottom: solid white 2px;
	width: 160px;
}

#leftcontainer a:link, #leftlist a:visited 
{
	text-decoration: none;
	color: white;

}

#leftcontainer a:hover 
{
	background-color: #9999FF;
	color: #003399;
}

hr { display:none }

h3 
{
	color: captiontext;
	background-color: activecaption;
	padding-left: 8px;
}

h1 
{
	vertical-align: middle;
}

.apldetail
{
	vertical-align: top;
	font-size: 80%;

}

