/* Style Sheet */
body{
	background-color:black;
	color:silver;
	font-family:sans-serif;
}

#navi{
	background-color:silver;
	height:40px;
	width:1140px;
	border:1px solid white;
	opacity:1.0;
	padding-left:10;
	padding-right:10px;
}

#navi a{
	display:block;
	float:left;
	width:50px;
	height:23px;
	border-radius:10px;
	-moz-border-radius:10px;
	border:2px solid white;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	font-family:sans-serif;
	color:black;
	margin:2px;
	margin-bottom:3px;
}	

#navi a:hover{
	display:block;
	float:left;
	width:50px;
	height:23px;
	border-radius:10px;
	-moz-border-radius:10px;
	border:2px solid white;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	text-aligh:center;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	font-family:sans-serif;
	color:black;
	margin:2px;
	margin-bottom:3px;
}	
#ReadFiles { background-color:#8888FF;
                 position:absolute;
                 top:100px;
                 left:800px;
                 height:800px;
                 width:820px;
                 clip:rect(0px,800px,820px,0px);
                 visibility:visible;}

                 
#info{
/*	text-align:middle;
	float:left; 
	width:330px; 
	height:30px;
	display:block;
	padding-top:5px;
*/
	color:black;
}
#diashow{
	border:2px solid silver;
	opacity:1;
	/* width:1140px;
	height: 760px; */
	background-color:#DDAA00;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center, top;
	}

/*#bild{
	border:1px solid silver;
	opacity:1;
	width:1200px;
	height:800px;
	background-color:#333;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center, top;
	}
	*/