/*Allgemeine Einstellungen*/
* {
  font-size:100%;
  padding: 0;
  margin: 0;
}

*html{font-size:100%}

img, a img {
  border: 0;
}

a, a:visited {
  color: #663333;
  text-decoration: underline;
}

a:hover {
  color: #101010;
  text-decoration: none;
}

body {
  background-color:#FBECD9;
  width:100%;
  height:102%;
  color: #663333;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:92%;
  margin: 0; padding: 0;
  text-align: center;
}

div#Seite {

    text-align: left;    /* nicht IE wieder links */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 100%;
    height:100%;
    padding: 0;
  }

div#Navi {
background-image:url(../img/bg_oben.jpg);
margin: 0; padding:0;
height:83px;
width:100%;
}

div#Inhalt{
text-align:center;
margin:0;
padding:0;
}

div#inhalt p.text, span.text{
text-align:justify;
padding-top:7px;
padding-left:5px;
padding-right:5px;

}



div#startpage{
margin:0;
padding:0;
}

div#wohnung{
text-align:left;
padding:7px;
margin:0;
width:774px;
}




#imageContainer {
  position:relative;
  margin:0;
  width:400px;
  /*height:300px;*/
}

#textContainer {
  position:relative;
  left:5;
  margin:auto;
  /*height:300px;*/
}

#textContainer p.text {
text-align:justify;

}

div#Fuss {
display: inline;
background-image:url(../img/bg_unten.jpg);
margin: 0; padding: 0;
font-size:80%;
position:absolute;
bottom:0px;
left:0px;
height:53px;
width:100%;
}


html>body div#Fuss {  /* nur fuer moderne Browser! */
position: fixed;

}

div#Fuss p{
float:right;
position:relative;
top:-21px;
}




