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: #000015;
	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: #000000;
	font-family: arial, verdana;
	font-size: 1.3em;
	font-weight: normal;
}
.text-odkaz {
	color: brown;
	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;
}
.textblok a {
	color: black;
	font-family: arial, verdana;
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #ffffcc;
}
.textblok a:hover {
	color: red;
	font-family: arial, verdana;
	font-size: 3.0em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #ffffff;
	border: 6px double black;
	line-height: 160%;
}

/* nifty corner*/
.nifty {
	width: 756px;
	margin: 0 1%;background: #ffffbb;
}
b.rtop, b.rbottom{display:block;background: #000015}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #ffffbb}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px
}

/* oramovani*/
.ram-global {
	width: 760px;
	border: 8px double silver;
	padding: 6px;
	background-color: #FF3333;	
}

/* bloky*/
.ram-text-blok {
	width: 720px;
	border: 0px solid black;
	background-color: red;	
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ram-horni {
	width: 720px;
	border: 8px solid red;
	background-color: #ffffff;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 4px;
	margin-right: 4px;
}

.ram-horni-two {
	width: 730px;
	border: 0px solid red;
	background-color: #ffffbb;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 4px;
	margin-right: 4px;
}

/* tlacitka - jednopolozkovy button*/
.inline-button-single {
   _width: 90%;
   font: bold 2.4em Arial, Verdana;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 0px solid red;
   white-space:nowrap;
   text-decoration: underline;
   text-align: center;
   vertical-align:middle;
   background: #FFFFCC;
   color: black;
}
.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.4em Arial, Verdana;
   background: white;
   color: red;
   border: 8px double black;
}
