﻿/* - - - - - - - - - - - */
/* define standard tags  */
/* - - - - - - - - - - - */



body { 
	color: 000000;
	background-color: #FFFFFF;
	margin: 0px;
}

option { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

select { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

input { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

textarea { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

ol { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

ul { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

td { 
	font-family: "Book Antiqua"; 
	font-size: small;
	color: #000000;
	text-align: center;
}

table { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

span { 
	font-family: "Trebuchet MS"; 
	font-size: small;
	}

div { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	color: 000000;
}

p { 
	font-size: medium;
	color: 000000;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 700;

}

body { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: medium;
	color: 000000;
	
}

th {
	font-family: Arial, sans-serif; 
	text-align: left;
}

h3 {
	font-family: Arial, sans-serif; 
	text-align: left;
}

h2 {
	font-family: Arial, sans-serif; 
	text-align: left;
}

h1 {
	font-family: Arial, sans-serif; 
	text-align: left;
}

h1 { 
	font-size: 12pt;
}

h2 { 
	font-size: 11pt;
	}

th { 
	font-size: 10pt;
}

h3 { 
	font-size: 10pt;
}

a {
	color: #3777BC; 
	text-decoration: none;
	font-size: medium;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 700;
}

a:hover {
	color: rgb(220,135,30); 
	text-decoration: underline;
}

small { 
	font-size: 8pt;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.small { 
	font-size: 8pt;
}

.light {
	color: #AAAAAA; 
}

.highlight {
	color: rgb(220,135,30); 
}

ul.none {
	list-style-type: none;
}

.withbackground {
	color: #FFFFFF;
	background-color: #3777BC;
}

.withborder {
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.withblueborder {
	border-left: 1px solid #AACCEE; 
	border-right: 1px solid #003777; 
	border-top: 1px solid #AACCEE;
	border-bottom: 1px solid #003777;
}



.topbar {
	background-image: url('/images/himmel.jpg');
	background-repeat: no-repeat;
}

.topbanner {
	font-size: 16pt;
	color: #3777BC;
	margin-top: 40px;
}

.topbanner .small {
	font-size: 10pt;
	color: #00B59D;
}



.topnav {
	text-align: right;
	color: #FFFFFF;
	background-color: #3777BC;
	margin-bottom: 12px;
	border-top: 1px solid #AACCEE;
	border-bottom: 1px solid #003777;
}

.topnav .navitem {
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
}

.navitem a {
	color: #FFFFFF; 
	background-color: #3777BC;
}

.navitem a:hover {
	color: #AACCEE; 
	background-color: #3777BC;
	text-decoration: none;
}



.leftnav {
	height: 100%;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #3777BC;
}

.leftnav a:hover {
	text-decoration: none;
}



.rightnav {
	height: 100%;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 6px;
	border-left: 1px solid #3777BC;
	border-right: 1px solid #3777BC;
}

.rightnav a:hover {
	text-decoration: none;
}



.navitem1 {
	font-size: 10pt;
	margin-bottom: 10px;
}

.navitem2 {
	font-size: 8pt;
	margin-left: 10px;
	margin-bottom: 10px;
}

.navtableitem1 {
	font-size: 10pt;
	margin-bottom: 6px;
}

.navtableitem2 {
	font-size: 8pt;
	margin-bottom: 6px;
}

hr.navtablespacer {
	height: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-color: #3777BC;
	margin-bottom: 6px;
}

.bottombar {
	font-size: 8pt;
	text-align: center;
	color: #AAAAAA;
	margin-top: 12px;
}


.dateheader { 
	font-size: medium;
	font-family: Arial, Helvetica, Sans-Serif;
}

.toprule {
	border-top: 1px solid #3777BC;
}

.bottomrule {
	border-bottom: 1px solid #3777BC;
}
