/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	}
a {text-decoration: none;
	color: black;
		}

#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;
	display: none;
	
	}

#sidebar-content {
	margin:0; padding: 0.5em 1em;
	font-size: 100%;
	display: none;
	}

#main {
	margin:0;
	padding:0;
	
	}

#main-content {
	padding: 0.5em 1.5em 0.5em 0em;
	font-size: 100%;
	margin-top: 5%;
	position:relative;

	
	}
	
#text {
	width:90%;
	height:auto;
	top:1%;
	left:1%;
	background-image: none;
	overflow: visible;
	padding: 10px;
	text-align: justify;
	display:block;

	    }
		
#text_overflow {
	
	overflow: visible;
	width:90%;
	height:2000px;
	top:1%;
	left:1%;
	background-image: none;
	padding: 10px;
	text-align: justify;
	display:block;


	    }
		
div#dalsi_text
{
	display: none;
}
div#dalsi_text a{
	display: none;

}


h2 {
	margin-top: 3%;
	
}



hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}
	
#logo {
	float: left;
	margin-top: 0px;
	z-index: 1;
	position: absolute;
	display: none;

    }
	
	#logo_pict {
	float: left;
	bottom: 6%;
	z-index: 1;
	position: absolute;
	display: none;

    }

div#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;
   	display: none;
    }
	


#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 */
#main-content ul.gallery {
	width:80px;
	height:390px;
	overflow: auto;
   	display: none;

    }
#main-content li.gallery {
    float:left;
	list-style-type: none;
   	display: none;

    }
/* move the thumbnails into the correct position */
#main-content ul.gallery {
    margin: -1% -1% 0.5% 0.5%; 
    float:right;
   	display: none;

    }
/* change the thumbnail border color */
#main-content a.gallery:hover {
    border:1px solid #fff; 
   	display: none;

    }
/* styling the :hover span */
#main-content a.gallery:hover span {
	position:absolute;
	width:390px;
	height:435px;
   	display: none;
	
	top:1%;
	left:9%;
	background-color: #DFC0A2;
		    }
#main-content a.gallery:hover img {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
   	display: none;

    }



/* navigation */
div#menu {
	position: relative;
	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;
	display: 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;
}

