/* CSS Document */
/* $WEFT -- Created by: Enrico Reinsdorf (enrico@re-design.de) on 27.10.2005 -- */

body {
	background-color: #FFAD5B; /*#FEDCAE;*/
	color: inherit;
	padding: 0em;
	margin: 0em;
}
body,td,th {
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 120%;
}
table {
	border-collapse: separate;
	border: 1px solid #791300;
	padding: 0em;
}
caption {
	caption-side: bottom;
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 0.2em;
	margin: 0em;
}
acronym, abbr {
	cursor: help;
}
ul {
	list-style-type: disc;
}
a:visited {
	color: #791300;
	background-color: inherit;
}

/* Zusatz */
.tblHead {
	background-color: #791300;
	text-transform: uppercase;
	color: #FFFFFF;
}
.tblFirst {
	color: inherit;
	background-color: #FEDCAE;
}
.tblSecond {
	color: inherit;
	background-color: #FFAD5B;
}
.Red {
	color: #791300;
	background-color: inherit;
}
.Break {
	clear: both;
}
.LinkDeaktiv {
	color: #999999;
	background-color: inherit;
}
