/* BASIC STYLES */

body {
     background-color: #000000;

     }

* {
     padding:0;
     margin:0;
     border:0;
     text-decoration:none;
     color: #010101;
     font-family: Arial, Helvetica, Serif, Geneva;
     font-size: 11px;
     font-weight:normal;
     }


a:focus {
     outline: none;
     }




div#OuterShell {
   float:left;
   width:1280px;
   }
   
   
#LeftColumn {
   z-index:100;
   padding-left:20px;
   padding-top:20px;
   position:absolute;
   }
   
#Content {
   z-index:1;
   }


/* --------------- LOGO ---------------- */

#Logo {
   width:107px;
   height:142px;
   display:block;
   background: url(../images/logo_y.png) no-repeat left center;
   margin-bottom:50px;
   }


/* ------------ NAVIGATION ------------- */
#Navigation ul li {
   padding-bottom:5px;
   }
   
#Navigation ul {
   list-style:none;
   }
   
#Navigation ul li a {
   width:382px;
   height:57px;
   display:block;
   }


li#anschlaege {
     background: url(../images/30anschlaege.png) no-repeat left center;
     width:382px;
     height:60px;
     display:block;
     margin-left:400px;
     padding-top:100px;
     }
     
     
a#about, a#about:focus {
     background: url(../images/navigation/about_l.png) no-repeat left center;
     }

a#about:hover {
     background: url(../images/navigation/about_h.png) no-repeat left center;
     }
     
a#about_h, a#about_h:focus {
     background: url(../images/navigation/about_h.png) no-repeat left center;
     }
     
a#participants, a#participants:focus {
     background: url(../images/navigation/participants_l.png) no-repeat left center;
     }

a#participants:hover {
     background: url(../images/navigation/participants_h.png) no-repeat left center;
     }
     
a#participants_h, a#participants_h:focus {
     background: url(../images/navigation/participants_h.png) no-repeat left center;
     }
     
a#gallery, a#gallery:focus {
     background: url(../images/navigation/gallery_l.png) no-repeat left center;
     }

a#gallery:hover {
     background: url(../images/navigation/gallery_h.png) no-repeat left center;
     }
     
a#gallery_h, a#gallery_h:focus {
     background: url(../images/navigation/gallery_h.png) no-repeat left center;
     }
     
a#gallery_h {
     background: url(../images/navigation/gallery_h.png) no-repeat left center;
     }
     
a#imprint, a#imprint:focus {
     background: url(../images/navigation/imprint_l.png) no-repeat left center;
     }

a#imprint:hover {
     background: url(../images/navigation/imprint_h.png) no-repeat left center;
     }
     
a#imprint_h, a#imprint_h:focus {
     background: url(../images/navigation/imprint_h.png) no-repeat left center;
     }

