/****************/
/* standard.css */
/****************/

html, body
      { 
	height: 100%;
	width: 100%;
        margin: 0; /*ok*/
      }
		* html body
		{
		text-align: center;
		}


#BaseHeader, #BaseCenter, #BaseFooter
{
  padding: 0;
  width: 815px;
  margin: 5px auto;
} 

#BaseHeader {  margin: 5px auto 0 auto; } 
#BaseCenter {  margin: 0 auto; }
#BaseFooter {  margin: 0px auto 5px auto; } 

          * html #BaseHeader, * html #BaseCenter
          {
          	text-align : left;
          }

#Header
{
  width: 638px; /*drin wegen moz*/
  float:left;
}

#HeaderImage
{
  width: 638px;
  overflow: hidden; /* bilderzubreitcut */
}

#Footer
{
  clear: both;
  background-color: #f3f3ec;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 5px 5px 5px 0px;
  text-align: center;
  width: 805px;
  border-top: 10px solid #e4e0ce;
  margin-bottom: 15px;
}

#Footer a
{
  color: #82795e;
  background-color: #f3f3ec;
  padding: 5px 10px 5px 10px;
}


/* -- METANAVIGATION ------------------------*/

#StyleSwitcher {
    border-top: 20px solid #e4e0ce;
    }

#StyleSwitcher .zwei{font-weight: normal;}
#StyleSwitcher .eins{font-weight: bold; color: black;}
/* #StyleSwitcher .mobil{font-weight: normal;} */

.preview_strong {background: yellow; visibility: visible;}
.preview_strong img {border: 1px solid red;}
.preview_weak { visibility: hidden;}
