/* Allgemeine Formate */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

/* Text */
.greentext {
	font-size: 11px;
	color: #90B101;
}
.whitetext {
	font-size: 11px;
	color: #FFFFFF;
}
.blacktext {
	font-size: 11px;
	color: #000000;
}
.blackheadline {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

/* Links */
.bullet {
	vertical-align: bottom
}
.linkcontent:link { color: #000000;
}
.linkcontent:visited { color: #000000;
}
.linkcontent:hover { color: #90B101;
}
.linkcontent:active { color: #90B101;
}
.linknavi:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linknavi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linknavi:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.linknavi:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Tabellen */
.greybox1 {
	border-right-style:dashed;
	background-color: #FFFFFF;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.greybox2 {
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
