@charset "utf-8";

table.solid_schwarz
{
	border:#000;
	border-color:#000;
	border-style:dotted;
	border-width:1px;
}
/*
body, html, textarea 
{
     scrollbar-arrow-color: #000000;
     scrollbar-track-color: #00821a;
     scrollbar-face-color: #8bd78b;
     scrollbar-3dlight-color: #26526;
     scrollbar-highlight-color: #858585;
     scrollbar-shadow-color: #000000;
}
*/
p.info_center
{
  text-align:center; border:3px solid gray; background-color:lightgreen; padding:4px; margin:0px; width:60%; margin-left:auto; margin-right:auto;
}

td.zellenabstand_1px
{
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-spacing: 2px;
	padding: 5px;
}

tr.titelzeile
{
	background-color: #8bd78b;
	height: 40px;
}

table.standardtabelle
{
	background-color: #F5F5F5;
	border-style: none;
	border-color: transparent;
	border-width: 5px;
	border-spacing: 2px;
	padding: 2px;
}