body {
	background-color: #919499;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: white;
}
a img {
	border-width: 0px;
}
a.orange:hover {
	color: #f68e31 !important;
}
a.rot:hover {
	color: #c52032 !important;
}
a.blau:hover {
	color: #007bc4 !important;
}
a.gruen:hover {
	color: #7fc241 !important;
}

#rahmen {
	width: 624px;
	height: 454px;
	background-color: #919499;
	background-image: url(grafik/bg.gif);
	background-repeat: no-repeat;
	margin: 110px auto 30px auto;
	padding: 180px 28px 48px 48px;
	font-size: 18px;
}
#rahmen div.inhalt {
	width: 604px;
	height: 454px;
	padding-right: 20px;
	overflow: auto;
	background-color: #e3f0d4;
}
#rahmen a {
	text-decoration: none;
}
#rahmen a:hover {
	text-decoration: underline;
}
#rahmen a.black {
	color: black !important;
}
#rahmen ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 28px;
}
#rahmen ul li {
	margin-bottom: 1em;
}
#rahmen ul ul {
	list-style-type: square;
	list-style-image: none;
	padding-left: 15px;
}
#rahmen ul ul li {
	margin-bottom: 0.5em;
}
#rahmen p {
	margin: 0px 0px 0.5em 0px;
}
#rahmen h1 {
	font-size: 100%;
	margin: 1em 0px 0.5em 0px;
}

#navi {
	position: absolute;
	margin-left: 50%;
	left: -350px;
	top: 20px;
	width: 632px;
	padding-left: 58px;
}
#navi div.navipunkt {
	float: left;
	width: 100px;
	margin-left: 20px;
}
#navi div.navipunkt img {
	width: 60px;
	height: 60px;
	margin-top: 5px;
}
#navi div.navipunkt a {
	color: white;
	text-decoration: none;
	font-family: arial black;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px 
}

#fusszeile {
	position: absolute;
	width: 664px;
	margin: 0px 0px 0px 50%;
	padding: 0px;
	left: -332px;
	top: 777px;
	font-family: arial black;
	font-size: 14px;
	color: white;
}
#fusszeile a {
	color: white;
	text-decoration: none;
}
#fusszeile a:hover {
	text-decoration: underline;
}

#home {
	position: absolute;
	margin-left: 50%;
	left: -150px;
	top: 130px;
	width: 470px;
	height: 120px;
}

#kopf_print {
	display: none;
}



@media print {

body {
	background-color: white;
}
#rahmen {
	position: static;
	width: auto;
	height: auto;
	background-image: none;
	background-color: #e3f0d4;
	margin: 0px;
	padding: 0px;
}
#rahmen div.inhalt {
	width: auto;
	height: auto;
	overflow: visible;
	margin: 0px;
	padding: 20px;
}

#navi, #fusszeile {
	display: none;
}

#kopf_print {
	display: block;
	position: relative;
	left: -18px;
	background-image: url(grafik/bg.gif);
	background-repeat: no-repeat;
	width: 664px;
	height: 200px;
}
	
}
