/*
 * ID's
 */
#top {
  vertical-align: top;
}
#bold {
  font-weight: bold;
} 
 
/*
 * Body
 */
body {
  background-color: #FFFFFF;
  font-family : Arial, Sans-Serif; 
  font-size : 100%; 
}

/*
 * Table
 
*table {
*  table-layout: fixed;
*	border-spacing: 0;
*  rules: none;
*  align: center;
*  vertical-align: top;
*  background-color: #ffffff;
*}
*/


.tableblind {
  border: 0;
	frame: void;
	border-width: 0pt;	
}
.tableblue {
  border: 1;
	frame: border;
	border-style: solid;
	border-color: #005a9c;
	border-width: 1pt;
        align: center;
        
}

/*
 * Header
 */
h1 {
  font-family : Sans-Serif;
  font-weight: lighter; 
  font-size : 15pt; 
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
  color : #005a9c; 
} 
h2 {
  font-family : Sans-Serif;
  font-weight: lighter;
  font-size : 140%; 
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 10pt;
	margin-right: 10pt;
	color : #005a9c;
}
h3 {
  font-family : Sans-Serif; 
  font-size : 125%; 
  font-weight: lighter;
	margin-top: 10pt;
	margin-bottom: 10pt; 
	margin-left: 20pt;
	margin-right: 10pt;
	color : #005a9c;
}

/*
 * Absätze
 */
p {
  font-family : Arial, Sans-Serif; 
  font-size : 100%; 
  text-align: justify;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 10pt;
	margin-right: 10pt;
; text-indent: .3in
} 
.footer {
  font-size : 8pt;
  margin-top: 2pt;
  margin-bottom: 2pt; 
}

/*
 * Weisse Schrift und Links
 */
.white {
  font-family: Tahoma;
  font-size: 100%;
  color: #ffffff;
  margin-top: 2pt;
  margin-bottom: 2pt;
  margin-left: 10pt;
  margin-right: 2pt;
} 
a.white:link {
  margin-left: 0pt;
  margin-right: 0pt;
}
a.white:hover {
  color: #ffffff;
}
a.white:visited {
  color: #ffffff;
}

/*
 * TOC
 */
.nav {
  font-family: Arial, Sans-Serif;
  color: #005a9c;
  font-size: 11pt;
  text-align: center;
}
a.nav:link {
  font-size : 100%;
	color : #005a9c; 
  text-decoration : none; 
} 
a.nav:visited {
  color : #005a9c; 
} 
a.nav:hover {
  color : #8b0000; 
  text-decoration : none;
} 


/*
 * Links
 */
a:link {
  font-family : Arial, Sans-Serif; 
  text-decoration : none; 
} 
a:visited {
  color: #000099;
  text-decoration: none;
} 
a:hover {
  text-decoration : underline;
} h4 {  font-family: sans-serif; font-size: 118%; color: #005a9c; font-weight: lighter; margin-top: 10pt; margin-right: 10pt; margin-bottom: 10pt; margin-left: 20pt}
.headings {  font-family: Arial, Helvetica, sans-serif; color: #005a9c; font-weight: bold}
