body {
	color: black; background-color: white;
	font-size: 100.01%;
 	font-family: Helvetica,Arial,sans-serif;
 	margin: 0; padding: 0;
	background-attachment:fixed;
}


div#logo { position:fixed; top:0px; left:0px ;}
div#topright {position:fixed; top:12px; right 100px;}
div#form { position:fixed; font-size:80%; top:12px; left:12px ;}
div#list {font-size: 70%;border:2px solid #000000;padding: 2px; height:250px}
div#arrow { position:fixed; top:141px; left:13%;}
div#home { 
	position: fixed; 
	top: 1px; 
	left: -75px;}
div#scroll { position:fixed; bottom:3%; right:5%;}
div#content { 
	margin-left:335px; 
	margin-top:100px; 
	padding: 0px; 
	min-width: 16em; }
div#footer 
{
	height: 140px;
	text-align: left;
	position:relative; 

}
a
{
/*	letter-spacing: -4px; */
	font-size: 24px;
}
.pagelink
{
	font-family: "Courier";
	text-weight:"bold";
	font-size: 14pt;
	padding: 1px;
	color: black;
	text-decoration: underline;	
}
.pagelink:hover
{	
	color: #000F00;
	font-family: "Courier";
	text-decoration: underline;
	cursor: normal;
	filter:alpha(opacity=60); /* IE */
	opacity:0.6; /* allgemein */
	-moz-opacity:0.6; /* Mozilla */
	-khtml-opacity:0.6; /* KTHML */
	-opera-opacity:0.6; /* Opera */
}
/*
a:link {
	color: grey;
	text-decoration: none;
}
a:visited {
	color: grey;
	text-decoration: none;

	
}
a:hover {	
	color: #00FF00;
	text-decoration: none;
	letter-spacing: 3px;
	cursor: normal;

}
*/
.imagewrapper {margin-bottom: 20px;}