/* Formatierung der Ebenen zum Inhaltslayout */

#logo
{
	left: 10%;
	top: 41px;
	position: absolute;
	z-index: 1;
}

#stripes-blue
{
	left: 0px;
	top: 90px;
	position: absolute;
	z-index: auto;
}

#stripes-beige
{
	left: 0px;
	top: 181px;
	position: absolute;
	z-index: auto;
}

#navigation
{
	left: 10%;
	top: 181px;
	position: absolute;
	z-index: 2;
}

#spruch
{
	left: 590px;
	top: 110px;
	position: absolute;
	margin-left:10%;
	z-index: 3;
	color: #FFFFFF;
	text-align: right;
}

#content
{
  position:relative;
  width:1050px;
  margin-left:10%;
}

#inhalt
{
	float:left;
	height: auto;
	width: 550px;
	margin-top: 235px;
	padding-right: 30px;
	margin-bottom:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BAD0D8;
	min-height:276px;
}

#infobox
{
	float:left;
	height: auto;
	width: 400px;
	margin-top: 235px;
	margin-left: 25px;
	margin-bottom:30px;
}

#footer {
	z-index:10;
	position:fixed;
	bottom:0px;
  width:90%;
	clear:left;
	margin-top: 30px;
	text-align:left;
	font-size: 0.85em;
	padding-top: 3px;
	padding-left: 10%;
	padding-bottom: 3px;
	background-color: #EAE5D3;
	background-image: url(../images/content_trennstrich_oben.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #1B637F;
	min-width:750px;
		}

#Infobereich
{
  position:fixed;
  bottom:20px;
  width:90%;
  padding:20px 0 0 10%;
  background-color: #EAE5D3;
  min-height:420px;
}

#save1
{
  z-index: 5;
  width: 44%;
  float:left;
  min-width:440px;
}
#save2
{
  z-index: 5;
  width: 44%;
  float:left;
  min-width:440px;
}