br
{
	line-height:8px;
}

h1
{
	font-size:30px;
	color:#eee;
}

hr.trenner { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(255, 255, 255, 0.5); }

a.menu:link { font-size:16pt; color:#eee; text-decoration:none; margin-right:30px; }
a.menu:visited { font-size:16pt; color:#eee; text-decoration:none; }
a.menu:hover { font-size:16pt; color:#92001c; text-decoration:none; position:relative; top:3px; left:3px; }
a.menu:active { font-size:16pt; color:#92001c; text-decoration:none; }
a.menu:focus { font-size:16pt; color:#92001c; text-decoration:none; }

a.innertext:link { color:#9b655e; text-decoration:none; }
a.innertext:visited { color:#9b655e; text-decoration:none; }
a.innertext:hover { color:#92001c; text-decoration:underline; }
a.innertext:active { color:#92001c; text-decoration:underline; }
a.innertext:focus { color:#92001c; text-decoration:underline; }

a:link { color:#1a1a1c; text-decoration:none; }
a:visited { color:#1a1a1c; text-decoration:none; }
a:hover { color:white; text-decoration:underline; }
a:active { color:white; text-decoration:underline; }
a:focus { color:white; text-decoration:underline; }

.input_standard
{
	border:1px solid #999999;
	background-color:#eee;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	scrollbar-base-color:#eee;
	scrollbar-3dlight-color:#eee;
	scrollbar-arrow-color:#eee;
	scrollbar-darkshadow-color:#eee;
	scrollbar-face-color:#eee;
	scrollbar-highlight-color:#eee;
	scrollbar-shadow-color:#eee;
	scrollbar-track-color:#eee;
}

.input_standard_focus
{
	border:1px solid #e30045;
	background-color:#ddd;
	font-family:Arial;
	font-size:10pt;
	scrollbar-base-color:#eee;
	scrollbar-3dlight-color:#bbb;
	scrollbar-arrow-color:#bbb;
	scrollbar-darkshadow-color:#eee;
	scrollbar-face-color:#eee;
	scrollbar-highlight-color:#eee;
	scrollbar-shadow-color:#bbb;
	scrollbar-track-color:#eee;
}


.input_readonly
{
	border-style:none;
	color:#999999;
	font-style:italic;
	font-size:8pt;
}

.ueberschrift
{
	font-family:Arial,Helv,sans-serif;
	font-size:12pt;
	font-weight:bold;
}