/* Grundlayout */

html {
	overflow-y: scroll;
}

body {
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 15px;
    background-color: #999;
}

#main {
    width: 969px;
    background-color: #fff;
    padding: 14px;
    margin: 26px auto 26px auto;
}

#head {
    width: 969px;
    height: 200px;
    position: relative;
}

#body {
    width: 969px;
    position: relative;
    margin: 28px 0 14px 0;
    background-image: url("../images/body_bg.png");
    background-repeat: repeat-y;
}

#left {
    width: 184px;
    float: left; 
}

#right {
    width: 745px;
    float: right;
}

#content {
    width: 731px;
    padding: 14px 14px 0 0;
    margin: -14px 0 0 0;   
}

div.clear {
    padding: 0;
    margin: 0;
    clear: both;
}

/* Header */

#logo {
    width: 413px;
    height: 149px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 600;
}

#mask {
    width: 969px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
}

#slideshow {
    width: 590px;
    height: 200px;
    padding-left: 379px; 
    overflow: hidden;   
}

/* Navigation */

ul.nav {
    padding: 0;
    margin: 0;
}

ul.margintop{
    margin-top: 80px;
}

ul.nav li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}

ul.nav li a {
    width: 174px;
    display: block;
    background-color: #e0d2e3;
    padding: 5px 3px 5px 7px;
    color: #000;
    text-decoration: none;
}

ul.nav li a:hover,
ul.nav li a.active {
    background-color: #791e75;
    color: #fff;
    text-decoration: none;
}

ul.nav ul.subnav {
	padding: 0 0 0 30px;
}

ul.nav ul.subnav li a {
	width: 144px;
	background-color: #f3edf4;
}

ul.nav ul.subnav li a:hover,
ul.nav ul.subnav li a.active {
	background-color: #791e75;
}

#konto {
	padding: 28px 0 0 7px;
}

/* Content Hintergrundbilder */

#content.willkommen { background: URL("../images/content/willkommen.jpg") no-repeat right bottom; }
#content.gedenkfeier { background: URL("../images/content/gedenkfeier.jpg") no-repeat right bottom; }
#content.begleiten { background: URL("../images/content/begleiten.jpg") no-repeat right bottom; }
#content.vorsorge { background: URL("../images/content/vorsorge.jpg") no-repeat right bottom; }
#content.bestattungsarten { background: URL("../images/content/bestattungsarten.jpg") no-repeat right bottom; }
#content.impressum { background: URL("../images/content/impressum.jpg") no-repeat right bottom; }
#content.raeume { background: URL("../images/content/raeume.jpg") no-repeat right bottom; }
#content.araum { background: URL("../images/content/araum.jpg") no-repeat right bottom; }
#content.kontakt { background: URL("../images/content/kontakt.jpg") no-repeat right top; }

/* Content Styles */

#content a {
    color: #791e75;
    text-decoration: none;
}

a.arrow {
	background: url("../images/arrow.png") no-repeat 0 6px;
	padding: 0 0 18px 15px;
}

a.pdf {
	background: url("../images/pdf-icon.png") no-repeat 0 0;
	padding: 0 0 0 25px;
}

#content a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 16px;
    font-weight: bold;
	color: #791e75;
    padding: 0;
    margin: 0 0 18px 0;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 18px 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #791e75;
    padding: 0;
    margin: 0 0 12px 0;
}

h4 {
    font-size: 12px;
	font-style: italic;
    font-weight: bold;
	color: #791e75;
    padding: 0;
    margin: 0 0 10px 0;
}

p {
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 12px;
}

.narrow {
    width: 391px;
}

.wide {
    width: 476px;
}

#content img.left {
    float: left;
    margin: 0 15px 15px 0;
}

#content img.right {
    float: right;
    margin: 0 0 15px 15px;
}

#content img.border {
    border: solid #000 1px;
}

#content ul {
    margin: 0;
    padding: 0;
}

#content ul li {
    list-style-type: none;
    background: url("../images/li.gif") no-repeat 2px 3px;
    margin: 0;
    padding: 0 0 4px 16px;
}

.listitem {
	overflow: auto;
	border-bottom: 1px solid #000;
	margin: 0 0 18px 0;
}

.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.gallery a {
	float:left;
	margin:0 20px 20px 0;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #000;
	margin-bottom: 24px;
}

td { 
	vertical-align: top; 
}

/* Kontaktseite */

#formular td {
	padding:5px 0 5px 0;
}

input, textarea {
    font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p.green {
	color:#46b92f;
	font-weight:bold;
}

p.red {
	color: #C00;  
	font-weight:bold;
}

textarea {
	width: 350px;
    height: 137px;
	padding: 4px;
	background-color: #d1d1cf;
    border: 0;
    overflow: hidden;
}

input {
	width:256px;
	height:18px;
	padding:3px 4px 1px 4px;
    background-color: #d1d1cf;
    border: 0;
}

input.error {
    color: #C00;  
	border: 1px solid #C00;
}

#send {
	width: 180px;
	height: 24px;
	padding: 2px 0 4px 0;
    background-color: #791e75;
    color: #fff;
}

#send:hover {
    background-color: #000;
    text-decoration: none;
}
#main #body #right #content #post-body-8427780815042098236 p br {
	color: #F00;
}
