body
{
	font-family: sans-serif;
	color: #000;
	background-color: ##FFF0DC;
}

img
{
	font-size: smaller;
	border:	none;
}

a:link
{
	color: #00f;
	background-color: inherit;
	text-decoration: none;
}

a:visited
{
	color: #f0f;
	background-color: inherit;
	text-decoration: none;
}

.rot
{
	background-color: inherit;
	color: #c00;
}

.gruen
{
	background-color: inherit;
	color: #090;
}

.blau
{
	background-color: inherit;
	color: #009;
}

#Eingabe table
{
	width: 100%;
	border: none;
	padding: 2px;
	border-spacing: 0;
	margin: 0;
	empty-cells: show;
	border-collapse: collapse; 
}

#Eingabe table table.zusatz
{
	width: auto;
	border: none;
	padding: 2px;
	border-spacing: 0;
	margin: 0;
	empty-cells: show;
	border-collapse: collapse; 
}

#Eingabe table table.zusatz td
{
	vertical-align: middle;
}

#Eingabe table td,
#Eingabe table th
{
	padding: 2px;
}

#Eingabe table th
{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	font-size: larger;
	color: inherit;
	background-color: #ccc;
}

#Eingabe table tr.Untertitel th
{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: smaller;
	color: inherit;
	background-color: #e7e7e7;
}


#Eingabe table td
{
	text-align: left;
	vertical-align: top;
}

#Eingabe table td.keyword .rot,
#Eingabe table td.keyword .gruen,
#Eingabe table td.keyword .blau
{
	font-family: monospace;
}

#Eingabe table td.keyword
{
	font-size: smaller;
}

#Eingabe table td.beschreibung
{
	font-size: x-small;
	font-style: italic;
}

#Eingabe table td.hinweis
{
	font-size: smaller;
}

#Eingabe table table.auswahl
{
	width: 100%;
}

#Eingabe table td.auswahl
{
	text-align: center;
}

#Eingabe table td.auswahl3
{
	width: 5%;
}

#Eingabe table td.auswahltext
{
	font-size: smaller;
}

#Eingabe table td.auswahltext3
{
	width: 28%;
}

#Eingabe table td.titel
{
}

#Eingabe table td.untertitel
{
	text-align: right ! important;
}

#Eingabe table td.steuerung
{
}

#Eingabe table td.eingabe
{
}

#Eingabe table td.eingabe input[type="text"],
#Eingabe table td.eingabe textarea,
#Eingabe table td.eingabe select
{
	border: 1px solid;
}

#Eingabe .extra
{
	font-style: italic;
}

#Eingabe .sup
{
	font-size: smaller;
	vertical-align: top;
}

#Eingabe .quelltext
{
	font-family: monospace;
	width: 100%;
}

#Eingabe .dateiname
{
	font-family: monospace;
}

#Eingabe #SteuerungsButtons input[type="button"]
{
	font-size: larger;
	font-weight: bold;
}

#Eingabe #SteuerungsButtons input[type="reset"]
{
	font-size: large;
}

@media screen
{
	a:hover
	{
		text-decoration: underline;
	} 

	a:active
	{
		color: #f00;
		background-color: inherit;
		text-decoration: none;
	}
}

/* EOF */
