/* Reset */
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th { margin:0; padding:0; } table { border-collapse:collapse; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; } ol { 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-top:10%;
       background-color:#ffffff;

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

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

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


h1
        {
         font-size: 12pt;
         font-weight: bold;
         color: #d08e74;
         }

li
        {
         line-height: 16pt;
         }


/* einzelteile */

.content
        {
         position: absolute;
         left: 15%;
         width: 800px;

         }


.maincontent
        {
         position: absolute;
         top: 150px;
         left: 125px;

         width: 310px;
         min-height: 300px;

         padding: 10px;
         color: #000;
         border: solid 1px #990000;
         }


.nav
        {
         border: solid 1px #990000;
         padding: 5px;
         width: 150px;

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

.anker
        {
         position: fixed;
         top: 600px;
         left: 200px;
         }

.sl
        {
         font-size: 14pt;
         color: #D08E74;
         position: absolute;
         top: 30px;
         left: 250px;
         }


.now
        {
         position: absolute;
         top: 250px;
         left: 400px;
         border: 1px solid #990000;
         padding: 3px;
         }



table.auftrag
	{
         font-size: 10pt;
         border-spacing: 50px;
         line-height: 30px;
         }


.dl	{font-size: 11pt; font-weight:bold; color:#484848;}
a.dl:hover  {font-size: 11pt; font-weight:bold; color:#aeaeae;} 
