/* Dateiname: laufen.css */


BODY
{
	scrollbar-face-color: #FFFFFF;
	;
  scrollbar-highlight-color: #333333;
	;
  scrollbar-3dlight-color: #FFFFFF;
	;
  scrollbar-darkshadow-color: #333333;
	;
  scrollbar-shadow-color: #FFFFFF;
	;
  scrollbar-arrow-color: #333333;
	;
  scrollbar-track-color: #FFFFFF;
	;
  background: #008800;
}

.InputText
{
	font: 9px;
}

.TextareaText
{
	font: 11px;
}

.TextareaTextReadonly
{
	font: 11px;
	background: Silver;
}

.Check, .Radio
{
  background-color:#ddff;
  border:1px solid #ddd;
}
.Button
{
	background-color: #aaa;
	border: 6px solid #ddd;
}

font.infotext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

font.smalllink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

font.menuelink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

font.biglink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
}

td.tdtabellenueberschrift
{
	background: Gray;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom: 1pt solid;
	border-top: 1pt solid;
	border-left: 1pt solid;
	border-right: 1pt solid;
	color: Black;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

td.tdfeldueberschrift
{
	background: Silver;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom: 1pt solid;
	border-top: 1pt solid;
	border-left: 1pt solid;
	border-right: 1pt solid;
	color: Black;
	font-size: small;
	font-weight: bold;
}

td.tdfeldtext
{
	background: Silver;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom: 1pt solid;
	border-top: 1pt solid;
	border-left: 1pt solid;
	border-right: 1pt solid;
	color: Black;
	font-size: smaller;
}
