/* CSS Document */

body {
	background-color: #DFC0A2;
	margin:0;
	padding:0;
	text-align:center;
	background-image:  url(img/bkgr.gif);
	background-repeat: repeat-y;
	background-position: 40%;
	width: 100%;
	height: 100%;
	behavior: url(csshover.htc);
	font-family: "Times New Roman", Times, serif;
} /* WinIE behavior call */

#content {
	width: 100%;
	height: 100%;
	margin:0em auto;
	text-align:left;
	border-top: 1px solid #999999;
	
	
	
	}

#sidebar {
	float: left;
	width: 30%;
	margin:0; padding:0;
	}

#sidebar-content {
	margin:0; padding: 0.5em 1em;
	font-size: 100%;
	}

#main {
	margin:0 0 0 30%;
	padding:0;
	
	}

#main-content {
	padding: 0.5em 1.5em 0.5em 0em;
	font-size: 100%;
	margin-top: 5%;
	position:relative;
	}
	
	
#logo {
	float: left;
	margin-top: 0px;
	z-index: 1;
	position: absolute;

    }

#sidebar a.logo:hover {
	float:left;
	border-top: 1px none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none;
	border-left: 1px solid #CCCCCC;
	margin-top: 1px;
    }
		
#logo_pict {
	float: left;
	left: 3%;
	bottom: 5%;
	z-index: 1;
	position: absolute;

    }
	
#text {
	overflow: visible;
	position:absolute;
	width:600px;
	height:375px;
	top:1%;
	left:9%;

	padding: 10px;
	text-align: justify;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 3em;
	background-position: left;
	z-index: 0;
	    }

#text_obr {
		overflow: visible;
	    }

 #text_p {
	width:340px;
	display: block;
	float: left;
	height:375px;

}




/*
#text {
	position:absolute;
	width:370px;
	height:375px;
	top:1%;
	left:9%;
	background-image: none;
	overflow: visible;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	text-align: justify;
	display: block;
	border-top-color: #999999;
	border-bottom-color: #999999;
	z-index: 0;

	    }
		
#text_overflow {
	
	overflow: auto;
	position:absolute;
	width:370px;
	height:375px;
	top:1%;
	left:9%;
	background-image: none;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	text-align: justify;
	display: block;
	border-top-color: #999999;
	border-bottom-color: #999999;
	z-index: 0;
	    }*/

##text_p  a {
	color: #666666;
	text-decoration: none;
	
	

	    }

#text_p  a:hover {
	color: #000000;
	text-decoration: underline;
	    }



		
#dalsi_text
{
	position:absolute;
	width:370px;
	height:auto;
	top:420px;
	left:2%;
	padding-left: -2em;
	font-size: 80%;
}
div#dalsi_text a{
color: #999999;

}


h2 {
	margin-top: 3%;
	
}



hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}




#main-content ul {
    padding:5px; 
    margin:5px; 
    list-style-type:none; 
    }
	
/* Remove the images and text from sight */
#main-content a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:0.5%; 
    left:0.5%; 
    overflow:hidden;
	background:#DFC0A2;
    }
	
/* Adding the thumbnail images */
#main-content a.gallery, #main-content a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:0px 2px 1px 1px; 
    text-align:left; 
    cursor:default;
    }

/* set the size of the unordered list to neatly house the thumbnails */
div#main-content ul.gallery {
	width:80px;
	height:390px;
	overflow: auto;
	margin-right:0.5em;
	margin-top:0em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;
	}
#main-content li.gallery {
    float:left;
	list-style-type: none;

    }
/* move the thumbnails into the correct position */
#main-content ul.gallery {
    margin: -1% -1% 0.5% 0.5%; 
    float:right;
z-index:50;
    }
/* change the thumbnail border color */
#main-content a.gallery:hover {
    border:1px solid #fff; 
z-index:100;
    }
/* styling the :hover span */
#main-content a.gallery:hover span {
	position:absolute;
	width:404px;
	height:435px;
	z-index: 150;
	top:1%;
	left:-5%;
	background-color: #DFC0A2;
	display:block;
  		    }

#main-content a.gallery:hover img {
	border:2px solid #666666;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	/*padding-bottom: 2px;*/
	z-index: 100;
	}





/* navigation */
div#menu {
	position: relative;
	display:block;
	z-index: 10;
	width: 10em;
	top: 12em;
	background: #CC9966;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-decoration: none;

  }

div#menu ul {margin: 0; padding: 0; width: 10em; background: transparent;
  text-align: right;

  }

    
div#menu ul.level2 {
	background-color: #FFCC99;
}
div#menu ul.level3 {background: #FFCC99;} 
div#menu li {position: relative; list-style: none; margin: 0;
}
div#menu li:hover {background: #FFCC99;}
div#menu li.submenu {}

div#menu li.submenu:hover {background-color: #FFCC99; display:block;}
div#menu li a {
	display: block;
	padding: 0em 0.25em 0em 0.25em;
	color: black;
	border-right: 0.5em solid;
	border-right-color:#FFCC99;
	text-decoration: none;
	width: 10em;
	
}
div#menu li a:hover {border-right: 0.5em solid; border-right-color: #732; color: #943;
}

div#menu>ul a {width: 9em;}

div#menu ul ul {
	position: absolute;
	top: 0;
	left: 10.5em;
	display: none;
	border: 1px solid #AAA;
	text-align:left;
	padding-left: 0.25em;
	margin-left: 0.5em;
}
div#menu>ul ul {left: 10em;margin-left: 0em;}


div#menu ul.level1 li.submenu:hover ul.level2, 
div#menu ul.level2 li.submenu:hover ul.level3  {display:block;}


div#footer{
	position: absolute;
	width: 100%;
	display: block;
	padding-right: -0.5em;
	padding-left: -0.5em;

color: #999999;

text-align: center;
font-size: 70%;
padding-top: 3px;
margin-bottom: 2px;
bottom: 0.5em;
}

div#footer a{
color: #999999;
text-decoration: none;
}
div#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

div#for_statistic{
	display: none;
	visibility: hidden;
	z-index: -1;
	right: 0px;
	bottom: 0px;
	float: left;
}
#main-content a.slide-next {
	border:none;
	height:auto;
	width:auto;
	font-size: 75%;
    }

#main-content a.slide-back {
    border:none;
	height:auto; 
    width:auto;
	font-size: 75%;
    }
#main-content a.slide-back:hover {
	color: #000000;
	text-decoration: underline;
	    }
#main-content a.slide-next:hover {
	color: #000000;
	text-decoration: underline;
	    }


/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox_script/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../lightbox_script/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox_script/overlay.png", sizingMethod="scale");
	}


