body
{

         background-color:       #FFFFFF;
         font-family:            Tahoma, Verdana, Times New Roman;
         text-align:             center;
}

/* UEBERSCHRIFTENSTYLES */
h1
{
         font-size:              10pt;
         color:                  #666666;
         font-weight:            bold;
         text-align:             left;
}
/* ENDE UEBERSCHRIFTENSTYLES */


/* TEXTSTYLES */

p
{
         font-size:              8pt;
         color:                  #666666;
         margin:                 0px;
         text-align:             left;
}

p.team
{
         font-weight:            bold;
         text-align:             right;
}

p.head
{
         font-weight:            bold;
}

p.info
{

         color:                  #666666;
         margin:                 0px;
         text-align:             right;

}

adress
{
         font-style:             italic;
         font-size:              8pt;
         color:                  #000000;
         padding:                20px;
}
/* ENDE TEXTSTYLES */

/* ENDE LINKSTYLES */
a:link, a:visited
{
         text-decoration:        none;
         color:                  #666666;
         font-size:              8pt;

}


a:hover, a:active
{
         text-decoration:        none;
         color:                  #99cc33;
         font-size:              8pt;
}


a.green
{
         color:                  #99cc33;
}
/* ENDE LINKSTYLES */


/* DIVS */
#page {
         font-family:            Verdana, Arial, Helvetica, sans-serif;
         font-size:              1.2em;
         position:               absolute;
         width:                  1000px;
         height:                 700px;

         /* Vertikale zentrierung, auskommentiert, da nich in allen Browsern das Scrollen nach oben funktioniert
         top:                    50%;
         left:                   50%;
         margin-top:             -350px;
         margin-left:            -500px;
         */

        /* Abstand nach links, nur aktivieren, wenn vertikale Zentrierung deaktiviert ist */
         margin-left:            100px;

}

#navi
{
         position:               relative;
         width:                  290px;
         height:                 138px;
         margin:                 0 auto;
         top:                    50%;
         margin-top:             -69px;
         background-color:       #ffffff;
         text-align:             center;
}

#showroom
{

         width:                  580px;
         height:                 400px;
         background-color:       #ffffff;
         margin-left:            400px;
         margin-top:             -20px;

}


#sr_link
{
         width:                  142px;
         height:                 400px;
         background-color:       #ffffff;
         margin-right:           100px;
         text-align:             right;
         float:                  left;
}

#mediaspace
{
         width:                  410px;
         background-color:       #ffffff;
         position:               absolute;
         margin-left:            166px;
}

#info
{
         width:                  271px;
         float:                  left;
         position:               absolute;
         background-color:       #ffffff;
         margin-left:            302px;
         margin-top:             237px;
         text-align:             right;
}

#more_info
{
         width:                  295px;
         float:                  left;
         position:               absolute;
         background-color:       #ffffff;
         margin-left:            170px;
         margin-top:             337px;
         text-align:             left;
}

#team
{
         width:                  270px;
         margin-left:            20px;
         margin-top:             -10px;
         position:               absolute;
}


#kontakt
{
         width:                  250px;
         position:               absolute;
         margin-top:             355px;
         margin-left:            516px;
}


#impressum
{
         width:                  380px;
         position:               absolute;
         margin-top:             50px;
         margin-left:            680px;
}



#preload {
         display:                none
         height:                 0px;
         width:                  0px;
}

#preload img {
         height:                 0;
         width:                  0;
         border:                 none;
         position:               absolute;
         bottom:                 0;
         left:                   0;
         z-index:                -30;
}

/* ENDE DIVS */

/* SONSTIGES */
img
{
         border:                 0px;
}

li
{
         list-style-image:       url(images/listenzeichen.gif);
         repeat:                 no-repeat 0 50%;
         padding-left:           2px;
}

/* ENDE SONSTIGES */
