* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
}

body {
	height: 100%;
	background: #224b61;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 22px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* CONTAINS ALL WRAPPER PARTS */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 952px;
	min-height: 100%;
	background: url(../images/bg_all.jpg) 0 0 repeat-y;
	
}

* html #wrapper {
	height: 100%;
}

#header{
	float: left;
	width:187px;
	height: 178px;
	background: url(../images/header.jpg) 0 0 no-repeat;
	padding: 37px 0 0 765px;
}

#contentwrapper {
	float: left;
	width: 952px;
	
}


#left {
	float: left;
	width:192px;
	min-height: 100px;
	line-height: 0.0001em;
	font-size: 0.0001em;
}

* html #left {
	height: 100px;
}

#center {
	float: left;
	width:470px;
	min-height: 100px;
	background: url(../images/bg_center.jpg) 0 0 no-repeat;
	padding: 0 0 0 45px;
}

* html #center {
	height: 100px;
	padding-bottom: 90px;
}

#right {
	float: left;
	width:245px;
	height: 428px;
	background: url(../images/bg_right.jpg) 0 0 no-repeat;
}

#footer {
	position:relative;
	clear:both;
	width: 952px;
	height: 111px;	
	margin: 0 auto;
	margin-top: -111px;	
	background: url(../images/footer.jpg) 0 0 no-repeat;
	color: #030303;
	font-size: 11px;
}

#footercontent {
	padding: 24px 0 0 238px;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}

#footercontent span {
	font-size: 9px;
}

#cloud {
	position: absolute;
	top: -92px;
	left: 0;
	width: 192px;
	height: 92px;
	background: url(../images/cloud.gif) 0 0 no-repeat;
}
#clear {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
}

#left ul {
	list-style: none;
}

#left li a{
	display: block;
	width: 192px;
	height: 30px;
	background-position: -192px 0;
	background-repeat: no-repeat;
	text-indent: -1000px;
}

#left li.willkommen a{
	background-image: url(../images/navi/willkommen.jpg);
}

#left li.firmenchronik a{
	background-image: url(../images/navi/firmenchronik.jpg);
}

#left li.bestattungsarten a{
	background-image: url(../images/navi/bestattungsarten.jpg);
}

#left li.unseredienstleistungen a{
	background-image: url(../images/navi/unseredienstleistungen.jpg);
}

#left li.waswirbenoetigen a{
	background-image: url(../images/navi/waswirbenoetigen.jpg);
}

#left li.vorsorge a{
	background-image: url(../images/navi/vorsorge.jpg);
}

#left li.preise a{
	background-image: url(../images/navi/preise.jpg);
}

#left li.active a{
	background-position:  0 0;
} 

#center h1 {
	font-size: 16px;
	margin-bottom: 20px;
}

#center h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

#center p {
	margin-bottom: 8px;
}

.floatimage {
	border: 2px solid #FB9A51;
	padding: 3px;
	background: transparent;
	float: left;
	margin: 0 8px 3px 0;
}

.floatright {
	float: right !important;
}

a.linkimage {
background: url(../images/li.gif) 0 5px no-repeat;
padding: 0 0 0 8px;	
}

.close {
	text-align: center;
	padding: 40px 0 40px 0;
}

#center ul {
	list-style: none;
}
#center li {
	background: url(../images/li.gif) 0 6px no-repeat;
	padding: 0 0 0 8px;	
}