    
<style type="text/css">
html{ 
font-size: 100%; 
overflow-y: scroll; 
-webkit-text-size-adjust: 100%; 
-ms-text-size-adjust: 100%; 
}

body{
font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size:12px;
line-height:1.5em;
padding:1em;
margin:auto;
max-width:42em;
background-image:url(hintergrundbild.jpg);background-repeat: no-repeat;background-attachment:fixed; background-size: 100%;
}

:root {quotes: '\201E' '\201C' "\201A" "\2018";}
q::before {content: open-quote}
q::after {content: close-quote}

a{ color: blue; text-decoration:none;}
a:visited{ color: blue; }
/*a:hover{ color: #06e; }*/
a:hover {Text-Decoration: underline;}  
a:active{ color:#faa700; }
/*a:focus{ outline: thin dotted; }*/
/*a:hover, a:active{ outline: 0;*/ }

::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}

a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}

p{
margin:1em 0;
text-align:justify;
}

.footnotes{text-align:left;font-size:0.8em}

img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:100%;
	text-align:left;
	margin-top:7mm;
	margin-bottom:5mm;
	border: solid black 1px;
	border-radius: 8px;
	padding:0mm;
	background: #fff;
    border: 1px solid #999;
    margin: 1em auto 1em auto;padding: 4px
}

h1,h2,h3,h4,h5,h6{
   font-weight:normal;
   color:#111;
   line-height:1.2em;
   color:navy;
}

h1{ font-size:2.6em;text-align:center;text-decoration:underline;font-variant: small-caps; color:navy;}
h2{ font-size:1.8em; text-align:center; font-family: 'Open Sans', sans-serif;}
h3{ font-size:1.5em; text-align:center; font-family: 'Open Sans', sans-serif;}
h4{ font-size:1.2em; text-align:center; font-family: 'Open Sans', sans-serif;}
h5{ font-size:1em; text-align:center; font-family: 'Open Sans', sans-serif;}
h6{ font-size:1.2em; text-align:center; color:navy;  font-family: 'Open Sans', sans-serif;}

blockquote{
   margin:0;
   padding-left: 3em;
   border-left: 0.5em silver solid;
}

hr{ 
   display: block; 
   height: 2px; 
   border: 0; 
   border-top: 1px solid #aaa;
   border-bottom: 1px solid #eee; 
   margin: 1em 0; 
   padding: 0; 
}

pre,code,kbd,samp{ 
   color: #000; 
   font-family: monospace, monospace; 
   _font-family: 'courier new', monospace; 
   font-size: 0.98em; 
}

pre{ 
white-space: pre; 
white-space: pre-wrap; 
word-wrap: break-word; 
}

b,strong{ 
font-weight: bold; 
}

dfn{ 
font-style: italic; 
}

ins{ 
background: #ff9; 
color: #000; 
text-decoration: none; 
}

mark{ 
background: #ff0; 
color: #000; 
font-style: italic; 
font-weight: bold; 
}

sub,sup{ 
font-size: 75%; 
line-height: 0; 
position: relative; 
vertical-align: baseline; 
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul,ol{ 
margin: 1em 0; 
padding: 0 0 0 2em;
}

li p:last-child { margin:0 }
dd { margin: 0 0 0 2em; }
ul { list-style-image:url('bullet.png')}


table{ 
border-collapse: collapse; 
border-spacing: 0;  
}

td{ vertical-align: top; }

.center,.c {text-align: center} 
.right,.r {text-align: right} 
.top{ font-size:1.2em; text-align:center; color:navy;  font-family: 'Open Sans', sans-serif;}
.see{ font-size:1.1em; text-align:left; color:navy;}
.gelb{background-color:gold}


@media only screen and (min-width: 480px) {
body{font-size:14px;}
}

@media only screen and (min-width: 768px) {
body{font-size:16px;}
}

</style>
