  body {
    color: #dcdcdc; 
    background-color: #424242;
    font-size: 100.01%;
    font-family: Verdana,Arial,sans-serif;
    margin: 0; 
    margin-top: 20px; 
    padding: 0.1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    background-color: #fed;
    border: 2px ridge silver;
  }

/* --------------------- Text-Definition ---------------------- */
  .Copyright {
    font-weight: normal;
    font-size: 0.8em;
    color: #DCDCDC;
  }

  .Welcome {
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing:0.1em;
    color: #DCDCDC;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .Heading {
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing:0.1em;
    color: #DCDCDC;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .Normal {
    font-weight: normal;
    font-size: 1.2em;
    color: #DCDCDC;
    margin-left: 15px;
  }

  .Photography {
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing:0.8em;
    color: #DCDCDC;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .Logo {
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .JPpic {
    margin-top: 66px;
    margin-left: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

/* --------------------- link-Definition ---------------------- */
  .a1 {
    color: #dcdcdc; 
    background-color: #424242;
    text-decoration:underline;
    font-size: 100.01%;
    font-family: Verdana,Arial,sans-serif;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  .a2 {
    color: #424242; 
    text-decoration:underline;
    font-size: 100.01%;
    font-family: Verdana,Arial,sans-serif;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

/* ---------------- HEADER --------------------------------------------*/
  div#Header {
    font-size: 1.5em;
    margin: 0 0 0.0em; 
    padding: 0em;
    height: 149px;
    text-align: right;
    vertical-align: bottom;
    background-color: #424242;
    border: none;
    background-image: url('../images/head_bg.gif');
    background-repeat: repeat-x;
  }


/* ---------------- FOOTER --------------------------------------------*/
  div#Footer {
    clear: both;
    font-size: 0.9em;
    margin: 0; 
    padding: 0em;
    text-align: center;
    border-top: 1px solid silver;
  }


/* ---------------- THUMBS --------------------------------------------*/
  .ThumbsTable {
  }

  .ThumbsTR {
  }

  .ThumbsTD {
    text-align: center;
    width: 140px;
    height: 140px;
    background-image: url('../images/dia_frame.gif');
    background-repeat:no-repeat;
  }

  .ThumbList {
  }

  .ThumbImage {
  }

  .ThumbImageSpan {
  }



/* ---------------- IMAGES --------------------------------------------*/
  .SingleImageTable {
    text-align: center;
    width: 100%;
  }

  .SingleImageTR {
    width: 100%;
  }

  .SingleImageTD {
    width: 100%;
  }

  .SingleImageTDdeco {
    width: 100%;
    border: 1px dashed silver;
  }

  .SingleImage {
    border: 1px solid silver;
  }

  .1galimage {
    clear: both;
    font-size: 1.0em;
    padding: 0.5em;
    text-align: center;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }

/* ---------------- NAVIGATION ----------------------------------------*/
   .NaviTable {
   
   }

   .NaviTR {
   
   }

   .NaviTD {
    margin: 0 0 1.1em; 
    text-align: center;
    vertical-align: top;
   }


/* ---------------- NAVIGATION ----------------------------------------*/
div#Navigation_top {
  font-size: 0.83em;
  float: left; 
  width: 222px;
  margin: 0 0 1.2em; 
  margin-left: 30px;
  padding: 0;
  /*border: 1px dashed silver;*/
  background-image: url('../images/menu_top.gif');
  background-repeat: repeat-y;
}

div#Navigation_bottom {
  font-size: 0.83em;
  float: left; 
  width: 222px;
  margin: 0 0 1.2em; 
  margin-left: 30px;
  padding: 0;
  /*border: 1px dashed silver;*/
  background-image: url('../images/menu_bottom.gif');
  background-repeat: no-repeat;
}

div#Navigation {
  color: #424242;  /* to be deleted */
  font-size: 0.83em;
  float: left; 
  width: 190px;
  margin-left: 30px;
  padding: 0;
  padding-left: 2em;
  /*border: 1px dashed silver;*/
  background-image: url('../images/menu_middle.gif');
  background-repeat: repeat-y;
}

* html div#Navigation {  /* StarHTML-Hack zur Anpassung des Abstandes fuer IE6 */ 
  margin-left: 25px;
  }

ul#Navigation li {
  list-style: none;
  margin: 0; 
  padding: 0.5em;
}

ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}

ul#Navigation a:link {
  color: black; 
  background-color: #eee;
}

ul#Navigation a:visited {
  color: #666; 
  background-color: #eee;
}

ul#Navigation a:hover {
  color: black; 
  background-color: white;
}

ul#Navigation a:active {
  color: white; 
  background-color: gray;
}


/* ---------------- INFO ----------------------------------------------*/
  div#Info {
    font-size: 0.9em;
    float: right; 
    width: 2em;
    margin: 0 0 1.1em; 
    padding: 0;
    background-color: #424242; 
  /*border: 1px dashed silver;*/
  }

  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }

  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

/* ---------------- CONTENT -------------------------------------------*/
  div#Content {
    margin: 0 12em 1em 17em;
    padding: 0 1em;
    padding-top: 2px;
  /*border: 1px dashed silver;*/
  }
  * html div#Content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

  div#Content h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }

  div#Content p {
    font-size: 1em;
    margin: 1em 0;
    padding-top: 1em;
  }

  div#flash {
    vertical-align: bottom;
    height:600px;
    width:500px%;
    background-image: url(res/backgrounds/DarkBrushed.jpg);
    background-repeat: repeat;
  }

/* --------------------- Button-Definition ---------------------- */
.button-lvl0-lo {
  color: #7D0202;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-top: 2px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
  border-right: 2px solid #555555;
  border-bottom: 2px solid #666666;
  background-color: #ffffff;
  width: 140px;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  margin: 1px;
  text-decoration:none;
}

.button-lvl0-lo:hover {
  background-color: #ffeeee;
 }

.button-lvl0-lo:active {
  border-top: 2px solid #666666;
  border-left: 2px solid #555555;
  border-right: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-color: #eedddd;
}

.button-lvl0-lo:focus {
  border-top: 2px solid #666666;
  border-left: 2px solid #555555;
  border-right: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-color: #eedddd;
}

.button-lvl0-hi {
  color: #9D0202;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-top: 2px solid #666666;
  border-left: 2px solid #555555;
  border-right: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-color: #dddddd;
  width: 135px;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  margin: 1px;
  margin-left: 5px;
  text-decoration:none;
}

.button-lvl1-lo {
  color: #7D0202;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-top: 2px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
  border-right: 2px solid #555555;
  border-bottom: 2px solid #666666;
  background-color: #ffffff;
  width: 125px;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  margin: 1px;
  margin-left: 15px;
  text-decoration:none;
}

.button-lvl1-hi {
  color: #9D0202;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-top: 2px solid #666666;
  border-left: 2px solid #555555;
  border-right: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-color: #dddddd;
  width: 125px;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  margin: 1px;
  margin-left: 15px;
  text-decoration:none;
}

.button-lvl2-lo {
  color: #7D0202;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-top: 2px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
  border-right: 2px solid #555555;
  border-bottom: 2px solid #666666;
  background-color: #ffffff;
  width: 115px;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  margin: 1px;
  margin-left: 25px;
  text-decoration:none;
}

.button-lvl2-hi {
  color: #9D0202;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-top: 2px solid #666666;
  border-left: 2px solid #555555;
  border-right: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-color: #dddddd;
  width: 115px;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  margin: 1px;
  margin-left: 25px;
  text-decoration:none;
}
.nodeco {
  text-decoration:none;
}

