html,body {font-family:"Times New Roman", serif;
	  color:#241881;
	  background-color: black;
	  text-align: center;}
#obal {padding : 0px;
    margin : 0 auto;
    border : none 0px;
    text-align : left;
	width : 760px;
	height: 100%;
	min-height: 100%;
	top: 0px;
    left: 0px;
	background: black;}
body>#obal {height: 100%;

}
#hlavicka {background : #000000 url('gfx/mandala.jpg');
   width: 760px;
   height: 135px;
   top: 0px;
   left: 0px;}
#odkazy {background: black;
         width:730px;
         height: 60px;
         text-align: left;
         margin: 0px;
         position:relative;
         left: 30px;
   }
#obsah {
   background: black;
   width: 760px;
   height: auto;
   top: 0px;
   left: 0px;
   margin: 2px;
   padding: 10px;
   text-align: left;}

#obsah1 {
   background: black;
   width: 760px;
   height: 18px;
   top: 0px;
   left: 0px;
   margin: 2px;
   padding: 10px;
   text-align: left;}
p {color:#7fdf4f;font-size:15px;}
.nadpis {color: #00ff02;text-align: center;font-size: 20px;}
em {color:#82b2e4}
h2 {color: #5128a7;font-size: 21px;}
a {text-decoration: none;color: #82b2e4;}
a :hover {text-decoration: underline;}


a.odkaz  {color: #7fdf4f;}

a.odkaz:hover {color: #82b2e4;}

.iframe {background:black;}

#paticka {
position: absolute;
padding-bottom: 2px;
width: 760px;
overflow:auto;
margin: 2px auto 0 auto;
}
#dno {
position:absolute;
left: 0px;
width:760px;
clear: both;
display: block;
bottom: 0px;
font: normal 10px/1 Arial,san-serif;
}

.textvlevo {text-align:left;};
.textcenter {text-align:center;}

#galery a {display:block;
                 width:154px;
                 height:118px;
            
	       -moz-opacity:0.5;
	       -khtml-opacity: 0.5;
	        opacity: 0.5;
	       filter:alpha(opacity=50);} 
	       
#galery a:hover {display:block;
                 width:154px;
                 height:118px;
                 
            	-moz-opacity:1;
            	-khtml-opacity: 1;
	             opacity: 1;
	         filter:alpha(opacity=100);}    
	             
