body {
	font-family: arial, verdana;
	font-size: 0.8em;
	color: lightblue;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: darkblue;
	a:link {
		color: yellow;
		}
	a:visited {
		color: white;
		}
	a:hover {
		color: lightgreen;
		}
	a:active {
		color: silver;
		}
}

/* zakladni text*/
.z {
	color: #FFFFFF;
	font-family: arial,verdana;
	font-size: 1.0em;
	font-weight: normal;
}

/* text*/
.text-nadpis {
	color: #000000;
	font-family: arial, verdana;
	font-size: 2.5em;
	font-weight: bold;
}
.text-velky {
	color: #000000;
	font-family: arial, verdana;
	font-size: 2.0em;
	font-weight: normal;
}
.text-stredni {
	color: white;
	font-family: arial, verdana;
	font-size: 1.0em;
	font-weight: normal;
}
.text-odkaz {
	color: #000000;
	font-family: arial, verdana;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz:hover {
	color: #1B1464;
	font-family: arial, verdana;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
}
.textblok a {
	width: 758px;
	color: black;
	font-family: arial, verdana;
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: lightblue;
	border: 3px solid red; 
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.textblok a:hover {
	width: 758px;
	color: #1B1464;
	font-family: arial, verdana;
	font-size: 2.8em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #FFFFCC;
	border: 5px solid red; 
}

/* oramovani*/
.ram-global {
	width: 758px;
	border: 2px double white;
	padding: 2px;
	background-color: lightgreen;
	margin: 0px;
}

/* bloky*/
.ram-horni {
	width: 93%;
	border-top-width: 8px; 
	border-left-width: 8px; 
	border-right-width: 8px; 
	border-bottom-width: 8px; 
	border-style: solid;
	border-color: darkblue;
	background-color: #FFFFAA;	
	padding: 4px;
	margin: 8px;
}

.ram-prostredni {
	width: 758px;
	border: 2px solid white;
	background-color: black;	
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ram-odkaz {
	width: 100%;
	border: 3px solid darkblue;
	background-color: #ffffff;	
	padding: 2px;
	margin: 1px;
}
.ram-vnitrni-levy {
	width: 222px;
	margin: 2px;
	background-color: lightgreen;
	padding: 4px;
	border: 0px solid black;
	color: black;
}
.ram-vnitrni-pravy {
	width: 518px;
	margin: 2px;
	background-color: #fffddd;
	padding: 4px;
	border: 1px solid black;
	color: black;
}