﻿@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 906px;
	position: relative;

	background-image: url(../images/netz.png);
	background-color: #000;
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: 333;
}
#rahmen {
	border-width: 2px;
	border-style: solid;
	border-color: #999;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	background-image: url(../images/feedback_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
a {
	outline: none;
}
a:link {
	color: #0068B5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0068B5;
	text-decoration: none;
}
a:hover {
	color: #0068B5;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
#anfang:first-letter {
	font-size: xx-large;
	color: #093;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
#textstyle01 {
	text-align: justify;
	margin-top: 0px;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 0px;
}
#bildstyle01 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#navistyle01 {
	font-size: 0.9em;
	color: #000000;
	text-align: center;
}
#copyright {
	font: 0.6em verdana,tahoma,arial,helvetica,sans-serif; 
	color: #ffffff; 
	position: absolute;
	width: 400px;
	height: 56px;
	left: 321px;
	top: 660px;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px; 
	color: #fff;
	text-decoration: bold;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #d0d000;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #afb600;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #009933;
}
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #009933;
}
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #009933;
}