body
{
min-width: 100px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
font-family: Comic Sans MS;
font-size: 11px;
color: #1D9207;
background-color: white;
scrollbar-base-color: #ECE9D8;
scrollbar-3d-light-color: #035C3A;
scrollbar-arrow-color: #035C3A;
scrollbar-darkshadow-color: #ECE9D8;
scrollbar-face-color: #7CB211;
scrollbar-highlight-color: #035C3A;
scrollbar-shadow-color: #035C3A;
scrollbar-track-color: white;
}

td
{
font-family: Comic Sans MS;
font-size: 11px;
color: #1D9207;//#035C3A; #035c3a
}

a:link
{
color: #035C3A;
text-decoration: none; // nicht
}

a:visited
{
color: #035C3A;
text-decoration: none;
}

a:hover
{
/*color: blue; // Farbe bei Mousover des Links */
text-decoration: underline;
}

/* mdp BLACKBIT 080310 */
div.inlineLeft
{
	float: left;
	margin-right: 10px;
}

div.inlineLeftThumb
{
	float: left;
	margin-right: 10px;
}

div.spacer
{
	height: 1em;
	clear: both;
}

div.hr
{
	border-bottom: 1px solid #000000;
}

input, textarea
{
	width: 17em; /* 230px */
}

input.checkbox
{
	width: 1em;
	height: 1em;
}
