<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.01.2018, 14:39:02
    Author     : peter
*/
@font-face { 
    font-family: 'myriad'; 
    src: url('schrift/MYRIADAT.TTF') format('truetype');
}
* {
    font-family: 'Myriad','Verdana', sans-serif;
    font-size: 11pt;
    color:#0d3772; 
}
body{
    left:0px;
    top:0px;
    margin: 0px;
}
ul{
    margin-top: 5px;
}
li{
    text-align: left;
    margin-left: -20px;
    margin-bottom: 6px;
}
h1{
   line-height: 25px;
   vertical-align: middle;
   font-size:18px;
   font-weight: bold;
   margin:20px 0px 5px 0px;
}
h2{
   line-height: 30px;
   vertical-align: middle;
   font-size:18px;
   font-weight: bold;
   margin:10px 0px 5px 0px;
}
h3{
   margin:6px 0px 3px 0px;
   font-size:14px;
   font-weight: bold;
   font-style: italic;
}
p{
    margin:6px 10px 0px 0px;
    line-height: 20px;
    vertical-align: middle;
    text-align: justify;
}
p.indent{
    padding:0px 10px 0px 10px;
    margin-top:6px;
    line-height: 20px;
    vertical-align: middle;
}
div.content{
    max-height:450px;
    
}

#seitenkopf{
    height:100px;
    margin-left: 25px;
    padding-left: 3px;
    min-width: 290px;
    max-width: 1000px;
    background-color: transparent;
    position:relative;
    right:10px;
    
}
#seitencontent{
    border:1px solid lightgray;
    border-radius: 4px;
    background-color: whitesmoke;
    height:570px;
    min-width: 290px;
    max-width: 1000px;
    position:relative;
    left:15px;
    
    overflow:auto;
    padding: 0px 15px 5px 15px;
}
#seitenfuss{
    height:40px;
    width:100%;
    line-height: 25px;
    vertical-align: middle;
    position: fixed;
    bottom:0px;
    color:#0d3772;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    margin:0px 20px 0px 10px;
    background-color: white;
}
#logo{
    position: relative;
    top:0px;
    right: 10px;
    height:60px;
    color:#0d3772;
    line-height:60px;
    vertical-align: middle;
    text-align: right;
    font-size: 36px;
}
div.btn_language, div.btn_language_active{
    font-size: 11px;
    float:left;
    
}
div.btn_language:hover{
    cursor: pointer;
}
div.btn_language_active{
    font-weight:bold;
}
#hauptmenue{
    position: relative;
    top:10px;
    border-radius:3px;
    background-color: transparent;
    height:30px;
    width: 200px;
    vertical-align: bottom;
}
div.hbutton, div.hbutton_aktiv{
    float:left;
    
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-radius: 3px 5px 0px 0px ;
    background-color: white;
    height:30px;
    width:95px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
div.hbutton:hover{
    cursor: pointer;
    background-color: lightgray;
}
div.hbutton_aktiv{
    font-weight: bold;
    background-color: whitesmoke;
}
div.footer_button,div.footer_button_aktiv{
    margin:10px 10px 0px 0px;
    float:left;
    font-size: 11px;
    height:18px;
    vertical-align: middle;
    line-height: 15px;
}
div.footer_button:hover{
    cursor: pointer;
    text-decoration: underline;
}
div.footer_button_aktiv{
    font-weight: bold;
}
div.column{
    width: 32%;
    float:left;
    min-width: 300px;
    max-width: 370px;
    margin-right: 10px;
    max-height:560px;
    
}
div.colhead{
    margin-top: 16px;
    font-weight: bold;
    text-align: left;
}
div.colcontent{
    text-align: left;
    
}</pre></body></html>