@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	background:url(hg_blau.gif) repeat-y center;
}
body {
	background:url(hg_header.gif) repeat-x top;
	color:#30383b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	height:100%;
}

.outer {
	margin:0px auto;
	min-height:100%;	
}
* html .outer {
	height:100%;	
}
.outer, .kontaktnavi {
	width:973px;
}

/*	----------------------	HEADER	----------------------	*/

.logo {
	margin:117px 0px 0px 744px;
	position:absolute;
}
.kontaktnavi {
	background:white;
	height:65px;
}
/*	____________	IE HACKS	____________	*/


/*	____________	/ IE HACKS	____________	*/

/*	----------------------	/ HEADER	----------------------	*/

/*	----------------------	CONTENT	----------------------	*/
.inner {
	padding:9px;
	width:955px;
	min-height:100%;
}
.content, .rightbox {
	padding:25px;
}
.leftbox {
	background:url(hg_container_left.jpg) no-repeat top white;
	border:1px solid #e37abb;
	float:left;
	padding:25px 0 35px 0;
	width:217px;	
}

.content {
	background:url(hg_content.jpg) no-repeat top white;
	border:1px solid #74cae1;
	float:left;
	margin:0 0 0 12px;	
	width:440px;
}
				/* nur für das TPL mit langem Inhaltsbereich, z. B. 9 Boxen*/
						.content_lang { 
							background:url(hg_content_lang.jpg) no-repeat top left white;
							width:670px;							
						}
						/*.content_lang .angebotsbox img { 
							width:145px;							
						}*/
						.content_lang .angebotsbox div { 
							border:1px solid #e37abb;	
							float:left;	
							height:255px;
							margin:0 25px 25px 0;
							overflow:hidden;
							padding:10px 15px;
							width:160px;													
						}

.rightbox {	
	background:url(hg_container_right.jpg) no-repeat top white;
	border:1px solid #e37abb;
	margin:0 0 20px 735px;
	width:167px;
}
/*	____________	IE HACKS	____________	*/
* html .inner {
	padding:70px 9px 9px 9px;	
}
*+ html .inner {
	padding:70px 9px 9px 9px;	
}
/*
* html .content {
	padding-bottom:20px;
}
*+ html .content {
	padding-bottom:20px;	
}
*/
* html .rightbox {	
	width:164px;
}
*+ html .rightbox {	
	width:164px;
}
/*	____________	/ IE HACKS	____________	*/


/*	----------------------	/ CONTENT	----------------------	*/

.green {
	color:green;
}
.red {
	color:red;
}
.orange {
	color:orange;
}