/* Body & Links */

body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: #f1f1f1;
	scrollbar-shadow-color: DarkGray;
	scrollbar-3dlight-color: LightGrey;
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #2560A1;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #2560A1;
	text-decoration: underline;
}

a:link.top {
	color: #000000;
	text-decoration: none;
}
a:active.top {
	text-decoration: none;
}
a:visited.top {
	text-decoration: none;
}
a:hover.top {
	text-decoration: none;
}

/* Tabellenformatierungen */

td {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	color: #515151;
	vertical-align: top;
}

td.head {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	vertical-align: bottom;
}

td.topnav {
	vertical-align: middle;
}

td.linetop {
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#99B0CA;
}

td.linedottop {
	border-top-width:1px;
  	border-top-style:dashed;
  	border-top-color:#99B0CA;
}

td.button {
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:#797979;
	text-align: right;
}

td.text {
	padding-left: 4px;
}

td.winz {
	font-size: 8pt;
}

table.butt {
	border-width:1px;
  	border-style:solid;
  	border-color:#797979;
}

/* Textformate */

.heilbronn {
	color: #2560A1;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.stern {
	font-size: 10pt;
	color: #CC0000;
}

ul {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	color: #515151;
}

/* Formularelemente */

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #4c4c4c;
	width: 150px;
	height: 18px;
	background-color: #F5F5F5;
	border: none 1px solid rgb(150,150,150);
}
input.checkit {
	border: none 0px; 
	width: 14px; 
	height: 14px;
}
textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #4c4c4c;
	width: 150px;
	background-color: #F5F5F5; 
	border: none 1px solid rgb(150,150,150);
}
select {
	font: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #717171;
	}
option {
	font: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #333333;
	background-color: #f9f9f9;
}
option.highlite {
	background-color: #E6E7E8;
}
option.red {
	color: #2560A1;
}

p {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	color: #515151;
}