@charset "windows-1250";
*{
margin:0;
padding:0;
}

html {
	margin: 0;
	padding: 0;
	}

body {
	font: 90% arial, sans-serif;
	background: #262626 url(background2.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
	background-color: #000000;	
	}
/* LOGO V PRAVEM HORNIM ROHU */
span#logo {
	width:400px;
	height:90px;
	display:block;
	cursor:pointer;
}


/*#page {
   margin:0; padding:0;
   height:100%;
   overflow:auto;
   }*/


/*#footer {
position:fixed; _position:absolute;
left:0;
bottom:0;
}*/
/**BOCNI PANEL **/

#sidebar {
    background: transparent url(menu.jpg) no-repeat top left; 
	  float: left;
    width: 321px;
    height:725px;
	  margin-top:80px; padding:0;     
	  }

/**HLAVNI OBSAH**/
#main {
	margin-left:400px;
	width:520px;
	color:#CCCCCC;
}

#info {
 border:3px solid #cc9933; 
 margin:10px; 
 padding:7px 15px 15px 15px;

}
  /** Upravy TAGU hlavniho obsahu**/
  #main h1 {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	font-style: italic;
  	font-weight: bold;
  	color: #cc9933;
    margin-top: 10px;
  }
  
  #main h2 {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	color: #cc9933;
    margin-top: 10px;
  }
  #main ul {
  	list-style-type: circle;
  	list-style-image: url(dot.gif);
    margin-top: 10px;
    margin-left: 40px;
    
  }
  #main li {
    margin-top: 2px;
  
  }
  #main a {
  	border-style: none;
  }

  #foto-bar{
    margin-bottom:20px;
  }
  #main p { 
  	margin-top: 10px; 
  	text-align: justify;
  }
  #footer{
  text-align: center;
  font-size: 10px;
  padding-top: 20px;
  }
  
  .news {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	font-weight: bold;
  	color: #FF9900;
  }
  #main ul {
   color:#CCCCCC;
 }

div.obsah p+ul {
	margin-top: 5px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #A4D338;
	border: 0;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A4D338;
	}
a:hover, a:active { 
	color: #CCCCCC;
	}








div#obalovy {
	position: absolute;	
	width: 321px; height: 214px;
	background: transparent url('menu1.gif') 0px 0px no-repeat;
}
li#polozka0 { left: 60px; top: 0px; }
li#polozka1 { left: 60px; top: 23px; }
li#polozka2 { left: 60px; top: 48px; }
li#polozka3 { left: 60px; top: 70px; }
li#polozka4 { left: 60px; top: 95px; }
li#polozka5 { left: 60px; top: 118px; }
li#polozka6 { left: 60px; top: 142px; }
li#polozka7 { left: 60px; top: 165px; }
li#polozka8 { left: 60px; top: 190px; }

ul#menu a:hover, a:active { 
	color: #A4D338;
	}

ul#menu li {
	
  list-style-type: none;
	font-size: 17px;
	position: absolute;
	width: 250px; height: 20px;
} 
ul#menu a {
	text-decoration: none;
  font-variant: small-caps; 
	color: #A4D338;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
ul#menu a:hover {
	color: #eee;

}


ul#menu span {
	display: block;
	position: absolute; left: 0; top: 50%;
	text-align: center;
	cursor: pointer; /* kvuli IE, ktery nad divem zobrazuje textovy kurzor */
}


