body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,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; }



body
    {
       background-color:#000000;

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

       position: absolute;
       left: 100px;
       top: 0px;
       }

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:#05755c;
       text-decoration:none;
       font-weight:bold;
       }


h1
	{
         font-size: 12pt;
         color: #05755c;
         font-variant: small-caps;
         }

h3
	{
         padding-top: 15px;
         font-weight: bold;
         }

/* head */
.head
	{
         background-image:url(../99images/bg_head.jpg);
         background-repeat: no-repeat;
         width: 800px;
         height: 300px;

         font-size: 24pt;
         font-family: Trebuchet MS, Helvetica, Arial;
         color: #05755c;
         font-variant: small-caps;
         }



/* content, navigation und footer*/
.body
	{
         margin:0px;
         padding: 0px;
         position absolute:
         top: 250px;
         left: 100px;

         background: #bb755b;
         width: 800px;
         min-height: 100px;
	}


.content
	{
         position: relative;

         left: 214px;
         width: 395px;
         }

.nav
	{
         position: absolute;
         top: 300px;
         left: 19px;
         line-height: 20pt;
         }

.footer
	{
         position: relative;
         background-image:url(../99images/bg_footer.jpg);
         background-repeat: no-repeat;


         width: 800px;
         height: 186px;
         }

/* ende content, navigation und footer */



/* rbox ist der platz der echse oder bildern */
.rbox
	{
         position: absolute;
         left: 620px;
         }
/* ende rbox */