
*              {
               font-family:           veranda,arial,helvetica;
               margin:                0;
               padding:               0;

               }

html           {
               background-color:      #FFFFFF;
               }



body           {
               width:                955px;
               margin:                 0 auto;
               background-color:      #FFFFFF;
               }




#header
               {
               width:                955px;
               height:                80px;
               position:             relative;
               background-image:     url(img/header.jpg);
               background-repeat:    no-repeat;
               background-position:  center top;
               }









.navi_2
               {
               width:                100px;
               height:                50px;
               top:                   12px;
               margin-left:           675px;
               position:             absolute;

               background:           url(img/but_fotografie.jpg);
               background-position:  center top;
               background-repeat:    no-repeat;
               }

.navi_2:hover
               {
               background-position: 0 -60px;
               }

.navi_3
               {
               width:                 80px;
               height:                50px;
               top:                   12px;
               margin-left:           795px;
               position:             absolute;

               background:           url(img/but_digiart.jpg);
               background-position:  center top;
               background-repeat:    no-repeat;
               }

.navi_3:hover
               {
               background-position: 0 -60px;
               }



.navi_4
               {
               width:                 60px;
               height:                50px;
               top:                   12px;
               margin-left:           895px;
               position:             absolute;

               background:           url(img/but_links.jpg);
               background-position:  center top;
               background-repeat:    no-repeat;
               }

.navi_4:hover
               {
               background-position: 0 -60px;
               }



#container
               {
               width:                955px;
               height:               470px;
               position:             relative;
               background-color:      #FFFFFF;
               }


#shade
               {
               width:                640px;
               height:               430px;
               position:             absolute;
               left:                 166px;
               top:                   20px;
               background-image:     url(img/shade1.png);
               background-repeat:    no-repeat;
               background-position:  center top;
               z-index:              20;
               }


#tbild
               {
               width:                620px;
               height:               414px;
               position:             absolute;
               left:                 166px;
               top:                   20px;
               background-color:     #FFFFFF;
               z-index:              21;
               }

#footer
               {
               width:                955px;
               height:                20px;
               padding-top:           0.2em;
               font-size:             0.75em;
               font-weight:           normal;
               text-align:            left;
               color:                 #000F3C;
               border-top:            1px solid #000F3C;
               }

a:link, a:visited
               {
               text-decoration:       none;
               color:                 #000F3C;
               }
a:hover
               {
               text-decoration:       underline;
               color:                 #000F3C;
               }
               
a.abstand      {margin-right:         825px;
               }                
