body {
 font-family: Verdana,Arial,Sans-Serif;
 color: #FFFF00;
 background: #000080;
 }

h1.titel {
 font-size:36pt;
 font-family:times new roman;
 font-weight:bold:
 }

h1.text2 {
 font-size:14pt;
 font-weight:bold;
 }

h1.text3 {
 font-size:13pt;
 font-weight:bold;
 }

h1.text4 {
 font-size:small;
 font-weight:bold;
 }

a:link {
 color: #FFFF00;
 }
a:active {
 color: #FFFF00;
 }
a:visited {
 color: #FFFFFF;
 }

a.text:active {
 color:#FFFF00;
 text-decoration:none
 }

a.text:link {
 color:#FFFF00;
 text-decoration:none
 }

a.text:visited {
 color:#FFFF00;
 text-decoration:none
 }

p {
 text-align: justify;
 font-size: smaller
 }

p.center {
 text-align: center;
 font-size: smaller
 }

#Layer1 {
 position:absolute;
 width:230px;
 height:100%;
 background-color: #00a6df;
 border: 1px;
 left: 0;
 top: 160px;
 padding-top: 15px;
 padding-left: 10px;
 }

#menu a {
 display:block;
 width:210px;height:30px;
 background: url("../images/home1.png") top left no-repeat;
 padding:6px 0 0 15px;
 font: bold 12pt verdana,arial,sans-serif;
 color:#ffff00;
 text-decoration: none;
 }

#menu a:hover {
 background-image: url("../images/home1-mo.png");
 color:#000080;
 }

#menu a:active {
 background-image: url("../images/home1-md.png");
 color:#000080;
 }

#umenu a {
 background-color : #000080;
 font: bold 12px verdana,arial,sans-serif;
 text-decoration : none;
 color : #ffff00;
 height : 25px;
 margin-right : 4px;
 padding-top : 2px;
 padding-bottom : 2px;
 padding-left : 4px;
 padding-right : 4px;
 border-top : 3px outset #ffff00;
 border-left : 3px outset #ffff00;
 border-right :  3px outset #ffff00;
 border-bottom :  3px outset #ffff00;
 }

#hmenu a {
 background-color : #000080;
 font: bold 18px verdana,arial,sans-serif;
 text-decoration : none;
 color : #ffff00;
 margin-right : 4px;
 padding-top : 2px;
 padding-bottom : 2px;
 padding-left : 4px;
 padding-right : 4px;
 border-top : 3px outset #00a6df;
 border-left : 3px outset #00a6df;
 border-right :  3px outset #00a6df;
 border-bottom :  3px outset #00a6df;
 }