#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 990px;
	height: 30px;
	padding: 170px 0px 0px 0px; /*oben|rechts|unten|links */
	background: transparent;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: transparent; 
	width:990px;
	padding-bottom: 90px;  /* Height of the footer */
}

#content .content_left {
	float: left;
	width: 260px;
	margin-right: 20px;
}

#content .content_right {
	float: left;
	width: 700px;
}

#content .clear {
	clear: both;
}

.content_right h1, .content_right h1 {
	margin:0 -10px 10px -10px;  /*oben|rechts|unten|links */
	padding:0 10px 5px 10px;  /*oben|rechts|unten|links */
	border-bottom: 0px solid #000;
}

#xnav {
	display:block;
	text-align:center;
	width: 250px;
	background:transparent;
}

#xnav a {
	color: #fff;
}

.xtop, .xbottom {
	display:block; 
	background:transparent;
	font-size:1px;
}

.xb1, .xb2, .xb3, .xb4 {
	display:block; 
	overflow:hidden;
}

.xb1, .xb2, .xb3 {
	height:1px;
}

.xb2, .xb3, .xb4 {
	background-repeat:repeat; 
	border-left:0px solid #000;
	border-right:0px solid #000;
}

.xb1 {
	margin:0 5px; 
	background:transparent;
}

.xb2 {
	margin:0 3px;
	border-width:0 0px;
}

.xb3 {
	margin:0 2px;
}

.xb4 {
	height:2px; 
	margin:0 1px;
}

.xboxcontent {
	display:block; 
	border:0 solid #000; 
	border-width:0 0px; 
	height:auto;
	min-height: 500px;
	background-repeat:repeat;
	padding: 0px 10px 10px 10px; /*oben|rechts|unten|links */
}

* html .xboxcontent {
	height:1px;
}

/*background color H1 */
.color_a {

}

.color_b {
	background-repeat:repeat;
}


#footer {
	position: absolute;
	bottom: 0px;
	left: 50%; /*some magic to align the element in the center*/
	width: 990px;
	margin-left: -495px;/* half of the width */
	height: 80px;
	padding-bottom: 5px;
	background-color: transparent;
}

#footer_inside {
	text-align: center;
	color:#000;
}