body, html
 {
	margin-top:0px;
	margin-bottom:0px; 
	padding:0px;
	color: red;
	font-family:   verdana, courier new, sans-serif ;
	font-size: 10pt; /* velikost pisma krome mist kde je jiz zadana */
	
	position: relative;
	text-align: center;
 }
h1
 {
 	color: black;
 }
a:link
 {
	color: white;
	text-decoration: underline;
 }
a:visited
 {
	color: white;
	text-decoration: underline;
 }
a:active
 {
	color: white;
	text-decoration: underline;
 }
a:hover
 {
	color: white;
	text-decoration: none;
 }
li
 {
	list-style: none none;
	margin-right: 30px;  
	float: left; 
	z-index: 2;
 }
#main /* ohraniceni textove casti webu */
 {
	width:800px;
	height:1700px; 
	text-align: center;
	position: relative; 
 }
#top /* obrazek sonicave */
 {
	width:800px;
	height:15px;
	left: 0px; 
	top: 0px;
	/* background-image:url(./MENU/BANNER2.gif);*/
	background-position: right bottom;
	background-repeat:no-repeat;
 }
#menubg /* pozadi menu */
 {
	width:800px;
	height:19px;
	color: black;
	text-align: center;
	margin-top: 10px;
	
 }
#vlevo /* zarovnani hesel do leva */
 {
	text-align: left;
	margin-left: 0px;
 }
#text1_1 /* 1. radek hesel */
 {
	background-color:red;	
	padding:2px;
	padding-left:5px;
	text-align: left;
	position: relative;
	top: 50px;
	color: white;
	font-size: 8pt;
 }
#text1_2 /* 2. radek hesel */
 {
	background-color:grey;		
	padding:2px;
	padding-left:5px;
	text-align: left;
	position: relative;
	top: 60px;	
	color: white;
	font-size: 8pt;
 }
#text1_3 /* 3. radek hesel */
 {
	background-color:darkblue;		
	padding:2px;
	padding-left:5px;
	text-align: left;
	position: relative;
	top: 70px;
	color: white;
	font-size: 8pt;
 }
#text2 /* THE BÝČÍ SKÁLA CAVE... */
 {
	background-image:url(./design/black/90.png);	
	width:800px;
	padding:5px;
	text-align: left;
	position: relative;
	top: 100px;
	color: white;
	font-size: 13pt;
 }
#text3 /* hlavni delsi text */
 {
	background-image:url(./design/black/80.png);
	width:800px;
	padding:5px;
	text-align: left;
	position: relative;
	top: 100px;
	color: blue;
	font-size: 8pt
 }

#text4 /* paticka */
 {
	text-align: center;
	position: absolute; 
	bottom:0px;
	left:0px;
	padding:15px;
	font-size: 7x;
 }
 #text5 /* foto - popisky... */
 {
	background-image:url(./design/black/100.png);	
	width:800px;
	padding:0px;
	text-align: right;
	position: relative;
	top: 0px;
	color: white;
	font-size: 8pt;
 }
  #text5_BIG /* foto - popisky... */
 {
	background-image:url(./design/black/100.png);	
	width:800px;
	padding:0px;
	text-align: right;
	position: relative;
	top: 0px;
	color: white;
	font-size: 14pt;
 }
 #text6 /* stredove popisky... */
 {
	background-image:url(./design/black/100.png);	
	width:800px;
	padding:0px;
	text-align: center;
	position: relative;
	top: 0px;
	color: white;
	font-size: 7pt;
 }
 #text7 /* ministerstvo - vetsi v ramecku... */
 {
	background-image:url(./design/black/100.png);	
	width:800px;
	padding:0px;
	text-align: left;
	position: relative;
	top: 0px;
	color: white;
	font-size: 9pt;
 }
 #text8 /* mini red - paticka... */
 {
	background-image:url(./design/black/100.png);	
	width:800px;
	padding:0px;
	text-align: left;
	position: relative;
	top: 0px;
	color: red;
	font-size: 6pt;
 }
 #text9 /* midi red - kontakt... */
 {
	background-image:url(./design/black/100.png);	
	width:800px;
	padding:0px;
	text-align: left;
	position: relative;
	top: 0px;
	color: red;
	font-size: 10pt;
 }
.text_support /* ramecek v support */
 {
	background-image:url(./design/black/40.png);
	width:800px;
	padding:15px;
	margin-top:10px;
	margin-left:0px;
	text-align: left;
	position: relative;
	color: white;
 }
.menu td /* rozestupy v menu */
 {
	height:19px; 
	padding-right: 14px;
	padding-left: 14px;  
 }
.datum /* velikost datumu */
 {
	font-size: 5px;
 }
.progress /* ramecek v progress */
 {
	background-image:url(./design/black/30.png);
	padding:5px;
	margin-top:10px;
 }
.new /* odsunuti textu od obrazku v progress... */
 {
	margin-left:5px;
 }
