body {
	text-align:center; 
	font-family:'Vonness Medium', Arial, sans-serif;
	color:  #777777;
	font-size:12px;
	}
a{
	font-family:  'Vonness Medium', Arial, sans-serif;
	font-size:12px;
	color:  #777777;
	text-decoration: none;}
a:visited{
	color:  #777777;
	font-weight:lighter;}
a:hover{
  	color:  #444444;
	font-weight:lighter;}

/* ------------------------------------------------------------- */
#titel {
	position: absolute;
	left:20px;
	bottom:530px;
	text-align: left;
	z-index: 1;}	
/* ------------------------------------------------------------- */

#maindiv {
	position:absolute; left:0px; top: 0px; width:100%; height:600px;
	text-align: center;
	}
#display {
	position:absolute; left:0px; width:100%; bottom:145px;
	}
#display img { height:350px; width:auto;}
#display_index {
	position:absolute; left:250px; width:400px; top:110px; height:350px;
	text-align: justify;}
#display_index a:hover{color:  #777777;}
	
#browserclip {
	position:absolute; left:0px; width:100%; bottom:20px;
	clip:rect(0px,auto,auto,0px);
	border-bottom:1px solid black;
	border-top:1px solid black; overflow:hidden;
	}
#browser {
	white-space:nowrap;
	position:relative;
	height:84px;
	}
#browser img { margin:2px; cursor:pointer; height:80px; width:auto;
	border-left:1px solid black; padding-left:4px; }
#navbar {
	position:absolute; left:0px; width:100%; bottom:00px; 
	}
#scrollb { cursor:w-resize; }
#scrollf { cursor:e-resize; }


