body { font-size: 80%; 
	margin: 10;
 	padding: 10;
	font-family: Verdana, sans-serif;
	BACKGROUND-COLOR: white;
		}

a {
	text-decoration: none;
	color: steelblue;
	background: inherit;
	background-image: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: black;
	background: transparent;
}
h1  {
	BACKGROUND-COLOR: steelblue;
	color: white;
	FONT-SIZE: 11px;
	align: center;
	border: medium;
	azimuth: inherit;
	background-position: 150px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}



.stlpec {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;}

#titulka {
	BACKGROUND-COLOR: #82AA78;
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	BORDER-RIGHT: black 1px solid; 
	OVERFLOW: hidden;
	FONT-SIZE: 24px;   
	position: absolute;
	top: 65px;
	left: 50px;
	width: 60%;
	height: 4%;
	padding-left: 10px;
	padding-right: 10px;	
}




#main {
	BACKGROUND-COLOR: white;
	border-style: dotted;
	BORDER-TOP: #CCCC99 2px dotted;
	BORDER-LEFT: #CCCC99 2px dotted;
	BORDER-BOTTOM: #CCCC99 2px dotted;
	BORDER-RIGHT: #CCCC99 2px dotted;
	OVERFLOW: hidden;
	FONT-SIZE: 10px;
	position: absolute;
	top: 65px;
	left: 55px;
	width: 60%;
	height: 4%;
	padding-left: 15px;
	padding-right: 10px;
	background: White url(../style/bg3.jpg) no-repeat bottom right;
	Font-color: silver;
}

#credits  {
	BACKGROUND-COLOR: white;
	BORDER-TOP: gray 1px none;
	BORDER-LEFT: gray 1px none;
	BORDER-BOTTOM: gray 1px none;
	BORDER-RIGHT: gray 1px none;
	FONT-SIZE: 10px;
	position: absolute;
	top: 485px;
	left: 50px;
	width: 310px;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.co, acronym, abbr {
border-bottom: 1px dotted gray;
cursor: help;
}