/*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: 1440px;
   text-align: left;
   position: absolute;
   /*background-image: url(imagesFH/FHBGlinks.jpg)*/;
   /*background-repeat: repeat-y;*/
   margin: 0 0 0 0;   /*Zentrierung für die standardkonformen Browser */
   min-height: 1012px;
   background-color: rgb(213,235,244);
}
#kopf {
	position: absolute;
	width: 800px;
	height: 120px;
	left: 360px;
	top: 0em;
   /*text-align: center;*/
   /*border:  blue dotted 3px;*/
   }

#inhalt {
	position:absolute;
	left: 360px;
	top: 120px;
	width: 800px;
	background-image: url(imagesFH/KugelA.jpg);
	background-repeat: no-repeat;
	min-height: 900px;
   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;
}
#portrait201103 {
	position:absolute;
	left: 240px;
	top: 120px;
	width: 800px;
	background-image: url(images/portrait201103.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
   color: #806640;
   /*border:  black dotted 3px;*/
}


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

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

#fliesstext1 {
   margin: 240px 10px 25px 30px;
}

#tabletext {
	margin-top: 80px;
	margin-left: 20px;
	/*padding-left: 380px;  */
}


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

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