/* 
 * Die Gesammte Seite
 */
body{    
 text-align: center;  /* Zentrierung im Internet Explorer */
 background-color: #f4ede4;
 margin: 0px;
 padding: 0px;
}
#page{
 text-align: left;    /* Seiteninhalt wieder links ausrichten */
 margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
 width: 971px;
 padding: 0px;
}
/*
 * Die Topnavi
 */
#topnavi {
  height: 20px;
  background-color: #f4ede4;
  padding-left: 15px;
  padding-top: 2px;
  float:left;
}
#topnaviLink {
font-family: Verdana,Arial,Sans;
font-size: 8pt;
color: black;
margin-right: 5px;
margin-left: 5px;
}

/*
 * Headbanner
 */
#headbanner {
}

/*
 * Die mittlere Zeile
 */
#middle{
}

/*
 * Die linke Spalte
 */

#anruf{
  padding: 0px;
  margin:0px;
/*  border-top: solid 1px white;/**/
  height: 40px;
}
#linkanruf {
  padding: 0px;
  margin: 0px;
}
#bildlinks {
  padding: 0px;
  margin: 0px;
  border: none;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}
#bottomleft {
height: 110px;
margin: 0px;
padding: 0px;
border: none;
}
#imgBildDerWoche,
#imgGeschenk {
margin: 0px;
padding: 0px;
border: none;
border-top: solid 1px white;
border-bottom: solid 1px white;
}


#hseitenmotto {
  margin: 0px;
  padding: 0px;
  border: none;
  /*border-top: solid 1px white;/**/
}

#bilderspalte{
margin: 0px;
padding: 0px;
border: none;
float: left;
}
.bildinspalte {
  width: 183px;
  border-top: solid 1px white;
}

#textspalte{
margin: 5px;
padding: 0px;
padding-left: 10px;
padding-rigth: 10px;
border: none;
}
#druckenversenden {
margin: 0px;
padding: 0px;
padding-left: 30px;
padding-top: 6px;
border: none;
clear:both;
height: 21px;
background-color: #cee5f3;
}

/*
 * Die Fußzeile
 */
#bottom{
margin: 0px;
padding: 0px;
border: none;
clear: both;
}
#fusszeile {
margin: 0px;
padding: 0px;
border: none;
padding-top: 8px;
padding-left: 20px;
height: 22px;
background-color: #a3b6a7;
}

/*
 * Startseite
 */
#textbox {
border-top: solid 1px white;
width: 382px;
height: 190px;
padding: 10px;
padding-left: 25px;
overflow: auto;
background-image: url(/core/cms/layout/textboxBackground.gif);/**/
}

#startbild {
border-left: solid 1px white;
border-top: solid 1px white;
}
#bilderreihe {
width: 554px;
overflow: hidden;
border-top: solid 1px white;
border-bottom: solid 1px white;
}
.bildinreihe {
border-left: solid 1px white;
}

#druckbutton {
  display: none;
}
