@charset "utf-8";
/* CSS Document */
html {
  height:100%;
}
body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	background-color:#DFDFDF;
	margin-top: 10px;
	margin-bottom: 10px;
}
body, td, th {
	color: #666666;
}
a {
	font-size: 12px;
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #999999;
}
a:active {
	color: #0000CC;
}
.txt11 {
	font-size: 11px
}
.txtblau {
	color: #003399;
	font-weight: bold;
}
.txtrot {
	color: #FF0000;
	font-weight: bold;
}
.txtgelb {
	color: #DEDE18;
	font-weight: bold;
}
.txtgrun {
	color: #00CC00;
	font-weight: bold;
}
a.linkfooter {
	font-size: 11px;
	text-decoration:none;
	color: #666666;
}
a.linkfooter:visited {
	color: #666666;
	font-size: 11px;
	text-decoration:none;
}
a.linkfooter:hover {
	color: #999999;
	font-size: 11px;
	text-decoration:none;
}
a.linkfooter:active {
	color: #666666;
	font-size: 11px;
	text-decoration:none;
}


