body { color: #ccc; font-size: 12px; letter-spacing: 1px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background: #000; }

/*SIZE*/
#main {height: 620px; width: 1000px; outline: solid 1px gray; margin-left: auto; margin-right: auto; margin-top: 50px; text-align: center; }
#head {height: 140px; width: 1000px; }
#menu {height: 20px; width: 1000px; }
#content { height: 430px; width: 970px; padding: 15px; text-align: left; }
#index1 { height: 400px; width: 1000px; }
#index2 { height: 40px; width: 1000px; margin-top: 20px; }
#index3 { height: 460px; width: 1000px; background-image: url(images/webtitel.gif);}
#gallery { height: 460px; width: 1000px; }
#gallery_left { float: left; height: 430px; width: 325px; padding: 15px; text-align: left; }
#gallery_right {  float: left; height: 430px; width: 615px; padding: 15px; text-align: left;  }
#footer { margin: auto; height: 20px; width: 1000px; }
#sitemap { height: 400px; width: 1000px; background: #ff8600; text-align: left;}

/*CLASS*/
.orange { background: #ff8600 }
.black { background: #000 }
.silver { background: #333 }


/*TYPOGRAPHY*/
.footer_text { text-align: center; color: #333; font-size: 90%; margin-top: 5px; }
.orange_text { color: #ff8600; }
.headline_o { font-weight: bold; font-size: 120%; letter-spacing: 3px; color: #ff8600; background: transparent; }
.headline_g { font-weight: bold; font-size: 120%; letter-spacing: 3px; color: #ccc; background: transparent; }
.index { font-size: 100%; letter-spacing: 4px; color: #ff8600; background: transparent; }

/*LINKS*/
a  img {
border: 0;
}

a:link { color: #ccc }
a:visited { color: #ff8600 }
a:hover { color: #ff8600 }
a:active { color: #ff8600 }