@font-face {
    font-family: UniversalisStd;
    src: url(fonts/UniversalisADFStd-Regular.woff);
    font-style: normal
    font-weight: normal
}
@font-face {
    font-family: UniversalisStd;
    src: url(fonts/UniversalisADFStd-Italic.woff);
    font-style: italic;
}
@font-face {
    font-family: UniversalisStd;
    src: url(fonts/UniversalisADFStd-Bold.woff);
    font-weight: bold;
}
body { margin: 0px; background-image:url(bg3.png); font-family: UniversalisStd; font-style: normal}
div { margin: 0px; border: 0px; padding: 0px; }
img { border: 0px; }
div#bg { width: 100% }
div#bg1 { background-image:url(bg1.png); height: 100px; }
div#title { min-width: 600px; max-width: 800px; background-image:url(title.png); height:100px; position: relative; left: 0px; }
div#bg2 { background-image:url(bg2.png); background-repeat:repeat-x; height: 33px }
div#menu { min-width: 600px; max-width: 800px; height: 33px; background-image:url(menubg.png); background-repeat:repeat-x; text-align: left; position: relative; }
div#inhalt { min-width: 600px; max-width: 800px; min-height: 500px; background-color: white; text-align: left; position: relative; }
div#bottom { position: absolute; bottom: 0px; right: 0px; }
img#right { position: absolute; right: 0px; }
h1 {font-size: x-large; font-weight: bold; color: maroon;}