body {
	font-family: arial, verdana;
	font-size: 0.8em;
	color: white;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: black;
	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: #FFFFFF;
	font-family: arial, verdana;
	font-size: 2.0em;
	font-weight: normal;
	text-decoration: none;
}
.text-stredni:hover {
	color: #00FFFF;
	font-family: arial, verdana;
	font-size: 2.0em;
	font-weight: normal;
	text-decoration: underline;
}
.text-odkaz {
	color: #000000;
	font-family: arial, verdana;
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz:hover {
	color: #1B1464;
	font-family: arial, verdana;
	font-size: 3.1em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz-big {
	color: lightgreen;
	font-family: arial, verdana;
	font-size: 3.0em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz-big:hover {
	color: yellow;
	font-family: arial, verdana;
	font-size: 4.0em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz-maly {
	color: white;
	font-family: arial, verdana;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz-maly:hover {
	color: yellow;
	font-family: arial, verdana;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: underline;
}
.textblok a {
	color: lightgreen;
	font-family: arial, verdana;
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: black;
}
.textblok a:hover {
	color: #FFFFFF;
	font-family: arial, verdana;
	font-size: 3.5em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #000011;
}

/* oramovani*/
.ram-global {
	width=90%;
	border-top-width: 8px; 
	border-left-width: 8px; 
	border-right-width: 8px; 
	border-bottom-width: 8px; 
	border-style: solid;
	border-color: red;
	padding: 3px;
	background-color: #000033;	
}

/* bloky*/
.ram-horni {
	width: 99%;
	border-top-width: 2px; 
	border-left-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-style: solid;
	border-color: black;
	background-color: #FFFFEE;	
	padding: 4px;
	margin: 20px;
}

.ram-prostredni {
	width: 96%;
	border-top-width: 8px; 
	border-left-width: 8px; 
	border-right-width: 8px; 
	border-bottom-width: 8px; 
	border-style: solid;
	border-color: red;
	background-color: #FFFFEE;	
	padding: 4px;
	margin: 4px;
}

/* tlacitka - jednopolozkovy button*/
.inline-button-single {
   _width: 90%;
   font: bold 2.2em Arial, Verdana;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space:nowrap;
   text-decoration: underline;
   text-align: center;
   vertical-align:middle;
   background: brown;
   color: white;
}
.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.3em Arial, Verdana;
   background: #00FFFF;
   color: black;
   border: 6px double black;
}

/* tlacitka - vicepolozkovy button*/
.inline-button {
   _width:6em;
   font: bold 21px Arial, Verdana;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 8px double black;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: black;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: #666;
   color: white;
   }
.inline-button:hover em {
   background: black;
   color: white;
   }

.orange { background: orange; color: black }
.orange em { background: white; color: #c60 }

.blue { background: #06c; color: white }
.blue em { background: white; color: #06c }

.green { background: green; color: white }
.green em { background: white; color: green }