html,body 	{
 			height: 100%;
			margin: 0px;
}
body,td,form,p,a 	{
			font-family: arial;
			font-size: 12px;
			letter-spacing: 0px;
			line-height: 15px;
line-height: 14px;

}

td			{
			border: 0px solid #cccccc;

}
a			{
			color: #9f0029;
			text-decoration: none;

}
div.inhalt {

			width: 400px;
			height: 420px;
			overflow: auto;
			padding-right: 15px;

}
span.mark {
			color: #9f0029;

}
h3 {
			font-family: arial;
			font-size: 12px;

}
h4 {
			font-family: arial;
			font-size: 12px;
			margin-bottom: 0px;

}
ul {margin-top: 0px;}
li {list-style-image: url(img/li.gif);
	margin-left: -24px;}

scrollbars
body,div {
scrollbar-base-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #9f0029;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;

}
/*
scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
*/
