/* CSS Document */


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	}
.td_schleier {
	background-image: url(/bilder/schleier_oben.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 916px;
}
.td_schleier_abschluss {
	background-image: url(bilder/schleier_abschluss.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.td_schleier_unten {
	background-image: url(bilder/schleier_unten.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

h1 {
	font-size: 18px;
	color: #999999;
}
h2 {
	font-size: 12px;
	color: #333333;
	text-align: right;
	line-height: 20px;
}
#subnav a:link {
	color: #999999;
	text-decoration: none;
}
#subnav a:visited {
	color: #999999;
	text-decoration: none;
}
#subnav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
	}
