@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);


html, body {
	padding: 0;
	margin: 0;
	overflow:hidden;
	height:100%;
	width:100%;
	color: #444343;
	font: normal 14px/22px 'PT Serif', serif;
}


#bgimg {
	position:absolute;
	/*left: 100px !important;*/
	z-index: -1;
}


#content {
	position: absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow: auto; 			/* restore scrollbars for the content */
	height: 100%;
	width: 100%;	/* Make the new body fill the screen */
	left: 118px;
	top: 73px;
}


#leftcol {
	height: 100%;
	width: 290px;
	background: #a693c6 url(../img/bg_left.jpg) repeat-x left top;
	float: left;
	position: fixed;
}


#logo a {
	width: 232px;
	height: 98px;
	background: transparent url(../img/logo.png) top left no-repeat;
	position: absolute;
	top: 29px;
	left: 29px;
}


#logo span {
	display: none;
}


#mainnav {
	position: absolute;
	top: 200px;
	left: 29px;
}


#mainnav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}


#mainnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#mainnav a {
	font: normal 18px/34px Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #444343;
}


#mainnav a:hover, #mainnav a.active {
	border-left: 5px solid #92cebd;
	padding-left: 10px;
}


#mainnav a.active {
	cursor: default;
}


#engel {
	width: 290px;
	height: 179px;
	background: transparent url(../img/engel3.png) center top no-repeat;
	position: relative;
	top: 500px;
}
	

#main {
	width: 580px;
	/*height: 100%;*/
	min-height: 100%;
	background: transparent url(../img/bg_main.png) left top repeat-y;
	margin: 0 0 0 290px;
	border-right: 6px solid #a693c6;
	/*padding-top: 80px;*/
}


.ueberschrift {
	position: relative;
	width: 580px;
	height: 77px;
	top: 59px;
	margin-bottom: 6px;
	background: transparent url(../img/ueberschrift.png) 0 0 no-repeat;
}


.ueberschrift h2 {
	display: none;
}


#grabrede .ueberschrift {
	background-position: 0 -77px;
}


#ueber .ueberschrift {
	background-position: 0 -154px;
}


#trost .ueberschrift {
	background-position: 0 -231px;
}


#leistung .ueberschrift {
	background-position: 0 -308px;
}


#kontakt .ueberschrift {
	background-position: 0 -385px;
}


#impressum .ueberschrift {
	background-position: 0 -462px;
}


#impressionen .ueberschrift {
	background-position: 0 -539px;
}


#maincontent {
	/*height: 100%;*/
	/*min-height: 100%;*/
	padding: 100px 80px 50px 25px;
}


#impressionen #maincontent {
	padding: 100px 0px 50px 0px;
}


#bubble {
	padding: 0 0 50px 20px;
	margin-top: -40px;
}


#bubble a {
	width: 122px;
	height: 122px;
	background: transparent url(../img/bubble2.png) left -122px no-repeat;
	display:block;
}


#bubble a:hover {
	/*background: transparent url(../img/bubble2.png) left top no-repeat;*/
	background-position: left 0px;
}


#bubble a span {
	display: none;
}


a:active, a {
	outline: none;
}


#maincontent a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-size: 13px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}


.fs15 {
	font-size: 15px;
}


.martopnull {
	margin-top: 0;
}


.marbotnull {
	margin-bottom: 0;
}


.unterschrift {
	display: block;
	width: 134px;
	height: 32px;
	background: transparent url(../img/unterschrift.png) left top no-repeat;
}

.unterschrift span {
	display: none;
}

.center {
	height: 146px;
	width: 300px;
	text-align: center;
	padding: 10px 0 27px 0;
	border-bottom: 1px solid #92cebd;
	border-bottom: 1px dotted #444343;
	margin: 0 auto;
}


blockquote {
	text-align: right;
	margin: 30px 0 0 0;
	font-size: 13px;
}


.trenner {
	height: 1px;
	width: 300px;
	margin: 40px auto;
	border-bottom: 1px dotted #444343;
	
}
