html {
  height:100%;
  margin:0;
  padding:0;
}

body {
 overflow-y:scroll;
 height:100%;
 margin-top:10px;
}

body
{
	background-color:FFFFFF;
	font-family:Arial;
	color:333333;
	
	scrollbar-base-color:#FFFFE6;			/* Basisfarbe der Scroll-Leiste */ 
	scrollbar-3dlight-color:#FFFFE6;		/* Farbe für 3D-Effekte */ 
	scrollbar-arrow-color:#333333;			/* Farbe für Verschiebepfeile */ 
	scrollbar-darkshadow-color:#FFFFE6;		/* Farbe für Schatten */ 
	scrollbar-face-color:#FFFFE6;			/* Farbe für Oberfläche */ 
	scrollbar-highlight-color:#333333;		/* Farbe für oberen und linken Rand */ 
	scrollbar-shadow-color:#333333;			/* Farbe für unteren und rechten Rand */ 
	scrollbar-track-color:#FFFFE6;			/* Farbe für freibleibenden Verschiebeweg */
}

table, tr, td
{
	font-family:Arial;
}

a:link
{
	color:#333333;
	text-decoration:none
}

a:visited
{
	color:#333333;
	text-decoration:none
}

a:hover
{
	color:#666666;
	text-decoration:none
}

a:active
{
	color:#999999;
	text-decoration:none
}

.tabelle
{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	table-layout:fixed;
}

#menu
{
	font-family:Arial;
	color:#333333;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	table-layout:fixed;
}
#referenzen a:link
{
	text-decoration:underline;
}

.textfeld
{
	background-color:#FFFFE6;
	font-family:Courier New;
	font-size:10pt;
	color:#333333;
	border:1px solid #333333;
}

.button
{
	background-color:#FFFFE6;
	font-family:Courier New;
	color:#333333;
	border: 1px solid #333333;
}
