@charset "utf-8";
/* CSS Document */

body
{background-color:#fff;
font-size:100%; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; padding:2% 0;margin:0; line-height:1.0!important;color:#024188;}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

#inhalt
{max-width:580px; 
text-align: left;
border:1px solid silver;
 margin: 0 auto 0 auto; 
 background-color: #fff;
 padding:2%;
}
  
  
img.fll
{float:left; padding-right:3%!important; }



a,  a:link, a:visited
{text-align: right; color:#024188;}

    
    img {
        max-width: 100%;
        height: auto;}


h1
{color:#024188;
padding-bottom:1.0em!important;
margin-top:0.6em;
letter-spacing:1px;
font-weight:300;
font-size:1.2em!important;}

h2
{margin-top:16px;color:#024188;font-size:1.1em;font-weight:900;
}