﻿@media print  { p            { font-family: Verdana; font-size: 10pt; line-height: 100% } }
@media screen { p            { font-family: Verdana; font-size: 10pt; line-height: 150%} }

@media print { .HideOnPrint { visibility:hidden;display: none; } }
@media screen { .HideOnPrint { visibility:visible; } }
@media print { .HideOnScreen { visibility:visible; } }
@media screen { .HideOnScreen { visibility:hidden;display: none; } }

body         { font-family: Verdana, Arial; font-size: 10pt; background-color: #FFFFFF; 
               color: #000000;  }
p            { font-family: Verdana; font-size: 10pt; }
.justify     { text-align: justify }
.smalltext	 { font-size: 8pt; line-height: 100% }
ol           { font-family: Verdana; font-size: 10pt; line-height: 150% }
.untermenu   { font-family: Verdana; font-size: 8pt;  text-transform: uppercase; line-height: 100% }
.date        { font-family: Arial; font-size: 8pt; color: #003366 }
.rightmenu   { font-size: 8pt; line-height: 100% }
pre          { font-family: Verdana; font-size: 10pt}
td           { font-family: Verdana; font-size: 10pt }
a            { font-family: Verdana; color: #3333FF; text-decoration: none; font-weight: bold; font-size: 10pt }
a:hover      { color: #CC3300; text-decoration: none; font-weight: bold }
.navigation  { font-size: 8pt; line-height: 100% }
h1           { font-family: Verdana; font-size: 20pt; font-weight: bold; margin-top: 6; 
               margin-bottom: 16 }
.uuberschrift { text-transform: uppercase; font-size: 10pt; line-height: 150%; font-weight: bold; 
               letter-spacing: 2; font-weight: bold }
h2           { font-family: Verdana; font-size: 16pt; font-weight: bold; margin-top: 4 }
h3           { font-family: Verdana; font-size: 12pt; font-weight: bold; margin-top: 4 }
h4           { font-family: Verdana; font-size: 10pt; margin-bottom: 5 }
h6           { font-family: Verdana; font-size: 8pt; font-style: none}
hr           { color: #000000; text-decoration: noshade; height: 1pt}

input.blue   { background-color: #002199; border-color:#f5f5f5; font-size: 10; 
               cursor: hand; color: #FFFFFF; font-weight: bold; 
               border: 1 solid #000000 }
input.yellow { background-color: #FFCC66; border-color:#FFFFFF; font-size: 10; 
               font-weight: bold; cursor: hand;
               border: 1 solid #000000 }
               
.styleTableRow {
		border-left-style: none;
		border-left-width: medium;
		border-right-style: none;
		border-right-width: medium;
	}
.styleTable {
		border-collapse: collapse;
		border-left-style: none;
		border-left-width: medium;
		border-right-width: 0px;
}
