
/* der alles umschliessende layer */
#wrapper {
	position:absolute; 
	width:900px; 
	height:720px; 
	left:50%; 
	top:4px; 
	margin-left:-450px; 
	margin-top:0; 
	border:1px solid white;
}

/* die komplette navigation */
#navigation {
	position:absolute; 
	width:500px; 
	height:20px; 
	left:397px; 
	top:172px; 
	/* border: 1px solid white; */
}


#content {
	position:absolute; 
	width:501px; 
	height:520px; 
	left:397px; 
	top:195px; 
	/* border: 1px solid white; */
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	color:#FFFFFF;
	overflow-x:hidden;
	overflow-y:auto;
}






/* normaler text innerhalb des Layers */
#link {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:#FFFFFF;
}


/* ein link in diesem layer */
#link a
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration: underline;
}

/* ich glaube beim klicken auf den link - bin mir nicht sicher */
#link a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration: underline;
}

/* wenn du mit der maus über den link fährst */
#link a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration: none;
}

#link a:current{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:blue;
	text-decoration: none;
}





















