/*
	silber		= #E5E5E5
	rot-braun		= #874400
	rot (ziegel)	= #A51100
*/

body			{
			background:#000000;
			scrollbar-track-color:#000000;
			scrollbar-face-color:#000000;
			scrollbar-arrow-color:#E5E5E5;
			scrollbar-highlight-color:#E5E5E5;
			scrollbar-3dlight-color:#000000;
			scrollbar-shadow-color:#E5E5E5;
			scrollbar-darkshadow-color:#000000;
			}
body.iframe		{
			background:#989898;
			scrollbar-track-color:#989898;
			scrollbar-face-color:#989898;
			scrollbar-arrow-color:#E5E5E5;
			scrollbar-highlight-color:#E5E5E5;
			scrollbar-3dlight-color:#989898;
			scrollbar-shadow-color:#E5E5E5;
			scrollbar-darkshadow-color:#989898;
			}
table			{
			font-family:arial;
			font-size:10pt;
			font-weight:normal;
			font-style:normal;
			color:#000000;
			border-width:0px;
			}
table.frame		{
			background:#E5E5E5;
			}
table.menu		{
			font-size:0pt;
			background:#E5E5E5;
			}
table.button		{
			font-size:10pt;
			background:#FFFFFF;
			border-width:1px;
			border-color:#874400;
			border-style:solid;
			cursor:pointer;
			}
table.error		{
			font-weight:bold;
			background:#FFFFFF;
			border-color:red;
			border-style:solid;
			border-width:2px;
			}
td.intro			{
			font-size:0pt;
			background-image:url(../img/intro.gif);
			background-position:center 60px;
			background-repeat:no-repeat;
			border-width:0px;
			border-bottom-width:1px;
			border-color:#E5E5E5;
			border-style:solid;
			}
td.register		{
			font-size:0pt;
			background-image:url(../img/register.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
			width:150px;
			}
td.menu			{
			font-size:0pt;
			background:#E5E5E5;
			}
td.border			{
			font-size:0pt;
			background:#874400;
			}
td.status			{
			font-family:arial narrow;
			color:#E5E5E5;
			}
td.head			{
			font-family:arial narrow;
			font-weight:bold;
			font-size:16pt;
			color:#874400;
			}
iframe,
td.gray			{
			background:#989898;
			}
td.braun			{
			color:#A51100;
			}
img.border		{
			border-width=2px;
			border-color:#874400;
			border-style:dotted;
			}
input,
textarea			{
			font-family:arial;
			font-size:8pt;
			background:#FFFFFF;
			color:#000000;
			border-width:1px;
			border-color:#874400;
			border-style:solid;

			scrollbar-track-color:#874400;
			scrollbar-face-color:#874400;
			scrollbar-arrow-color:#FFFFFFF;
			scrollbar-highlight-color:#FFFFFF;
			scrollbar-3dlight-color:#874400;
			scrollbar-shadow-color:#FFFFFF;
			scrollbar-darkshadow-color:#874400;
			}
input.no_border		{
			background:none;
			border-width:0px;
			}
select			{
			background:#874400;
			}
a,
a:active,
a:visited			{
			font-weight:bold;
			color:#000000;
			text-decoration:underline;
			}
a:hover			{
			font-weight:bold;
			color:#874400;
			text-decoration:underline;
			}
a.menu,
a:hover.menu,
a:active.menu,
a:visited.menu		{
			font-size:12pt;
			color:#000000;
			text-decoration:none;
			}
a.status,
a:hover.status
a:active.status,
a:visited.status		{
			font-family:arial narrow;
			font-weight:normal;
			color:#E5E5E5;
			text-decoration:none;
			}
a.intro,
a:hover.intro,
a:active.intro,
a:visited.intro		{
			font-size:14pt;
			color:#E5E5E5;
			text-decoration:none;
			}

