body {
	color: black; background-color: white;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0; padding: 20px 0 12px;
    text-align: center;  /* Zentrierung im Internet Explorer */
    overflow: scroll;
  }

div#seite { text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px; 
    padding: 0 0 0 20px; 
    overflow: hidden; 
    border: solid 1px #999; }

div#logo { float: left; margin: 25px 0 20px 2px; }

div#subNavi {
	float: right;
	margin-top: 1px;
  	margin-right: 1px;
  	background-color: #006600;
  }

div#subNavi td {
	border-left: 1px solid white;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 16px;
  	background-color: #006600;
  }

div#breadcrumb { background-image: url(../bilder/layout/breadcrumb.gif); background-repeat: repeat-x; background-position: left center; width: 884px; text-align: right; float: right; margin: 10px 10px 0; border-right: 1px solid #ccc; }
 
div#menu { 
	margin: 47px 0 20px 10px; 
	float: left; 
	text-align: left; 
	padding: 2px;  
}

div#main {width: 660px; margin: 10px 10px 10px 0; float: right; text-align: left; padding: 20px 10px 20px 20px; border-color: #ccc; border-style: solid solid solid dotted; border-width: 0 1px; }


  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border-top: 1px solid silver;
  }
div#footer {margin: 5px auto 0; text-align: center;}

td.weisser_punkt { background-image: url(../bilder/layout/weisser-punkt-1x1.gif); background-repeat: no-repeat; background-position: left top; }
td.linksunten_grau{ border-left: 1px solid #006600; border-bottom: 1px solid #006600; }
td.unten_grau { border-bottom: 1px solid #006600; }
td.linksunten{ border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; }
td.linie_unten{ border-bottom: 1px solid #006600; }

img.rahmen { border: solid 4px #060; }
img.rahmen2px { border: solid 2px #060; }

