body {
margin:0;
padding:0;
background-color: #fff;
background-position:top center;
background-image: url('../images/bg.jpg');
background-repeat: repeat-x;
font-family: Arial, Times, serif;
font-size:12px;
line-height:1.7em;
text-align:center;
color:#fff;
}
h1 {
line-height:30px;
font-family: Georgia,  crisp;
font-size:15px;
color: #333333;
margin-bottom:5px;
padding-left:0px;
}
h2 {
line-height:30px;
font-family:Arial, serif;
font-size:12px;
color: #999999;
text-align:left;
right:0px;
left:0px;
}
#foto {
width:30%;
height:30%;
}

#top_full {
width:981px;
margin:0 auto;
border-left:0px solid #33bae6;
border-right:0px solid #33bae6;
}
#systemy {
overflow:auto;
height:510px;
}
#header {
background-image: url('../images/header.jpg');
background-repeat:no-repeat;
width:981px;
height:106px;
margin:0 auto;
}
#table1{
width:350px;
text-align:left;
font-size:12px;
float:left;
vertical-align:top;
font-weight:normal;
}
#table2{
width:300px;
text-align:left;
float:right;
font-size:12px;
vertical-align:top;
font-weight:normal;
}
#profily{
width:30%;
height:30%;
}
#materialy{
width:8%;
height:8%;
}
#galeria{
width:22%;
height:22%;
padding: 5px 5px 5px 5px;
}

/* Peta.......................................................... */

#footer {
width:960px;
height:115px;
font-size:12px;
margin-left:auto;
margin-right:auto;
color: #fff;
text-align:left;
}
#footer .text {
float:left;
padding-left:0px;
padding-top:15px;
}
#footer .menu {
float:right;
padding-right:20px;
padding-top:15px;
color: #fff;
}
#footer .menu a{
color: #fff;
text-decoration:none;
padding-left:10px;
}
#footer a{
color:#fff;
font-weight:normal;
text-decoration:none;
}
#footer a:hover{
color: #000;
font-weight:normal;
text-decoration:none;
}

/* Obsahova cast.......................................................... */
#main {
width:982px;
height:652px;
text-align:left;
font-family:Arial, Times, serif;
color:#000000;
font-size:12px;
background-image: url('../images/main.jpg');
background-repeat:no-repeat;
text-align:justify;
}
#main_inside {
height:auto;
float:right;
width:693px;
margin-left:0px;
padding-top:50px;
padding-left:15px;
padding-right:30px;
border:0px solid #000;
}
#main_inside a{
text-decoration:none;
}
#main_inside a:href{
text-decoration:none;
color:#FF0000;
}
#main_inside a:hover{
text-decoration:none;
color:#FF0000;
}
#left_box {
width:220px;
height:580px;
margin-top:50px;
font-size:12px;
font-family: Times New Roman, Times, serif;
background-image: url('../images/right.jpg');
background-repeat:no-repeat;
float:left;
border:0px solid #000;
}
#contact {
margin-top:30px;
padding-left:20px;
font-size:12px;
color:#000000;
}
#novinky {
height:287px;
padding-left:20px;
font-size:12px;
}
img{
text-align:center;
border:0px solid #000;
}
/* end Obsahova cast.......................................................... */

/* end Peta.......................................................... */

#pointermenu{
	position:absolute;
	list-style: none;
	margin-top:80px;
	width: 981px;	
	height:62px;
	background: #000 url('../images/bgmenu.jpg') bottom center no-repeat;
}
	#pointermenu ul{
	margin: 0;
	float: left;
	padding-left:90px;
	padding-top:18px;
	font:14px Times New Roman;
	}

	#pointermenu ul li{
	display: inline;
	}
#pointermenu ul li a{
	background:url('../images/seperator.gif') bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 25px;
	text-decoration: none;
	font-weight:bold;
	}
	#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
	color: #FFFF00;
	}

	#pointermenu ul li a#rightcorner{
	padding-right: 0;
	padding-left: 2px;
	background: url(../images/rightround.gif) top right no-repeat; /*optional right round corner*/
	}
/*Lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
/*end Lightbox*/


