body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}

/* Body-Angaben: <span class="body"></span> dort einsetzen, wo die normalen body-Eigenschaften nicht wirken */
.body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}

td
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}

a:link,
a:visited,
a:active
{
	color: #000000;
	text-decoration: none;
}

a.dyn:link
a.dyn:visited,
a.dyn:active
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

.titel
{
	color: #000000;
	text-decoration: none;
	font-size: 16;
	font-weight: bold;
}

/******************************************************************************
Tags und eigene Klassen für Formularfelder
******************************************************************************/

/* Für <input type="text">, <textarea>, <option> und <select> */
input,
textarea,
option,
select
{
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*
	border-left-color: #800513;
	border-top-color: #800513;
	border-bottom-color: #800513;
	border-right-color: #800513;
	*/
	border-left-style: groove;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
}

/* Für <input type="checkbox" class="checkbox"> */
input.checkbox
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-width: 1px;
	cursor: hand;
}

/* Für <input type="submit" class="button"> und <input type="button" class="button"> */
input.button
{
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A42937;
	border-left-color: #A42937;
	border-top-color: #A42937;
	border-bottom-color: #293052;
	border-right-color: #293052;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-width: 1px;
	cursor: hand;
}

/* Für <input type="file" class="file"> */
input.file
{
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-left-color: #A42937;
	border-top-color: #A42937;
	border-bottom-color: #293052;
	border-right-color: #293052;
	border-left-style: hidden;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: solid;
}



.td_cp4
{
	padding:4px;
}

.td_cp2
{
	padding:2px;
}

.small
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 9px;
}
