html{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
}

body{
	width: 100%;
	background-color: #383938;
	margin: 0;
	padding: 0;
}

#center{
	position: absolute;
	width: 100%;
	background-image: url(../images/center_hg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*HEAD*/
#first_line_hg{
	position: relative;
	left: 50%;
	height: 22px;
	width: 1010px;
	margin-left: -505px;
	background-image: url(../images/first_line_hg.gif);
}
#first_line{
	color: #9c9c9c;
	margin: 0px 10px 0px 10px;
}

/*SUBHEAD*/
#head_hg{
	position: relative;
	left: 50%;
	width: 1010px;
	height: 148px;
	margin-left: -505px;
	background-image: url(../images/head_hg.gif);
}
#head{
	height: 148px;
	margin: 0px 10px 0px 10px;
}
#head_image{
	background-image: url(../images/temp_logo.jpg);
	height: 148px;
}

/*MENUE*/
#menue_hg{
	position: relative;
	left: 50%;
	width: 1010px;
	height: 49px;
	margin-left: -505px;
	background-image: url(../images/menue_hg.gif);
	z-index: 100;
}
#menue_container{
	height: 48px;
	margin: 0px 10px 0px 10px;
}

/*CONTENT CONTAINER*/
#content_hg_out{
	position: relative;
	left: 50%;
	width: 1010px;
	margin-left: -505px;
	background-image: url(../images/content_hg_out.gif);
	background-repeat: repeat-y;
}
#content_hg_inner{
	position: relative;
	left: 50%;
	width: 1010px;
	margin-left: -505px;
	background-image: url(../images/content_hg_inner.gif);
	background-repeat: no-repeat;
}
#content_container{
	min-height: 400px;
	background-image: url(../images/content_hg.gif);
	background-repeat: repeat-y;
	margin: 0px 10px 0px 10px;
}

/*FUSS*/
#foot_hg{
	position: relative;
	left: 50%;
	width: 1010px;
	height: 40px;
	margin-left: -505px;
	background-image: url(../images/foot_hg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#flash_teaser{
	position: absolute;
	margin-top: -400px;
	padding: 0px 0px 0px 10px;
	width: 159px;
}
#foot{
	color: #9d9d9d;
	font-size: 80%;
	text-align: center;
	padding: 18px 10px 0px 10px;
}

/*LINKS CONTENT*/
#left{
	float: left;
	width: 159px;
	margin: 0px 0px 0px 0px;
}
#left p{
	margin: 0;
	padding: 0;
}
/*MITTE*/
#middle{
	float: left;
	width: 659px;
	margin: 0px 0px 0px 0px;
	
}
#middle p{
	margin: 0;
	padding: 0;
}

/*RECHTS MENUE*/
#right{
	float: left;
	width: 172px;
	margin: 0px 0px 0px 0px;
}