BODY, P, TD  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;

    scrollbar-face-color: #EEEEEE;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #8F9DA6;
    scrollbar-darkshadow-color: #6A7B86;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #6A7B86;
}


h1 {
	font : bold 18px Arial, Helvetica, sans-serif;
	color: #DE0000;
}

.titel_gross {
	font : bold 18px Arial, Helvetica, sans-serif;
	color: #000000;

}
.titel_gross_grau {
	font : bold 18px Arial, Helvetica, sans-serif;
	color: #666666;

}

.inhalt_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
}

A {
	text-decoration: none;
	color: #255A8B;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:Hover {
	text-decoration: none;
	color: #800000;
	background : transparent;

}

.input {
	border-style : groove groove groove groove;
	display : inline;
	font-family : monospace;
	font-size : 12px;
	background : #FFECEC;
}

.textarea {
	border-style : groove groove groove groove;
	display : inline;
	font-family : monospace;
	font-size : 12px;
	width : 325px;
	background : #FFECEC;
}

.select {
	border-style : groove groove groove groove;
	display : inline;
	font-family : monospace;
	font-size : 12px;
	background : #FFECEC;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
