body, html { 	color: #003; 
		margin: 0; padding: 0;
		height:100%;
	   _overflow:hidden;
		background-color: black;
		background-image: url("../img/radky.gif");
		font-family: Arial CE, Helvetica CE, Arial, helvetica, sans-serif;
		font-size: small;
		text-align: justify;
		padding: 0;
		margin: 0;}


page {
   _margin:0; padding:0;
   _height:100%;
   _overflow:auto;
    }
   
.blok { position: relative;
		background-color: #CCC;
		margin: 0 auto;
		padding: 0;
		_height:100%;
		overflow:auto;
		border-width: 1px;
		border-style:  solid;
		border-color: yellow;
		min-width: 800px;
		max-width: 1024px;
		_width: 800px;
		
	   	     }
.abcd  { 	color:  yellow; 
		background-color: #336;
		font-family: Tahoma, sans-serif;
		font-size: 200%;
		text-align: justify;
		border-width: 0 0 1px 0;
		border-color: yellow;
		border-style: solid;
		padding: 0 0 0 15px;
		}

.box  { border-width: 5px;
		border-color: #369;
		border-style: solid;
		padding: 5px;
		margin: 0;
}

.title  { font-size: 150%;
			border-width: 0 0 1px 0;
			border-color: #369;
			border-style: solid;}

.obsah  { padding: 5px;
		margin: 0;
			}
img { float: right;
		border-width: 1px;
		border-color: black;
		border-style: solid;
		padding: 5px;
		margin: 5px 5px 5px 7px;	}
		
.odkaz { clear: right;
			border-width: 1px 0 0 0;
			border-color: #369;
			border-style: solid;
}

a, a:active { color: blue;
				text-decoration: underline;}
				
a:hover { color: yellow;
		text-decoration: underline;}

.zpet { position:fixed; 
  _position:absolute;
   top:20px; left: 5px;
    background-color: yellow;
	color: blue;
	 margin: 0;
	 padding: 1px 20px;
	 font-size: 20px;
	    text-align: center;}

.zpet:hover { background-color: blue;
				color: yellow;}

.zpet a, a:active { text-decoration: none;}
.zpet a:hover { text-decoration: none;
				background-color: blue;
				color: yellow;}

.nash { position: relative; bottom: 0; left: 45%;	
		width: 132px;
		height: 30px;
		background-image: url("../img/nashlogo.gif");
		background-repeat: no-repeat;
		margin: 15px;}
