html { /* ie hack - anti horscroll */
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;

	scrollbar-face-color: #005e1d;
	scrollbar-highlight-color: #99cc99;
	scrollbar-3dlight-color: #005e1d;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #808080;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

td {
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 13px;
	color: #333333;
}

.titel {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #005e1d;
}

.titel_klein {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.klein {
	font-size: 11px;
}

.mini {
	font-size: 10px;
}

.gruen {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #005e1d;
}

.rot {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
}

.form {
	font-size: 12px;
}

input.form {
	background-color: #ffffff;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #006633;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 9pt;
}

select.form {
	background-color: #005e1d;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 8pt;
}

input.button {
	background-color: #005e1d;
	border-bottom: #000000 1px solid;
	border-left: #99cc66 1px solid;
	border-right: #000000 1px solid;
	border-top: #99cc66 1px solid;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 10pt;
}

textarea.form {
	background-color: #ffffff;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #006633;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 9pt;
}

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

a.blau:link, a.blau:visited, a.blau:active {
	font-size: 13px;
	font-weight: bold;
	color: #330099;
	text-decoration: none;
}
a.blau:hover {
	color: #005e1d;
}

a.weiss:link, a.weiss:visited, a.weiss:active {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.weiss:hover {
	color: #b8ffb6;
}

a.rotmenu:link, a.rotmenu:visited, a.rotmenu:active {
	font-size: 9px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a.rotmenu:hover {
	color: #000000;
}

.object_top_input {
	padding: 1px;
	background-color: #ffffff;
	border: #666666 1px solid;
	color: #006633;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.object_top_select {
	font-size: 9pt;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
}

.object_top_button {
	background-color: #e9e9e9;
	border-bottom: #000000 2px solid;
	border-left: #005e1d 2px solid;
	border-right: #000000 2px solid;
	border-top: #005e1d 2px solid;
	color: #cc0000;
	font-weight: bold;
	font-family: verdana, arial, helvetica, geneva, trebuchet ms, sans-serif;
	font-size: 8pt;
	width: 35px;
}

.eins {
	color: #000000;
	background-color: #c7e3c7;
}

.zwei {
	color: #000000;
	background-color: #e9e9e9;
}

.drei {
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}