/* eine Magerversion an css für die ganz alten Browser, z.B. Netscape 4.x */


img
	{
	border: 0;
	}

#seite
	{
	font-family: Arial, Verdana;
	font-size: 1em;
	color: #000;
	margin:20px;
	padding:20px;
	}

h1
	{
	font-size: 110%;
	font-family: arial;
	color: #666;
	}

h2
	{
	font-size: 130%;
	font-family: arial;
	color: #666;	
	}

h3
	{
	font-size: 100%;
	font-family: arial;
	color: #666;
	}
	
h4
	{
	font-size: 110%;
	font-family: arial;
	color: #666;
	}
	
/* für das Screenreader - Sprungmenü, in der Monitoransicht verstecken  */	
.skip
	{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}