* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color:#424242;
	margin: 0; /* Es empfiehlt sich, margin und padding des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0;
	background:url(content/images/template/bg.gif) repeat-y;
    }


h1 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	margin-top:-5px;
	padding-bottom:10px;
	color:#326e32;	
    }
	
h2 {
	
	font-size:13px;
    }

p {
	padding-bottom:18px;
}

a {
	color:#326e32;
	text-decoration:none;
	
    }
	
a:hover {
	text-decoration:underline;
}
	
img {
	border:none;
    }

hr {
	margin-top:-18px;
	border-color:#c3d7c3;
	border:1px 0 0 0;    
	}
	
ul, ol dl {
	position:relative;
	}
#colLeft ul{

	
	margin-left:5px;
	



}
#colLeft ul li{

	
padding-left:7px;
	



}		

	
ul li{
background:url(content/images/template/bulletRight.gif) no-repeat 0 7px;
list-style:none;
}
	
.form{
	width:250px; 
}



/** Tabellen */
table {
	text-align:left;
	margin-bottom:18px;
	font-size: 13px;
}


table caption {
text-align:left;
	width:100%;
	border-bottom:solid 2px #3f7e3f;
	padding:1px 0;
	font-weight:bold;
}

th {
	width:100%;
	text-align:left;
	border-bottom:solid 2px #3f7e3f;
	padding:1px 0;
}

td {
	border-bottom:dotted 1px #3f7e3f;
	border-right:1px solid #FFFFFF;
	padding:2px 0;
	vertical-align:top;
}

table.form_text td{
border:0px !important;
}



/** Wrapper  */
#wrapper {
	position:relative;
    width: 850px;
    }
	
/** Header - Kopfbereich  */
#header {
	float:left; display:inline;
	width:100%;
    padding: 0;
	margin:0;
	height: 180px;
	background:url(content/images/template/me-header.png)  107px 0px no-repeat;
}

#title {
	margin:68px 0 0 230px;
	height:22px;
	padding-top:10px;
	border-top:solid 2px #3f7e3f;
	border-bottom:solid 2px #3f7e3f;

}

#headNav {
	float:right; display:inline;
	width: 216px;
	margin-top:2px;
	text-align:right;
	font-weight:bold;
	color:#ffffff;
}

#headNav ul {
	float:right;
	width:217px;
	height:30px;
}

#headNav ul li{
	float:left; display:inline;
	background-color:#3f7e3f;
	margin-left:2px;
	text-align:center;
	background-image:none;
}

#headNav a{
	color:#ffffff;
}

#headNav a:hover{
	color:#c3d7c3;
	text-decoration:none;
}
	

/** Navi Liste  */

#navi {
	float:left; display:inline;
	padding-left:5px;
	width:155px;
	font-weight:bold;
	color:#ffffff;

}

#navi ul {
	list-style:none; 
	margin:0 0 28px 0;
}

#navi ul li {
	list-style:none; 
	min-height:22px;
	overflow:hidden;
	padding:3px 0 0 5px;
	margin-bottom:1px;
	background-color:#3f7e3f;
	background-image:none;
}

#navi ul li a{
	display:block;
	margin:-3px 0 0 -5px;
	padding:3px 0 0 5px;
	height: 22px;
	background-color:#FFFFFF;
}

#navi ul li a:hover{
	display:block;
	margin:-3px 0 0 -5px;
	padding:3px 0 0 5px;
	height: 22px;
	text-decoration:none;
	background-color:#c3d7c3;
}
a.naviakt{
	list-style:none; 
	min-height:22px;
	overflow:hidden;
	padding:3px 0 0 5px;
	margin-bottom:1px;
	background-color:#3f7e3f !important;
	background-image:none;
	color:#ffffff !important;
}

a.naviakt:hover{
	list-style:none; 
	min-height:22px;
	overflow:hidden;
	padding:3px 0 0 5px;
	margin-bottom:1px;
	background-color:#3f7e3f !important;
	background-image:none;
	text-decoration:underline  !important;
	color:#ffffff !important;
}
#naviakt a{
	list-style:none; 
	min-height:22px;
	overflow:hidden;
	padding:3px 0 0 5px;
	margin-bottom:1px;
	background-color:#3f7e3f;
	background-image:none;
}

#naviakt a:hover{
	list-style:none; 
	min-height:22px;
	overflow:hidden;
	padding:3px 0 0 5px;
	margin-bottom:1px;
	background-color:#3f7e3f;
	background-image:none;
	text-decoration:underline;
}

#navi ul li ul{
	list-style:none;
	margin:4px 0 1px -5px;
	padding-bottom:5px;
	font-weight:normal;
	border:none;
}

#navi ul li ul li{
	margin:-2px 0 -2px 0;
	padding-left:13px;
	background:url(content/images/template/navArrow.gif) no-repeat 4px 7px;
}

#navi ul li ul li a{
	background:none;
	color:#FFFFFF;
}

#navi ul li ul li a:hover{
	background:none;
	text-decoration:underline;
}

#navi ul li ul li ul {
	display:none;
}



/** Inhaltsbereich */

#content {
	float:right; display:inline;
	width:620px;
}


/** Inhaltsbereich - breite Spalte */

#colWide {
	float:left; display:inline;
	width:620px;
	margin-bottom: 30px;
}

#colWide ul li {
	margin-left:-7px;
	padding-left:7px;
}


/** Inhaltsbereich - halbe Breite */

#churchLeft {
	float:left; display:inline;
	width:300px;
	margin-bottom: 30px;
}

#churchRight {
	float:right; display:inline;
	width:300px;
	margin-bottom: 30px;
}

.highlight {
	display:block;
	margin-top:1px;
	padding:7px 15px 11px 15px;
	background-color:#c3d7c3;
}

.searchBar {
	padding: 10px;
	margin-bottom:30px;
	background-color:#c3d7c3;
}

.searchHits a{
	display:block;
	border-bottom:dotted 1px #3f7e3f;
	padding-bottom:1px;
	margin-top:2px;
}


/** Inhaltsbereich - linke Spalte */

#colLeft {
	float:left; display:inline;
	width:385px;
	
}

#colLeft ul li {
	margin-left:-7px;
	padding-left:7px;
}

#colLeftArt {
	float:left; display:inline;
	width:385px;
	margin-bottom: 30px;
}

#colLeftArt img {
	margin-bottom: 3px;
}

#colLeft img{
	float:left;
	margin-bottom:16px;
}


/** Inhaltsbereich - rechte Spalte */

#colRightArt {
	width:195px;
	padding:5px 10px 10px 10px;
	margin-bottom:20px;
	background-color:#ede4d0;
	
	font-size:12px;
	overflow:hidden;
}
#colRightArt a {
font-weight:normal;
}
#colRightArt h1 {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#c3d7c3;
	margin:-5px -10px 5px -10px;
	padding:5px 10px;
	border-bottom:#FFFFFF solid 1px;
	font-size:12px;
	color:#555555;
}

#colRightArt h2{
	background-color:#c3d7c3;
	margin:-5px -10px 5px -10px;
	padding:5px 10px;
	border-bottom:#FFFFFF solid 1px;
	font-size:12px;
	color:#555555;
	width:210px;
}

#colRightArt img {
	width:215px;
	margin-left:-10px;
	margin-top:-5px;
	padding-bottom:3px;
	
}

#colRightArt ul {
padding-bottom:0px;
}

#colRightArt ul li{
background:url(content/images/template/bulletRight.gif) no-repeat 0 7px;
list-style:none;
padding-left:7px;
}

#colRight {
	float:right; 
	width:215px;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	
	font-size:12px;
	overflow:hidden;
	}

#colRight img{
	width:215px;	
}

/** Inhaltsbereich - Footer */

#footer {
	float:left; display:inline;
	width:100%;
	border-top:solid 4px #3f7e3f;
	padding-top:2px;
	font-size:10px;
}

#footerInfo {
	float:left; display:inline;
	width:400px;
}

#footerNav {
	float:right; display:inline;
	color:#326e32;	

}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear:both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

* html #navi ul li {margin:-4px 0 0 0;}
* html #colRight {width:240px;}
/* End hide from IE-mac */
