a:link { 
color : blue; 
text-decoration : none; 
} 

a:active { 
color : red; 
} 

a:visited { 
color : navy; 
text-decoration : none; 
font-size : 12px; 
} 

#content {
width:1000px; 
margin:0.1ex auto; 
text-align:justify; 
max-width:1000px; 
background: scroll ; 
background-image: url("\img\pozadi.jpg");  
font-family: Verdana;  
line-height: 150%;
}

#sidebar {
float:left; 
width:5%; 
margin:0; 
padding:10px 0px 0px 10px;
}

#sidebar-content { 
margin : 0; 
padding : 0.5ex 0.5ex; 
font-size : 95%; 
} 

#main { 
margin : 0 0 0 20%; 
padding : 10px 25px 25px 30px; 
} 

#main-content { 
background-color : white; 
margin : 0; 
padding : 0.5ex 1ex; 
font-size : 75%; 
line-height : 150%; 
} 

hr.cleaner { 
clear : both; 
height : 1px; 
margin : -1px 0 0 0; 
padding : 0; 
border : none; 
visibility : hidden; 
} 

.dal { 
font-family : Verdana; 
color : blue; 
font-size : 10px; 
} 

.dale { 
font-family : Verdana;  
font-weight : bold; 
color : orange; 
font-size : 10px; 
} 

.popis { 
font-family : Verdana; 
color : black; 
font-size : 12px; 
} 

.zdroj  { 
font-family : Verdana; 
color : black; 
font-size : 10px; 
} 

.copy { 
font-family : Verdana; 
color : navy; 
font-size : 10px; 
} 

.sipka { 
color : red; 
} 

.malasipka { 
color : orange; 
} 

h3 { 
color : black; 
font-weight : bold; 
text-align : center; 
} 

h4 { 
color : navy; 
font-weight : bold; 
text-align : left; 
text-align : center; 
} 

h5 { 
color : navy; 
font-weight : bold; 
text-align : left; 
text-align : center; 
} 


.cas { 
font-family : Verdana; 
color : navy; 
font-size : 12px; 
text-align : right; 
} 

.gal { 
font-family : Verdana; 
color : red; 
text-align : left; 
}

.akt { 
font-family : Verdana; 
color : red; 
font-weight : bold; 
text-align : left; 
} 

.dat { 
font-family : Verdana; 
color : red; 
text-align : left; 
} 

.zaj { 
font-family : Verdana; 
color : red; 
font-weight : bold; 
text-align : left; 
} 

#menu { 
margin-left : 10px; 
} 


#li {
text-align: right;
font-family: Verdana, Arial CE, Times New Roman; 
line-height: 150%;
font-size: 95%;
}

#ul {
text-align: right;
font-family: Verdana, Arial CE, Times New Roman; 
line-height: 150%;
font-size: 95%;
}

#header {
width:1000px;
margin:-0.2ex auto; 
text-align:justify; 
max-width:1000px; 
background: scroll ; 
background-image: url("\img\pozadi.jpg");
}


/*jQuery*/
#slideshow {
	margin: 0px 0px 0px 30px;
	width:690px;
	height:480px;
	background:transparent;
	position:relative;
	}

#slideshow #slidesContainer {
  margin:0 auto;
  width:670px;
  height:480px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  }
  
#slideshow #slidesContainer .slide {
  margin: 0 auto;
  width:690px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:480px;
  border:0px solid #ccc;
}
 
.control {
  display:block;
  width:39px;
  height:470px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:90px;
  left: -18px;
  background:transparent url(\img\prev.jpg) no-repeat 0 0;
}
#rightControl {
  top:90px;
  right:-25px;
  background:transparent url(\img\next.jpg) no-repeat 0 0;
}

#pageContainer {
  margin:20px auto;
  width:690px;
}
#pageContainer h1 {
  display:block;
  width:690px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font-size: small;
  font-family: Verdana;
  color: black;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin: 0 15px;
  }