/*Beginn: Allgemeine Formate*/

body{
	font-family: Verdana, Helvetica, sans-serif; text-decoration: none; 
	color: rgb(0,0,0); background-color: rgb(255,255,255)}
h1{
	font-size: 12pt; text-align: center;}
h2{
	font-size: 9pt; margin-right: 10pt;}
h3{
	font-size: 8pt; margin-right: 10pt;}
h4{
	font-size: 8pt; margin-right: 10pt}
h5{
	font-size: 7pt; margin-right: 10pt}

a:link{
	color: rgb(0,155,215); background-color: rgb(255,255,255); font-style: normal; text-decoration: none}

a:visited{
	color: rgb(0,155,215); background-color: rgb(255,255,255); font-style: normal; text-decoration: none}

a:hover{
	color: rgb(250,170,3); background-color: rgb(255,255,255); font-style: normal; text-decoration: none}

li{
	list-style-type: square;}

/*Ende: Allgemeine Formate*/


/*Beginn: Seitenformate, Textboxen und Positionierungen*/

/*Beginn: Kopf*/

.logo{
	position: absolute; top: 10px; left: 10px; height: 100px; width: 340px; padding: 0px; z-index: 2}

.adresse{
	position: absolute; top: 10px; left: 550px; height: 100px; width: 350px; 
	padding: 0px; font-size: 12pt; text-align: center; font-weight: bold; line-height: 20px; 
	color: rgb(255,255,255); background-color: rgb(0,155,215); z-index: 2}

.navi{
	position: absolute; top: 115px; left: 10px; height: 24px; width: 890px; 
	background-color: rgb(0,155,215); z-index: 1;}

.navibutton a{
	text-decoration: none;
	width: 100px;
	margin: 5px;
	border: 1px solid rgb(215,0,91);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: rgb(0,155,215);
	background-color: rgb(255,255,255)}
.navibutton a:hover{
	text-decoration: none;
	color: rgb(215,0,91);
	background-color: rgb(245,245,240)}


.textbox{
	position: absolute; top: 150px; left: 10px; height: 420px; width: 890px; z-index: 1; 
	font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; 
	text-align: left; letter-spacing:  0em; line-height: 150%; 
	background-color: rgb(255,255,255); color: rgb(0,0,0); overflow: scroll}

.fuss{
	position: absolute; top: 554px; left: 10px; height: 30px; width: 890px; 
	background-color: rgb(255,255,255); font-size: 10pt; text-align: left; z-index: 2;}


/*Beginn: Absatz- und Textformate*/

.name1{text-align: center; font-weight: bold; font-size: 12pt; letter-spacing:  0em;}
.name2{text-align: center; font-weight: bold; font-size: 11pt; letter-spacing:  0em;}
.absnormal{text-align: left; font-size: 10pt; margin-right: 30pt;}
.abszentr{text-align: center; font-size: 10pt; margin-right: 10pt;}
.absrechts{text-align: right; font-size: 10pt; margin-right: 30pt;}


/*Ende: Absatz- und Textformate*/

/*Navigation*/





