	body { color: RGB(0,0,100); font-weight: bold; font-size: 12pt; padding: 0;}
	A:link IMG { border: none }
	A:link { color: lime }       /* unvisited link */
	A:visited { color: lime }   /* visited links */
	A:active { color: lime }    /* active links */
	A.aref:link IMG { border: none }
	A.aref:link { color: black }       /* unvisited link */
	A.aref:visited { color: black }   /* visited links */
	A.aref:active { color: black }    /* active links */
	A.HOME:link{color: RGB(100,100,50); }
	A.HOME:visited{color: RGB(100,100,50); }
	A.HOME:active{color: RGB(100,100,50); }
	A.TEXT:link{color: black; }
	A.TEXT:visited{color: black; }
	A.TEXT:active{color: black; }

	IMG { border: none; }
	
	h4 { margin-bottom: 5px; margin-top:20px;}
	
	.CLICK { cursor:pointer; }
	
	div {
		padding: 0;
		margin: 0;
		border: 0;
		border-style: none;
	}
	.menu {margin-left: 20; font-size: 10pt; color: RGB(100,100,255);  }
	.HlavMenu { color: RGB(100,100,50); font-size: 18pt; }
	.description { 
		padding: 0;
		margin: 0;
		border: 0;
	    color: RGB(0,0,0); font-size: 14pt; 
	    background: RGB(240,240,240); 
	    height:100% ;
	}
	
	.sign {
	    color: RGB(0,0,0); font-size: 8pt; 
	}
	
	center {
	    background: RGB(240,240,240); 
	 }
	#cornerl {
		background-image: url("img/cornerL.png"); 
	}
	#cornerld {
		background-image: url("img/corner1.png"); 
	}
	#cornerR {
		background-image: url("img/cornerR.png"); 
	}
	#cornerRd {
		background-image: url("img/corner2.png"); 
	}
	.horizontal {
		background-image: url("img/up.png"); 
		background-repeat: repeat-x; 
		height: 30;
	}
	.horizontald {
		background-image: url("img/down.png"); 
		background-repeat: repeat-x; 
		height: 30;
	}
	.up { 
		background: RGB(0, 0, 100);
 		color: RGB(100,100,0); font-size: 14pt; 
 	 }
	.left {
		background-image: url("img/left.png"); 
		background-repeat: repeat-y; 
	}		
	.right {
		background-image: url("img/right.png"); 
		background-repeat: repeat-y; 
		width: 30;
	}
	h1 {
		pandding: 10pt;
		margin:0;
	}
	#hore {background: white;   height:99; width: 100%; }
	.vlavo {padding-left: 5; border-style: none; height:90%; width: 110; float: left; color=blue; }
	.vlavo {
		background-image: url("img/test.png"); 
		background-repeat: repeat-y; 
	}
	#vpravo {
		background: RGB(0,0,100); 
		border-style: none; 
		height:90%; width: 50; 
		float: right;
		color=blue; 
	}
.attention {
	margin: 15px;
	font-size: 12px;
	letter-spacing: 5px;
}