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: brown;
}

/* zakladni text*/
.z {
	color: #FFFFFF;
	font-family: arial,verdana;
	font-size: 1.0em;
	font-weight: normal;
}

/* text*/
.text-frame-1 {
	color: brown;
	font-family: arial, verdana;
	font-size: 2.2em;
	font-weight: bold;
	background-color: #ffff00;
	padding: 6px;	
	border: 1px solid black
}
.text-frame-2 {
	color: white;
	font-family: arial, verdana;
	font-size: 2.2em;
	font-weight: bold;
	background-color: darkblue;
	padding: 6px;	
	border: 3px solid black
}
.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: black;
	font-family: arial, verdana;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #ffffff;
}
.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.5em;
	font-weight: bold;
	text-decoration: underline;
}
.textblok a {
	color: yellow;
	font-family: arial, verdana;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: brown;
	line-height: 150%;
	border: 0px solid brown;
}
.textblok a:hover {
	color: #1B1464;
	font-family: arial, verdana;
	font-size: 3.0em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #ffffff;
	line-height: 160%;
	border: 3px solid black;
}


/* oramovani*/
.ram-global {
	width: 720px;
	border: 3px solid black;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffaa;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* bloky*/
.ram-text-blok {
	width: 720px;
	border: 0px solid black;
	background-color: brown;	
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ram-horni {
	width: 720px;
	border: 3px solid darkblue;
	background-color: #ffffff;	
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
}

/* tlacitka - jednopolozkovy button*/
.inline-button-single {
   _width: 720px;
   font: bold 2.3em Arial, Verdana;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 0px solid black;
   white-space:nowrap;
   text-decoration: underline;
   text-align: center;
   vertical-align:middle;
   background: brown;
   color: yellow;
}
.inline-button-single span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button-single:hover {
   font: bold 3.0em Arial, Verdana;
   background: white;
   color: darkblue;
   border: 3px double black;
}
