 

@CHARSET "UTF-8";

#wrapper {
	width: 978px;
	margin: 0 auto 0 auto;
	padding-bottom:180px;
}

#page {
	margin: 0 0 0 0;
	position:relative;
	height:auto !important;
	min-height:100%;
	height:100%;
}

#header {
	position: relative;
	height: 153px;
	padding:32px 0 0 474px;
}

#center_col {
	min-height:348px;
	padding:42px 0 0 0;
	overflow:hidden;
}

#ueberschrift {
	width:479px;
	_width:470px;
	height:24px;
	border-bottom:1px solid #677d42;
	margin:0 0 20px 0;
}
.bild_empfang {
	background:url(../images/ueberschrift/empfang.jpg) no-repeat;
}
.bild_standorte {
	background:url(../images/ueberschrift/standorte.jpg) no-repeat;
}
.bild_bestattungsarten {
	background:url(../images/ueberschrift/bestattungsarten.jpg) no-repeat;
}
.bild_preise {
	background:url(../images/ueberschrift/preise.jpg) no-repeat;
}
.bild_vorsorge {
	background:url(../images/ueberschrift/vorsorge.jpg) no-repeat;
}
.bild_kontakt {
	background:url(../images/ueberschrift/kontakt.jpg) no-repeat;
}
.bild_impressum {
	background:url(../images/ueberschrift/impressum.jpg) no-repeat;
}
.bild_aktuelles {
	background:url(../images/ueberschrift/aktuelles.jpg) no-repeat;
}

#right_col {
	float: right;
	width: 200px;
}

#left_col {
	float: left;
	width: 499px;
	background:url(../images/content_left.jpg) no-repeat 0 42px;
	min-height:544px;
	_height:300px;
}




/* 
	EINSTELLUNGEN FÜR ZWEISPALTIGES LAYOUT (left_col, center_col) 
*/
#main_2_col_left #center_col {
	margin: 0 0 0 499px;
}
#main_2_col_left #right_col {display:none}
/* EOF ZWEISPALTIG LINKS */




#footer {
	width:100%;
	height:159px;
	background:url(../images/bg_unten.jpg) repeat-x;
	position:absolute;
	bottom:0;
}

#footer_inhalt {
	width:479px;
	height:63px;
	margin:0 auto 0 auto;
	background:url(../images/footer_bg.jpg) no-repeat;
	padding:96px 0 0 499px;
}

#footer_inhalt p {
	color:#62594b;
}
#footer_inhalt a {
	color:#6c7c2d;
}
#footer_inhalt a:hover {
	color:#62594b;
}


