body{
 /*min-width: 640px;*/
 margin: 0px;
 padding: 0px;
 color: #000080;
 background-color: white;
 font-family: sans-serif;
 font-size: 16px;
 }

h2{
 font-size: 24px;
 font-weight: 900;
 }

h3{
 padding-top:1em;
}

img{
 vertical-align: bottom;
 }

.tdinset{
 border:inset 1px silver;
}

.winz{
 font-family: sans-serif;
 font-size: 11px;
 color: #000080;
 margin: 3px 0px 0px 12px;
 padding: 0px;
}

.flori{
 float: right;
 margin-left: 5%;
 padding-right: 1ex;
 }

.centri{
 text-align: center;
 }


a{
 display: block;
 text-decoration: none;
 text-align:right;
 padding: 0em 1em 0em 1em;
 }

a img{
 margin-left: 1em;
 }

a:link{
 text-decoration: none;
 font-family: sans-serif;
 font-size: 16px;
 color: #000080;
 background-color: white;
 border: 3px outset #99CCFF;
 }

a:visited{
 text-decoration: none;
 color: #0000cc;
 background-color: white;
 border: 3px outset #99CCFF;
 }

a:hover{
 text-decoration: none;
 color: #000080;
 background-color: white;
 border: 3px groove blue;
 }

a:active{
 text-decoration: none;
 color: white;
 background-color: blue;
 /*font-weight: bold;*/
 border-style: inset;
 border-width: 3px;
 border-color: blue;
 }

a[name]{
 display: inline;
 text-decoration: none;
 color: white;
 background-color: blue;
 font-weight: bold;
 border-style: inset;
 border-width: 3px;
 border-color: blue;
 padding:1px 1em 2px 1em;
 }

a.noblock{
 display: inline;
 border: 0px none;
 padding: 0px;
 }

#verloben{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 80px;
 margin: 0px;
 padding: 0px;
 background-color: transparent;
 background-position: top left;
 background-attachment: fixed;
 z-index: 100;
 }

#verloben[id]{
 position: fixed;
 }

#verlunten{
 position: relative;
 bottom: 0px;
 left: 0px;
 right: 0px;
 height: 80px;
 width: 100%;
 margin: 0px;
 padding: 0px;
 /*line-height:80px;
 background-color: transparent;
 background-position: top left;
 background-attachment: fixed;*/
 z-index: 0;
 /*text-align: right;*/
 }

#content{
 position: relative;
 top: 110px;
 /* 80+29+1 */
 width:98%;
 z-index: 1;
 /*text-align: justify;*/
 padding: 1em 1ex 1em 1ex;
 margin-bottom: 80px;
 }

#nav{
 position: absolute;
 top: 80px;
 left: 0px;
 height: 29px;
 width: 100%;
 z-index: 100;
 background-color: white;
 color: #000080;
 }

#nav[id]{
  position: fixed;
 }