/* CSS Document */
body{
	margin: 0;
	text-align: center;
	font-family: Tahoma, Arial, send-serif;
 	font-size: 13px;
	color: white;
	background: url(tvorba/pozadi.png) }
	
	#stranka{
	width: 900px;
	border: 4px outset #CCCCCC;
	margin: 25px auto 25px auto;
	text-align: center;
  background: url(tvorba/pozadi-tabulka.png) }
  
  #horni {
	height: 150px;
	border-bottom: 5px double #A9A9A9;;
	background: url(tvorba/horni.png) no-repeat center top;}
	
#obr{
	float: right;
	margin-top: -185px;
	margin-right: 80px;
	height: 394px;
	width: 175px;
	z-index: 2;
	}
	
	
	#menu1 {
  color: rgb(0,0,0);
  height: 380px;
	width: 175px;
	text-align: center;
	float: left;
	margin-top: 10px;
	border: 1px solid #A9A9A9;
	background-color: black;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 10px;
	background-color: Black;
}

#menu2 {
  height: 380px;
	width: 108px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #A9A9A9;
	background-color: Black;
	padding-top: 10px;
}

#obsah { 
	height: 380px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #A9A9A9;
	margin-top: 10px;
	background-color: Black;
	margin-bottom: 10px;
	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;
}

#dolni {
	height: 35px;
	margin-top: 10px;
	border-top: 3px double #A9A9A9;
	background: url(tvorba/pozadi-tabulka.png);
	background-color: Black;
}


.odkazy         { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12pt; 
               font-family: tahoma; 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: #CCFF00; font-size: 12pt;  margin: 
               1px; padding-left: 5px; padding-right: 5px; padding-top: 6px; border-top: 1px white dotted;
               padding-bottom: 6px; background-position: 0% 50%; list-style-type: lower-roman; }
               
.odkazy li a:hover { background-color: white; color: red; font-size: 12pt; font-weight: bold; 
               border-left: 0px solid #FFF000; border-right-style: none;  padding-left: 5px; padding-right: 5px }
               
.nadpis{
  text-align: center;
  margin: 8px;
  color: white;
	font-size: 19px;
	font-weight: bold;}
	
.H1{
  font-size: 18px;
  text-align: center;
}

.H2{
  font-size: 15px;
  text-align: center;
}

.H3{
  font-size: 13px;
  text-align: left;
}

#text{
  color: #CCFF00;
}

