body{
	margin: 0;
 	text-align: center;
  font-family: book Antiqua;
	font-size: 12px;
	color: white;
	background-image: url(pozadi01.gif);
	}

	
#page{
	width: 900px;
	border: 5px outset #CCCCCC;
	margin: 25px auto 25px auto;
	text-align: center;
  background-image: url(pozadi2.png);
	background-color: Black;
}

#top {
	height: 150px;
	border-bottom: 3px double #A9A9A9;
	background-image: url(hlavni.png);
	}
	
	#bottom {
	height: 35px;
  border-top: 3px double #A9A9A9;
	font-weight: bolder;


}

	#vlevo {
  float: left;	
  text-align: left;	
  font-family: Tahoma;
  margin-left: 15px;
  margin-top: 3px;
  margin-bottom: 3px;

}
	#vpravo {
  float: right;
  text-align: right;	
  font-family: Tahoma;
	margin-right: 15px;
	margin-top: 3px;
  margin-bottom: 3px;
}

#pocitadlo {
  float: left;
  margin-left: 170px;
    margin-top: 8px;
  margin-bottom: 8px;
}	

#menu {
	height: 480px;
	width: 180px;
	text-align: center;
	float: left;
	margin-top: 15px;
	border: 1px solid #A9A9A9;
	background-color: black;
	margin-left: 15px;
	margin-right: 15px;
}


#obsah {
	height: 480px;
	text-align: justify;
	border: 1px solid #A9A9A9;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: rgb(0,0,0);
	scrollbar-face-color: rgb(0,0,0);
	scrollbar-highlight-color: rgb(117,117,117);
	scoscrollbar-3dlight-color: rgb(196,196,196);
	scrollbar-track-color: rgb(115,115,115);
	scrollbar-arrow-color: rgb(255,255,255);
	overflow-y: auto;
}

#text {
	font-size: 15px;
	text-align: justify;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 3px;

}

#obr{
	float: left;
	margin-top: 40px;
	margin-left: -335px;
	height: 394px;
	width: 175px;
	z-index: 2;
	}
	
#obr2{
	float: right;
	margin-top: -375px;
	margin-right: -180px;
	height: 272px;
	width: 259px;
  z-index: 2;
	}

.H1, .H2, .H3{
  margin: 0px;
  text-align: center;
   font-family: Book antiqua;
}

.H1{
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}

.H2{
  font-size: 19px;
 
}
.H3{
  font-size: 15px;
  text-align: left;
}

.nadpis{
  text-align: center;
  margin: 8px;
  color: white;
	font-size: 19px;
	font-weight: bold;
  
}


.odkazy         { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12pt; 
               font-family: courier new; margin: 1px; padding: 1px; }
               
.odkazy li      { display: inline; list-style-type: none; font-size: 12pt; color: rgb(0,0,0); 
               font-weight: bold }
               
.odkazy li a    { display: block;  text-decoration: none; color: white; font-size: 12pt;  margin: 
               1px; padding-left: 5px; padding-right: 5px; padding-top: 4px; border-top: 1px rgb(255,255,255) solid;
               padding-bottom: 4px; background-position: 0% 50% }
               
.odkazy li a:hover { background-color: white; color: black; font-size: 12pt; font-weight: bold; 
               border-left: 0px solid #FFF000; border-right-style: none;  padding-left: 5px; padding-right: 5px }

