body, html, #head, #logo, #top, #container, #nav, #content, #info {
    margin: 0;
    padding: 0;
    }
body {
    color: black;
    font-size: 100.01%;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */

  }

  h1 {
    font-size: 1.2em;
    text-align: left;
    color:rgb(197,125,46);
    margin-top:20px;
  }

  h2 {
    font-size: 1.01em;
    text-align: left;
    color:rgb(0,0,0);
  }

   h2.braun {
    font-size: 1.0em;
    text-align: left;
    color:rgb(197,125,46);
  }
  #container {
    width:55em;
    text-align: left;
    margin:0 auto;
    background-color:rgb(240,210,177);
    border:0px solid;
    border-color:green;
  }
  #head {
    text-align: left;
    margin:0 auto;
    background-color:rgb(197,125,46);
  }
  #logo, #top {
   height:180px;
   border:0px solid;
   border-color:green;

  }
  #logo {

    background-repeat: no-repeat;
    background-position:top right;
    background-color:rgb(197,125,46);
    text-align: left;
    width: 13em;
    border:0px solid;
    float:left;
    border-right:3px solid;
    border-color:rgb(197,125,46);
  }
  #logo img {
    float:left;
    text-align: left;
    border:0px solid;
    border-color:green;
    width: 13em;
    height:180px;
  }
  div#top {
    background-image:url(../Images/Navi-oben-Hintergrundbild.jpg);
    background-repeat: no-repeat;
    background-position:top left;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    background-color:rgb(197,125,46);
  }
  h1.top {
    display:block;
    font-size: 1.3em;
    color:white;
    font-weight:bold;
    letter-spacing: 0.4em;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    text-align:center;
    vertical-align:bottom;
    margin-top:10px;
    margin-bottom:0;
    padding:0;
  }
  #top table {
    text-align:right;
    border:0px solid;
    padding: 0em;
    margin-top: 80px;

  }
  #top td {
    color:rgb(0,0,0);
    /*vertical-align:bottom;*/
    text-align:center;
    height: 57px;
    width:9em;
    border:0px solid;
    /*background-image:url(../Images/Navi-Button-orange-klein.jpg);
    background-repeat: no-repeat;
    background-position:top center;*/
  }
  td.top1 {
    /*background-image:url(../Images/Navi-Button-weiss-klein.jpg);
    background-repeat: no-repeat;
    background-position:top center;*/
    color: white;
  }
  .top1 img {
    display:block;
    text-align:center;
  }
  .top1 a {
    color: white;
    font-weight:bold;
    font-size: 1em;
    text-decoration:none;
  }
  .top2 a {
    font-weight:bold;
    font-size: 1em;
    text-decoration:none;
    color: black;
  }
  #top a:link {
    padding:5px 3px 3px 3px;
    color:rgb(31,26,23);
  }
  #top a:visited {
    padding:10px;
    color:rgb(255,255,255);
  }
  #top a:hover {
    color:rgb(231,120,23);
    padding:10px;

  }
  #top a:active {
    padding:10px;
    color: rgb(102,122,179);
  }
  #top a:focus {
    padding:10px;
    color: rgb(102,122,179);
  }
  #top img {
    display:block;
    vertical-align:top;
    margin-bottom:9px;
    width:25px;
    height:25px;
    border:0px;
  }
  div#left {
    background-color:rgb(240,210,177);
    float: left;
    width: 13em;
    min-height:45em;
    margin: 0; padding: 0em;
    font-weight:bold;
    color:#000000;
    vertical-align: middle;
    text-align: left;
    border:0px solid;
    border-right:3px solid;
    border-color:rgb(197,125,46);
  }
   div#left img{
    width: 12em;
    text-align:center;
    border:0px solid;
   }

  #nav_left  {
    padding: 0.5em;
    margin: 1em 0.4em;
    text-align:right;
    font-size: 0.85em;
  }
  #nav_left table {
    text-align:right;
    border:0px solid;
    padding: 0em;
    margin: 0em;
    width:9em;
  }
  #nav_left a {
    font-weight:bold;
    font-size: 0.85em;
    text-decoration:none;

  }
  #nav_left a:link {

    color:rgb(231,120,23);
    /*background-image:url(../Images/Button_klein_weiss.gif);
    background-repeat: no-repeat;
    background-position:top right;*/
    padding-right:25px;

  }
  #nav_left a:visited {
    color:rgb(31,26,23);
    /*background-image:url(../Images/Button_klein_weiss.gif);
    background-repeat: no-repeat;
    background-position:top right;*/
    padding-right:25px;

  }
  #nav_left a:hover {
    color:rgb(255,255,255);
    /*background-image:url(../Images/Navi-Button-orange-klein.jpg);
    background-position:top right;*/
    padding-right:25px;

  }
  #nav_left a:active {
    color: rgb(102,122,179);
    /*background-image:url(../Images/Navi-Button-weiss-klein.jpg);
    background-repeat: no-repeat;
    background-position:top right; */
    padding-right:25px;
  }
  #nav_left a:focus {
    color: rgb(231,120,23);
    /*background-image:url(../Images/Navi-Button-weiss-klein.jpg);
    background-repeat: no-repeat;
    background-position:top right; */
    padding-right:25px;
  }
  #home a:link {
    color:rgb(197,125,46);
  }
  #home a:visited {
    color:rgb(197,125,46);
  }
  #home a:hover {
    color:rgb(255,255,255);
  }
  #home a:active {
    color: rgb(102,122,179);
  }
  #home a:focus {
    color: rgb(231,120,23);
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    background-color:rgb(255,241,235);
  }
  div#Inhalt{
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  div#Inhalt p {
    display: block;
    text-align:left;
    font-size: 0.95em;
    margin: 0;
    color:black;
  }
  div#Inhalt img{
    display: block;
    text-align:left;
    font-size: 0.95em;
    width: 23em;
    margin:0.5em 0em;
   }
   div#Workshop{
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.9em;
    margin: 0.5em;
  }
   div#Workshop img{
    display: block;
    text-align:left;
    font-size: 0.95em;
    width: 13em;
    margin:0.5em 0.5em;
    border:0px solid;
   }
  div#Inhalt_home {
    margin-top: 1em;
    padding:0.3em;
   }
   div#Inhalt_home img{
    width: 15em;
    height: 9em;
    margin:0em 0em;
    display: block;
    border:0px solid;
   }
  .home {
    font-size: 0.8em;
    vertical-align:top;
    border:0px solid;
  }
  .spalte {
    vertical-align:top;
  }
  div#Inhalt_boote img{
    width: 15em;
    margin:0em 0em;
    display: block;
    border:0px solid;
   }
  .boote {
    font-size: 0.8em;
    vertical-align:top;
  }
  .home_r {
    font-size: 0.8em;
    vertical-align:top;
  }
  .home_r img{
    width: 14em;
    height: 9em;
    margin:0em 0em;
    display: block;
  }
  .home_right {
    border-left:2px solid;
    border-color:rgb(197,125,46);
    vertical-align:top;
    width: 13em;
    padding:0.3em;
   }

  div#Info {
    display:block;
    min-height:45em;
    font-size: 0.9em;
    float: right;
    width: 16em;
    margin-top: 2em;
    padding:1em;
    background-color:rgb(255,241,235);
    border-left:2px solid;
    border-color:rgb(197,125,46);
  }

  div#Info p {
    font-size: 0.9em;
    margin: 0.5em;
  }
  div#Info img{
    width: 15em;
  }
  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color:rgb(220,218,191);
    border-top: 1px solid silver;
  }
  .black {
    color:black;
    font-size: 0.8em;
    font-weight:normal;
  }
  .ocker {
    color:rgb(197,125,46);

  }
