﻿@charset "utf-8";
/* CSS Document */
.style_center {	text-align: center;}
.style_no_border {border-width: 0;
}

.steil8
 {font-family: Arial; font-size:8pt; color: #000080; font-weight:400}

.steil1
 {font-family: Arial; font-size:10pt; color: #000080; font-weight:400}

.steil1_b
 {font-family: Arial; font-size:10pt; color: #000080; font-weight:bold}

.steil1_b_u
 {font-family: Arial; font-size:10pt; color: #000080; font-weight:bold;
  text-decoration: underline;}

.steil2
 {font-family: Arial; font-size:12pt; color: #000080; font-weight:400}

.steil2_b
 {
	font-family: Arial;
	font-size:12pt;
	color: #000080;
	font-weight:bold
}

.steil2_b_mauve
 {font-family: Arial; font-size:12pt; color: #990099; font-weight:bold}

.steil2_b_u {
	font-family: Arial;
	font-size:12pt;
	color: #000080;
	font-weight:bold;
	text-decoration: underline;
}

.steil3
 {
	font-family: Arial;
	font-size:14pt;
	color: #000080;
	font-weight:400
}

.steil3_b
 {font-family: Arial; font-size:14pt; color: #000080; font-weight:bold}

.steil3_wit_b
 {font-family: Arial; font-size:14pt; color: #ffffff; font-weight:bold}

.steil3_b_u {
	font-family: Arial;
	font-size:14pt;
	color: #000080;
	font-weight:bold;
	text-decoration: underline;
}

.steil18_b 
 {font-family: Arial; font-size:18pt; color: #000080; font-weight:bold}

 .steil_wit_8 
 {
	font-family: Arial;
	font-size:8pt;
	color: #FFFFFF
}

.steil_wit_12 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
}.steil1_B_wit {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.steil1u {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
	color: #000080;
}
.style10_r{
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	font-weight: normal;
	text-align: right;
}
.style10_L{
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	font-weight: normal;
	text-align: left;
}
.style10_b_L{
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
	text-align: left;
}