/* stylesheet fuer www.lutz-scheulen.de/photoseite*/
body  {color: #9f9f9f;
      text-align: center;
      background-color: #4e4e4e;
      overflow: auto;
}

a:link  { color: #9f9f9f;
} 

a:visited { color: #9f9f9f;
}

/* Kopfzeile der Startseite */
#kopf01 {position: absolute;
        top: 0px; width: 98%; height: 50px; left: 1%;
        font-family: Courier New,Courier,monospace;
}     

/* Kopfzeile der Bilderseiten */
#kopf02 {position: absolute;
        top: 0px; height: 30px; left: 1%; width: 98%;
        margin-top: 6px;
        font-family: Courier New,Courier,monospace; font-weight: bold; font-size: 16px; letter-spacing: 1px;
}

/* Inhaltsbereich Startseite */
#navbereich {
            position: absolute;
            top: 100px; height: 420px;
            left: 50%; width: 50%;
            }

/*shift wird benötigt, um den Inhaltsbereich zu zentrieren*/
#shift {position: relative;
        left: -410px;
}

#inhalt01 {list-style: none;
          height: 420px; width: 820px;
          overflow: auto;
          }

#inhalt01 a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#inhalt01 a:hover {
	background-position: left bottom;
}

#inhalt01 .gruen {
      width: 149px;
      height: 99px;
      background: url(images/gruen.jpg) no-repeat;
      left: 0px;
      top: 20px;
}
#inhalt01 .night {
      width: 149px;
      height: 100px;
      background: url(images/night.jpg) no-repeat;
      left: 170px;
      top: 20px;
}
#inhalt01 .underground {
      width: 148px;
      height: 100px;
      background: url(images/underground.jpg) no-repeat;
      left: 336px;
      top: 20px;
}
#inhalt01 .schwarzweiss {
      width: 148px;
      height: 100px;
      background: url(images/schwarzweiss.jpg) no-repeat;
      left: 504px;
      top: 20px;
}
#inhalt01 .sonstige {
      width: 148px;
      height: 99px;
      background: url(images/sonstige.jpg) no-repeat;
      left: 672px;
      top: 20px;
}
#inhalt01 .srilanka {
      width: 150px;
      height: 100px;
      background: url(images/srilanka.jpg) no-repeat;
      left: 0px;
      top: 140px;
}
#inhalt01 .makro {
      width: 148px;
      height: 99px;
      background: url(images/makro.jpg) no-repeat;
      left: 170px;
      top: 140px;
}
#inhalt01 .dbtbc {
      width: 148px;
      height: 100px;
      background: url(images/dbtbc.jpg) no-repeat;
      left: 336px;
      top: 140px;
}
#inhalt01 .krzbrg {
      width: 149px;
      height: 100px;
      background: url(images/krzbrg.jpg) no-repeat;
      left: 504px;
      top: 140px;
}
#inhalt01 .camb-vietn {
      width: 148px;
      height: 99px;
      background: url(images/camb-vietn.jpg) no-repeat;
      left: 672px;
      top: 140px;
}
#inhalt01 .usa {
      width: 149px;
      height: 99px;
      background: url(images/usa.jpg) no-repeat;
      left: 0px;
      top: 260px;
}
#inhalt01 .option02 {
      width: 149px;
      height: 99px;
      background: url(images/option02.jpg) no-repeat;
      left: 170px;
      top: 260px;
}
#inhalt01 .option03 {
      width: 147px;
      height: 99px;
      background: url(images/option03.jpg) no-repeat;
      left: 336px;
      top: 260px;
}
#inhalt01 .news {
      width: 149px;
      height: 99px;
      background: url(images/news01.jpg) no-repeat;
      left: 504px;
      top: 260px;
}
#inhalt01 .about {
      width: 148px;
      height: 101px;
      background: url(images/about2.jpg) no-repeat;
      left: 672px;
      top: 260px;
}
/* Inhaltsbereich mit Flash */
#inhalt02 {position: absolute;
          top: 30px; height: 520px; width:98%; left: 1%;
}

/* Inhaltsbereich News */
#inhalt03 {position: absolute;
          top: 100px; height: 420px; width:98%; left: 1%;
          padding: 0; 
          overflow: auto;
          font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; letter-spacing:1px; line-height: 140%;
          border: solid 1px #999;
}

#inhalt03 span {font-weight: bold;
                color: #ffffff;
}

/* Fusszeile */
#fuss01 {position: absolute;
        top: 550px; width: 98%; left: 1%;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

#untenrechts {position: absolute;
        bottom: 0%;
        right: 5%;
}

#obenlinks {position: absolute;
        top: 5%;
        left: 2%;
}
#obenrechts {position: absolute;
        top: 0%;
        right: 2%;
}
#links {position: absolute;
        bottom: 5%;
        left: 5%;
}

#black {color: #9f9f9f;
      text-align: center;
      background-color: #000000;
      overflow: auto;
}
