
.LinieOben {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #000000;
}
.LinieUnten {
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #000000;
}
.LinieObenUnten {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

BODY {
	scrollbar-base-color:#FF0000;
	scrollbar-track-color:#FEFFAC;
	scrollbar-face-color:#FEFFAC;
	scrollbar-highlight-color:#FEFFAC;
	scrollbar-3dlight-color:#FF0000;
	scrollbar-darkshadow-color:#FF0000;
	scrollbar-shadow-color:#FEFFAC;
	scrollbar-arrow-color:#FF0000;
	margin-top:0;
	margin-bottom:0;
	background-image: url(hintgelb2.jpg);
}


A {
	text-decoration : none;
	color : Red;
}
A:HOVER {
	background-color : Red;
	color : Yellow;
	text-decoration : underline;
}

A.Tabelle {
	text-decoration : none;
	color : Black;
}

A:HOVER.Tabelle {
	background-color : Red;
	color : Yellow;
	text-decoration : none;
}

A.white {
	text-decoration : none;
	color : White;
}

A:HOVER.white {
	color : Yellow;
}

A.button {
	color : Red;
	font : bold italic;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-left : 10px;
}

A:HOVER.button {
	color : Yellow;
	background-color : Red;
}

A:VISITED.button {
	
}

