/* CSS Dokument */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #B8AD8E;
	/* background-image: url(img/bg.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	text-align: center; /* horizontal centering for IE Win quirks */
}

/* Mindesthöhe */
.prop {
    float:right;
    width:1px;
  }

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

.min500px {
    height:500px;
  }

#container {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin:0 auto;
	text-align: left;
	width: 700px;
	border: 0px solid;
}

#inhaltsleiste {
	width: 700px;
	background-color: #ffffff;
}	

#teaser {
	width: 700px;
	height: 330px;
}

#navi {
	padding-top: 5px;
	width: 675px;
	height: 25px;
	text-align: center;
	float: left;
	background-color: #747260;
}
#drucknavi {
	padding-top: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	float: left;
	background-color: #747260;
}

#text {
	width: 660px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	background-color: #ffffff;
}

#fusszeile {
	width: 700px;
    height: 45px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	float: left;
	background-color: #ffffff;
}

#rheinline {
	margin: 0;
	position: relative; /* puts container in front of distance */
	text-align: right;
	width: 700px;
    height: 30px;
	float: left;
}
