@charset "windows-1250";
html {
	margin: 0;
	padding: 0;
	
	height:100%; 
	width: 100%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height:100%;
	min-height: 100%;
	margin: 30px auto 0;
	padding-bottom: 30px;
	background: transparent url(background.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height:100%;
	font-size: 14px;
		}

#top {
	background: transparent url(background1.jpg) no-repeat top left; 
	margin: 0px; 
}

span#logo {
	width:400px;
	height:109px;
	display:block;
	cursor:pointer;
}


p { 
	margin-top: 0; 
	text-align: justify;
	}



#sidebar {
      background: transparent url(menu.jpg) no-repeat top left; 
	  float: left;
      width: 250px;
      height:725px;
	  margin-top:0px; padding:0;
      
	  }
#main {
	margin-left:300px;
	margin-top: 0;
	padding: 0;
	width:600px;
	height:auto;
	color:#003366;
	background-color: #fff;
	margin-bottom: 30px;
		
	
}
#main table{
    cellspacing: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
		
}
#main td{
	color: #003366;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: CED6E3;		
}
#main th{
	background-color: #FFCC33;
	color:#003366;
	width:150px;
	align:left;
	padding-left: 8px;
}

#imagetab td{
	background-color: #FFFFFF;
}
#imagetab a{
	border:0px;
	border:hidden;
}
a img { border: 0px;} 
#main p {
   margin-top:0px;
   
}
#main td a{
	font-size: 13px;
}
div#obalovy {
	position: absolute;	
	width: 250px; height: 210px; /*velikost menu*/
	background: transparent url('menuback.jpg') 0px -210px no-repeat;
}
li#polozka1 { left: 70px; top: 5px; }
li#polozka2 { left: 70px; top: 60px; }
li#polozka3 { left: 70px; top: 116px; }
li#polozka4 { left: 70px; top: 171px; }


ul#menu li {
	list-style-type: none;
	font-size: 12px;
	position: absolute;
	width: 170px; height: 35px;
}
ul#menu a {
	background: transparent url('menuback.jpg') 70px 35px no-repeat;
	display: block;
	text-decoration: none;
	width: 100%; height: 100%;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
ul#menu a:hover {
	color: #eee;
	background: transparent url('menuback.jpg') 70px 37px no-repeat;
}
li#polozka1 a:hover { background-position: -70px -5px; }
li#polozka2 a:hover { background-position: -70px -59px; }
li#polozka3 a:hover { background-position: -70px -115px; }
li#polozka4 a:hover { background-position: -70px -170px; }


ul#menu span {
	display: block;
	position: absolute; left: 0; top: 50%;
	text-align: center;
	width: 100%;
	cursor: pointer; /* kvuli IE, ktery nad divem zobrazuje textovy kurzor */
}

.nadtab {
	margin-bottom:3px;
}

.nadpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #cc9933;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;
}
#main li {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;
}
#main a {
	color: #003366;
	border-style: none;
	font-weight: bold;
	border:hidden;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../pictures/closelabel.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../pictures/closelabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0px;
}

#lbNextLink:hover {
	background: transparent url(../pictures/closelabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../pictures/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
