/* CSS Document */

/* Grundlayout */

div#main_frame{
  position:absolute;
	height:Inherit;
	left:50%;
	height:100%;
	margin-left: -402px;
}

div#center_frame{
  position:relative;
	width:804px;
    height:100%;
	padding:0px 0px 0px 0px;
}
div#header{
  position:relative;
	width:804px;
	padding:40px 0px 0px 30px;
	height:72px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}


div#content{
  position:relative;
	width:804px;
	padding:10px 0px 0px 0px;
	height:auto;
}

div#content-left{
  position:relative;
	width:220px;
	padding:0px 0px 0px 22px;
	height:auto;
	float:left;
}

div#content-right{
  position:relative;
	width:453px;
	padding:0px 0px 0px 15px;
	height:auto;
	float:left;
	background-image:url(../images/bg-content-rechts.gif);
	background-repeat:no-repeat;
}

div#footer{
  position:relative;
	width:771px;
	padding:0px 0px 0px 0px;
	height:29px;
	float:left;
	left:17px;
	background-color:#fedaa2;
	text-align:center;
}

/* Boxen */

div#box1{
  position:relative;
	width:217px;
	padding:0px 0px 0px 0px;
	margin:0;
	height:50px;
}

div#box1-kopf{
  position:relative;
	width:217px;
	height:19px;
	background-image:url(../img/oben.gif);
	background-repeat:no-repeat;
	margin:0px 0px 2px 0px;
	padding:0px;
}

div#box1-mitte{
  position:relative;
	width:207px;
	padding: 5px;
	height:auto;
	background-color:#fedaa2;
}

div#box1-fuss{
  position:relative;
	width:217px;
	height:19px;
	background-image:url(../img/unten.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	padding:0px;
}

div#box2{
  position:relative;
	width:217px;
	padding:0px 0px 0px 0px;
	height:auto;
}

div#box2-kopf{
  position:relative;
	width:217px;
	padding:0px 0px 0px 0px;
	height:19px;
	background-image:url(../img/oben.gif);
	background-repeat:no-repeat;
	margin-bottom:2px;
}

div#box2-mitte{
  position:relative;
	width:207px;
	padding:5px;
	height:auto;
	background-color:#fedaa2;
}

div#box2-fuss{
  position:relative;
	width:217px;
	padding:0px 0px 0px 0px;
	height:19px;
	background-image:url(../img/unten.gif);
	background-repeat:no-repeat;
	margin-top:2px;
}
