*{
	padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; /* wichtig */
	font: 11px Arial, sans-serif;
    line-height: 1.5em;
	color: #5A5A5A;
	background: silver;
	text-align: center;
}

header img {display: block;}

p {
  margin: 0;
  padding: 1em 0;
}

a:link { text-decoration: none; color: gray; }
a:visited { text-decoration: none; color: gray; }
a:hover { text-decoration: none; color: white; }
a:active { text-decoration: none; color: green; }

#box{
	width:772px;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background: silver;
}

#header{
  	width:772px;
  	height: 262px;
  	background-repeat: repeat-y;
  	overflow: hidden;

}
#index{
  	width:772px;
  	height: 600px;
}

#inhalt {
  	width:772px;
  	height: 302px;
  	

}

#mm {
  	height: 36px;
  	width:772px;
  	background-image: url(http://www.mobile-massage-in-berlin.de/img/mm.jpg);
  	background-repeat: no-repeat;
}

#footer {
  	width: 100%;
  	position: absolute;
  	bottom: 0;
  	height: 10px;
 	line-height: 10px;
	text-align:center;
	color: gray;
}

.text {
	padding: 13px 50px 0px 170px;		
}

.red a:link { text-decoration: none; color: #BC1553; }
.red a:visited { text-decoration: none; color: #BC1553; }
.red a:hover { text-decoration: none; color: #BC1553; }
.red a:active { text-decoration: none; color: #BC1553; }

.red {
	color: #BC1553;
}

.gray a:link { text-decoration: none; color: #5A5A5A; }
.gray a:visited { text-decoration: none; color: #5A5A5A; }
.gray a:hover { text-decoration: none; color: #ffffff; }
.gray a:active { text-decoration: none; color: #BC1553; }


.text_01 {position:absolute; left:30px; line-height: 1.7em; width:140px; float:left;}

.text_02 {position:absolute; left:180px; line-height: 1.7em; width:550px; float:left;}

.text_03 {position:absolute; left:180px; line-height: 1.7em; width:430px; float:left;}

.text_04 {position:absolute; left:185px; line-height: 1.8em; width:545px;}

.text_l {line-height: 1.7em !important;/* moderne Browser */	line-height: 1.5em; /* IE */}

.text_11 {position:absolute; left:30px; line-height: 1.5em !important; width:175px; float:left;}

.text_12 {position:absolute; left:215px; line-height: 1.5em !important; width:175px; float:left;}

.text_13 {position:absolute; left:398px; line-height: 1.5em !important; width:175px; float:left;}

.text_14 {position:absolute; left:583px; line-height: 1.5em !important; width:175px;}

.text_21 { width: 285px; left: 30px; position: absolute; }


/* Mailformular */

.formbox {
  position:absolute;
  left:405px;
  width: 300px;
  font-size: 0.8em;
}

.reihe {
  padding: 0px;

}

.feld {
  clear: both;
  width: 300px;
  text-align: left;
  
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 5px;
}

.defbreite {
  width:300px;
  background-color: #ffeeff;
  border: 1px outset;
  border-color: #BC1553;
  }