/*für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt*/
body, html, #navigation, #container, #inhalt , #kopf, #fusszeile, #portrait{
   margin: 0;
   padding: 0;
}
body {
   /*font: 100% sans-serif;
   background-color: #FFF;*/
   text-align: center; /*Zentrierung für den IE 5.x */
}
#container {
   top: 0;
   left: 0;	
   width: 1040px;
   text-align: left;
   position: absolute;
   background-image: url(images/bglinks.jpg);
   background-repeat: repeat-y;
   margin: 0 0 0 0;   /*Zentrierung für die standardkonformen Browser */
   min-height: 720px;
}
#kopf {
	position: absolute;
	width: 800px;
	height: 120px;
	left: 240px;
	top: 0em;
   /*text-align: center;*/
   /*border:  blue dotted 3px;*/
   }
#navigation {
   position: absolute;
   top: 300px;
   width: 240px;
   float: left;
   /*border:  green dotted 3px;*/
}
#inhalt {
	position:absolute;
	left: 240px;
	top: 120px;
	width: 800px;
	background-image: url(images/SusiVcard24.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
   color: #806640;
   /*border:  black dotted 3px;*/
}

#inhaltpreise {
	position:absolute;
	left: 240px;
	top: 120px;
	width: 800px;
	background-image: url(images/Susi_Herzog_Interior.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
   color: #806640;
   /*border:  black dotted 3px;*/
}

#inhaltbgleer {
	position:absolute;
	left: 240px;
	top: 120px;
	width: 800px;
	background-image: url(images/titelbalkenohnetext.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
   color: #806640;
}
#portrait201612 {
	position:absolute;
	left: 240px;
	top: 120px;
	width: 800px;
	background-image: url(images/Portrait201702B.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
   color: #806640;
   /*border:  black dotted 3px;*/
}


#fusszeile {
	position:absolute;
	left: 240px;
	top: 712px;
	width: 800px;
	margin: 5px 0px 0px 50px;
	color: #806640;
}

/* Margin top, right,bottom,left */
#fliesstext {
   margin: 80px 50px 25px 50px;
  
}

#fliesstext1 {
   margin: 25px 407px 25px 50px;
   /* margin: 25px 10px 25px 50px; */
}


#tabletext {
	margin-top: 40px;
	margin-left: 60px;
	/*padding-left: 380px;  */
}


#titel {
   margin: 200px 25px 25px 75px;
   padding: 25px 0 0;
   /*font-size: 1.3em;*/
}

#titel1 {
   margin: 200px 25px 25px 50px;
   padding: 25px 0 0;
   /*font-size: 1.3em;*/
}

#titel2 {
   margin: 50px 25px 25px 480px;
   padding: 25px 0 0;
   /*font-size: 1.3em;*/
}
