body { background-color: #404040; }

a:link { color: white; font-size: 10px; font-family: Arial; font-weight: 200; text-decoration: none; }
a:visited { color: white; font-size: 10px; font-family: Arial; font-weight: 200; text-decoration: underline; }
a:hover { color: white; font-size: 10px; font-family: Arial; font-weight: 200; text-decoration: underline; }
a:active { color: white; font-size: 10px; font-family: Arial; font-weight: 200; text-decoration: underline; }

a.link1  { color: #999999; font-size: 11px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link1:visited  { color: #999999; font-size: 11px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link1:focus  { color: #999999; font-size: 11px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link1:hover   { color: #999999; font-size: 11px; font-family: Arial; font-weight: 200; text-decoration: underline; }
a.link1:active   { color: #000000; font-size: 11px; font-family: Arial; font-weight: 200; text-decoration: none; }

a.link2  { color: #fff; font-size: 13px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link2:visited  { color: #fff; font-size: 13px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link2:focus  { color: #fff; font-size: 13px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link2:hover   { color: #fff; font-size: 13px; font-family: Arial; font-weight: 200; text-decoration: underline; }
a.link2:active   { color: #fff; font-size: 13px; font-family: Arial; font-weight: 200; text-decoration: none; }

a.link3  { color: #999999; font-size: 12px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link3:visited  { color: #999999; font-size: 12px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link3:focus  { color: #999999; font-size: 12px; font-family: Arial; font-weight: 200; text-decoration: none; }
a.link3:hover   { color: #999999; font-size: 12px; font-family: Arial; font-weight: 200; text-decoration: underline; }
a.link3:active   { color: #000000; font-size: 12px; font-family: Arial; font-weight: 200; text-decoration: none; }

#rahmen {
	position: absolute;
	top: 10px;
	height: 620px;
	width: 800px;
/*	border: solid 1px white; */
	background-image: url(../Bilder/background.gif);
}
#head {
	position: absolute;
	top: 0;
	height: 108px;
	width: 800px;
/*	border: solid 1px white; */
}
#navi {
	position: absolute;
	top: 110px;
	left: 40px;
	height: 25px;
	width: 760px;
/*	border: solid 1px white; */
}
#content {
	position: absolute;
	top: 160px;
	left: 40px;
	height: 400px;
	width: 730px;
	overflow: auto;
/*	border: solid 1px black; */
}
#impressum {
	position: absolute;
	bottom: 0;
	right: 3px;
	height: 15px;
	width: 100px;
/*	border: solid 1px white; */
}
h1 { color: #404040; font-family: Arial; font-size: 17px; font-weight: 500; line-height: 20px; margin-top: 0px;}
h2 { color: #000; font-family: Arial; font-size: 12px; font-weight: 200; line-height: 15px; margin-bottom: 5px; margin-top: 0px;}
h3 { color: white; font-family: Arial; font-size: 13px; font-weight: 400; line-height: 18px;}
h4 { color: #404040; font-family: Arial; font-size: 13px; font-weight: 200; line-height: 16px;}
h5 { color: white; font-size: 10px; font-family: Arial; font-weight: 200; text-decoration: none; line-height: 5px;}

.content { color: #000; font-family: Arial; font-size: 12px; font-weight: 200; line-height: 15px;}
.kein_link { color: white; font-size: 10px; font-family: Arial; font-weight: 200; text-decoration: none; }

