/* Reset */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }
/* Ende Reset */

body
    {
       margin:0px;
       background-color:#ffffff;

       font-family:Trebuchet MS,Helvetica,Arial;
       font-size:10pt;
       font-style:normal;
       text-transform:none;
       color:#000000;
       text-decoration:none;
       align:left;
       }

a
       {
       font-family:Trebuchet MS,Helvetica,Arial;
       font-size:10pt;
       font-style:normal;
       text-transform:none;
       color:#000000;
       text-decoration:none;
       font-weight:bold;
       }

a:hover
       {
       font-family:Trebuchet MS,Helvetica,Arial;
       font-size:10pt;
       font-style:normal;
       text-transform:none;
       color:#000;
       text-decoration:none;
       font-weight:bold;
       }


h1
        {
         font-family: Arial Narrow;
         color: #330000;
         font-size: 16pt;
         }

p { padding-bottom: 15px; }



#top
        {
         background-color: #330000;
         height: 450px;
         }

#content
         {
         background-color: #ffffff;
         position: absolute;
         width: 450px;
         min-height: 500px;
         top: 150px;
         left: 432px;
         padding: 20px;
         }


/* *** Navigation *** */

#nav
         {
         position: absolute;
         left: 100px;
         top: 150px;

         }


a.nav
         {
         color: #988000;
         line-height: 20px;
         font-size: 14px;
         font-weight: bold;
         background-color: #190000;
         padding: 8px;
         }

a.nav:hover
         { font-size: 14px; font-weight: bold; color: #dbd384; }

a.nav:visited
         { font-size: 14px; font-weight: bold; color: #dbd384; }


/* *** kontaktdaten *** */
#data
         {
         position: absolute;
         left: 108px;
         top: 500px;
         color:#666;
         font-size: 8pt;
         }

a.data {color: #4c2000;}

.data {color: #4c2000; font-size: 8pt;}



/* *** lang *** */
#lang { position:absolute; left:108px; top: 430px; font-size:8pt; color:#fff; }
a.lang { font-size:8pt; color: #fff; }
a.lang:hover { font-size:8pt; color: #988000; }
