/***********************/
/*   Formatvorlagen    */
/***********************/

/***********************/
/* global              */
/***********************/

a:link,a:visited,a:active {
 color: #000000;
 }

a.link,a.visited,a.active {
 color: #000000;
 }

a:hover {
 color: #0000AA;
 }

a.hover {
 color: #0000AA;
 }

#body_navi {
 color: #000033;
 font-family: 'Arial', 'Helvetica';
 font-size: 10pt;
 text-align: center;
 background: #D0C5FB;
 }

body {
 color: #000033;
 font-family: 'Arial', 'Helvetica';
 font-size: 10pt;
 background: #FFFFFF;
 margin: 10px;
 }
 
h1 {
font-size: 14pt;
color: #0000CC;
}