/* ================================================== */
/* Allgemein */
/* ================================================== */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 color: #000000;
 line-height: 18px;
}
td {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 color: #000000;
 line-height: 18px;
}
img {
 border: 0px;
}
/* ================================================== */
/* Eingabefelder */
/* ================================================== */
form {
 padding: 0px;
 margin: 0px;
}
input { 
 background: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #000000;
 border:1px solid #aaaaaa;
 width: 280px;
}
textarea { 
 background: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #000000;
 border:1px solid #aaaaaa;
 width: 280px;
 height: 150px;
}
/* ================================================== */
/* Listenelemente */
/* ================================================== */
li {
 margin-top: 0px;
 margin-left: 8px;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
}
ol {
 margin-top: 0px;
 margin-left: 14px;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
}
ul {
 margin-top: 0px;
 margin-left: 8px;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
}
/* ================================================== */
/* Überschriften */
/* ================================================== */
h4 {
 font-family: "Times New Roman", serif;
 font-weight: bold;
 font-size: 15pt;
 color: #356586;
 text-align: left;
 line-height: 19px;
 padding-top: 0px;
 margin-top: 20px;
 margin-bottom: 10px;
}
/* ================================================== */
/* Links */
/* ================================================== */
A:link,A:visited,A:active  {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 9pt;
 color: #7e7e7e;
 text-decoration: none;
}
A:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 9pt;
 color: #356586; 
 text-decoration: none;
}
/* ================================================== */
/* Content-Bereich */
/* ================================================== */
.content {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 color: #000000;
 line-height: 16px;
 width: 688px;
 vertical-align: top;
 text-align: left;
 padding: 15px;
}
.textblock:first-letter {
 font-family: "Times New Roman", serif;
 font-weight: bold;
 font-size: 15pt;
 }
/* ================================================== */
/* Bottom */
/* ================================================== */
.bottom {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 7pt;
 color: #808080;
 text-transform: uppercase;
 width: 688px;
 height: 55px;
 text-align: center;
}
A.bl:link,A.bl:visited,A.bl:active  {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 7pt;
 color: #808080;
 text-transform: uppercase;
 text-decoration: none;
}
A.bl:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 7pt;
 color: #356586;
 text-transform: uppercase;
 text-decoration: none;
}