/* ---------------------------------------------------- BODY / HTML ----------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	color:#efd4a1;
	background:url(../images/body_background.jpg) repeat-x 0 0;
	line-height:22px;
}
img{
	border:none;
}
a:link, a:visited {
	color: #f2daae;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #f2daae;
	text-decoration: none;
	outline:none;
}
a:active {
	color: #f2daae;
	text-decoration: none;
	outline:none;
}
.floatstop {
	float: none;
	clear:both;
}
.impressumtext {
	font-size:11px;
	line-height:18px;
}
h2 {
	font-size:13px;
	color:#fcf299;
	padding:0px 0 0px 0;
	margin: 0 0 12px 0;
}
h3 {
	font-size:20px;
	font-weight:bold;
	color:#fcf4a7;
	padding:0px 0 0px 0;
	border-bottom:2px solid #79451d;	
}
/* ----------------------------------------------------- WRAPPER ----------------------------------------------------- */
div#wrapper {
	min-height:100%;  /*hierdurch + die 100% Angabe im Body/Html nimmt der wrapper 100% des Browserfensters in der Höhe ein*/
	width:980px;
	margin:0 auto;
	position:relative;
	/*background:url(../images/content_background.jpg) ;*/
	
}
* html #wrapper {
	height:100%;
}
/* ----------------------------------------------------- HEAD ----------------------------------------------------- */
#head {
	position:relative;
	width:980px;
	height:407px;
	padding:0px 0 0 0px;
	background: url(../images/header_background.jpg) no-repeat 0 0;
}
#headerlink{
	height:41px;
	left:272px;
	position:absolute;
	top:21px;
	width:437px;
}
#headline {
	margin:0px 0pt 15px -50px;
	width:100%;
}
#titelheadline {
	padding:337px 0pt 0px 45px;
	font-size:14px;
	font-weight:bold;
	color:#e9ccd0;
}
/* ------------------- AUFBAU ------------------*/
h1 {
	height:119px;
	margin:0 0 0px 0;
	text-indent:-5000px;
}
#start h1{ background:url(../images/headlines/home.jpg) no-repeat top left;}
#kontakt h1{ background:url(../images/headlines/kontakt.jpg) no-repeat top left;}
#anfahrt h1{ background:url(../images/headlines/anfahrt.jpg) no-repeat top left;}
#impressum h1{ background:url(../images/headlines/impressum.jpg) no-repeat top left;}
#arten h1{ background:url(../images/headlines/arten.jpg) no-repeat top left;}
#vorsorge h1{	background:url(../images/headlines/vorsorge.jpg) no-repeat top left;}
#trauer h1{ background:url(../images/headlines/trauer.jpg) no-repeat top left;}
#danke h1{ background:url(../images/headlines/danke.jpg) no-repeat top left;}

#content_links {
	float:left;
	width:429px;
	padding:0 0 0 64px;
	margin:15px 0 0px 0px;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
}
#content_links p {	
	margin:0px 0 16px 0px;	
}
#content_links ul li	{
	background:transparent url(../images/li.gif) no-repeat scroll 0 6px;
	padding:0 0 0 15px;
}
#content_links ul	{
	list-style:none;
	margin-left:5px;
	padding-bottom:10px;
}
#sidebar_rechts {
	background:url(../images/telefon.jpg) top right no-repeat;
	float:left;
	width:373px;
	padding:0px 0 0 114px;
	margin:15px 0 0px 0px;
	min-height:300px;
	height:300px;

}
#telefonbox {
	height:129px;
	right:30px;
	padding:0pt 0pt 0pt 0px;
	position:absolute;
	top:600px;
	width:310px;
}
#map {
	float:right;
	margin:0 0 0 0;
	width:230px;
}
#aktu img {
	border:#fff 1px solid;
}
#text  {
	padding:18pt 40pt 0pt 167px;
	width:555px;
}
#text p {
	margin: 0 0 12px 0;
}
#text ul li	{
	margin: 4px 0 8px 0;
	padding:0 0 0 19px;
	background:url(../images/list.jpg) no-repeat 0 6px;
	font-weight:bold;
}
#text ul	{
	list-style:none;
	margin: 15px 0 15px 10px;
	padding-left:0;
}
.linie {
	background:#a0794a;
	clear:both;
	font-size:0.1px;
	height:1px;
	line-height:0pt;
	margin:10pt 0pt 10px;
	width:100%;
}
/* ----------------------------------------------------- SONSTIGE ----------------------------------------------------- */
#map {
	margin-bottom:10px;
}
.iframemap {
	border:1px solid #836a59;
	padding:3px;
}
/* ----------------------------------------------------- FOOTER ----------------------------------------------------- */

div#footer { /*der footer setzt sich, da der wrapper schon 100% Höhe einnimmt, unter diesen. Mit der Minus-Angabe und dem Z-Index wird dieser aber darüber platziert!*/
	margin:0 auto;
	width:100%;
	height:164px;
	z-index:60;	
}
div#footerinhalt {
	margin:0 auto;
	width:980px;
	height:164px;
	padding:0 0 0 0;
	background: url(../images/footer_background.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc);
	position:relative;
	line-height:18px;
}

.footertext {
	color:#efd4a1;
	font-size:12px;
}
.pietaet {
	color:#a57237;
	font-size:13px;
	font-weight:bold;
}
.namen {
	color:#efd4a1;
	font-size:15px;
	font-weight:bold;
}
#adressdaten {
	position:absolute;
	top:29px;
	width:490px;
	left:128px;
}
