<!--

body { margin: 0; padding : 0; font : 16px sans-serif; overflow : hidden; background-image : url(../pic/background.jpg); background-repeat : repeat}

a { text-decoration: none; color : #000; }
a:hover { text-decoration : underline; color : #000; }
h1, h2 { font : 16px sans-serif; margin : 10px; font-weight: bold; }
p { margin : 10px; }
img { vertical-align : bottom; }
acronym { cursor : help; }

#header { border : 0px; margin : 0px; padding : 0px; background-image : url(../pic/hometop.jpg); background-repeat: no-repeat; position : fixed; top: 0px; width : 100%; height : 100px; }
#footer { border : 0px; margin : 0px; padding : 0px; background-image : url(../pic/homebottom.jpg); background-repeat: no-repeat; position : fixed; bottom : 0px; width : 100%; line-height: 50px; vertical-align: middle; height : 50px; }
#main { margin : 0; padding : 0; position : fixed; top : 100px; overflow : auto; bottom : 50px; width : 100%; background:url(../pic/watersign.png); background-repeat : no-repeat; background-position : center; background-attachment : scroll; }
#right { float : right; width : 300px; margin : 0; padding-top : 10px; padding-bottom : 10px; padding-left : 10px; padding-right : 10px; vertical-align: middle; }
#middle { margin : 0px; padding : 0px; height : 95%; text-align : justify; width : 700px; }
#menu { position: relative; top : 68px; left : 30px;}
#menu a { background-color: #a73437; margin-left : 4px; width : 100px; height : 30px; line-height: 30px; vertical-align: middle; text-align : center; border-left : 1px solid #fff; border : 1px solid #fff; display : block; float : left; }
#menu a:hover { text-decoration : none; background-image : url(../pic/background.jpg); background-repeat : repeat; border-bottom : 1px solid #fff; }
#menu a.active { background-image : url(../pic/background.jpg); background-repeat : repeat; border-bottom : 0px; }
#menu a.active:hover { text-decoration : none; background-image : url(../pic/background.jpg); background-repeat : repeat; border-bottom : 0px; }

.cleaner { clear : both; height : 1px; font-size : 1px; border : 0px none; margin : 0; padding : 0; background : transparent; }
.beispiel { font : 14px sans-serif; }
-->