/* Schriftstil, Scrolleiste, Abstände */
body
{margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
color: black; font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;
scrollbar-arrow-color: white; scrollbar-base-color: #426099; border-right: solid 3px #FFFFFF;
scrollbar-highlight-color: #aabbdd; scrollbar-shadow-color: #01A06A;}

/* Ticker */
#cont {position:absolute; top:-100px; left:0px; width:100%; height:18px; overflow:hidden; visibility:hidden;}
#text
{
	position:relative;
	left:2000px;
	height:39px;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	width: 135px;
}
#text a {color:#ffff99; font-family:tahoma,arial,helvetica,sans-serif; font-size:14px; font-weight: bold; text-decoration:none;}
#text a:hover{color:#ff0000; font-family:tahoma,arial,helvetica,sans-serif; font-size:14px; font-weight: bold; text-decoration:none;}

/* Links */
a:link{ color: black; text-decoration: none; font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt}
a:visited{color: black;text-decoration: none; font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt}
a:active{ color: red;text-decoration: none; font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt}
a:hover{color: black; text-decoration:none; font-family: tahoma,arial,helvetica,sans-serif; font-weight: bold; font-size: 11pt; }

/* Überschrift im Menu */
td.rubrik {display: block; color: black; text-decoration: none; font-family: verdana; font-size: 10pt;
padding-left: 2px; padding-bottom: 2px; padding-top: 2px; margin: 0px auto; width: 150px}

.titel {font-family:tahoma,arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		background-color: #426099;}
.untertitel {background-color: #aabbdd;
			border: 1px solid #666699;}
.rahmen {
	border: 1px solid #666699;}
.inputtext {
	border: 1px solid #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;}
.inputsubmit {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;}
