@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
html {
	height: 100%;
	margin-bottom: 1px;	
}
body {
	background: #f3f3f3;
}
body, p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #BB2411;
	font-size: 15px;
	padding: 10px 0 10px 0;
}
p {
	padding: 5px 0 10px 0;
}
h3 {
	color: #BB2411;
}
a {
	color: #7a5e21;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.floatright{
	float: right;
}
.clear {
	clear: both;
}
/*  HR  */
div.hr {
	height: 1px;
	margin: 0;
	border: 0;
	background: #BB2411;
	margin: 0 0 15px 0;
}
div hr {
	display: none;
}
/******* FRAMEWORK *******/
#boxAll {
	width: 976px;
	margin: auto;
	background: #f3f3f3 url(../img/background.gif) repeat-y;
}
		#boxLogo h1 {
			width: 976px;
			height: 193px;
			background: url(../img/header.jpg) no-repeat;
		}
		#boxLogo h1 span {
			display: none;
		}		
	#boxMain {	
		padding: 0 35px;
		background: url(../img/menu-background.gif) repeat-y 35px 0;
	}
		#boxMenu {
			float: left;
			width: 160px;
			padding: 30px 0px 15px 15px;
			background: url(../img/menu-background-church.gif) no-repeat left top;
		}
		#boxContent {
			width: 526px;
			float: left;
			padding: 0 15px 0 15px;

		}
		#boxInfo {
			float: right;
			width: 145px;
			padding: 45px 15px 15px 15px;
			background: #f3f3f3 url(../img/infobox-header.gif) no-repeat left top;
		}
		#boxInfo .boxGallery .galleryItem {
			margin: 0;
			padding: 0;
		}
	#boxFooter {
		padding: 0 20px 20px 20px;
		background: url(../img/footer-background.gif) no-repeat left bottom;
		
	}
		#boxFooterContent {
			padding: 15px;
			height: 14px;
			text-align: center;
			border: #FFF solid 15px;
			background: #f3f3f3;
		}
		
/******* MAINMENU *******/
#boxMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#boxMenu ul li {
	height: 27px;
	padding: 1px 0;
}
/******* CONTENT STYLES **********/
.contenttable caption {
	color: #BB2411;
	font-weight: bold;	
}
.contenttable th,
.contenttable td {
	padding: 4px;
	background: #F3F3F3;
}
.boxGallery .galleryItem {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}
.boxGallery .galleryItem  p {
	width: 165px;
}
.boxGallery .galleryRow{
}
.textpicBox .galleryItem {
	width: 120px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.galleryItem  p {
	padding: 5px 0;
	color: #BB2411;
	font-size: 11px;
}
.floatleft .galleryItem {
	padding-right: 10px;
}
.floatright .galleryItem {
	padding-left: 10px;
	text-align: right;
}
.verse {
	margin-bottom: 15px;
	padding: 8px;
	background: #F3F3F3;
	text-align: center;
	font-weight: bold;
	color: #666;
}
/******* NEWS *******/
/* List */
.newsListItem .newsListItemPicture {
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: center;
}
.newsListItem h3 a{
	color: #BB2411 !important;
}
.newsListItem p {
	padding: 0 0 6px 0;
}
.newsListItem .newsListItemText {
	float: left;
	width: 390px;
	padding-bottom: 15px;
}
.newsListItem .newsListItemText h3 {
	padding-bottom: 10px;
}
/* Single */
.newsBox .newsPicture {
	float: left;
	padding: 0 10px 5px 0;
}
.newsBox .newsTeaser h2 {
	padding: 10px 0 10px 0;
}
.news-single-backlink {
	padding-top: 15px;	
}
.news-list-morelink {
	display: block;
	margin-top: 10px;
}

/******* LINKS *******/
.linkDesc {
	float: left;
	width: 260px;
	padding-right: 10px;
}
.linkHeader {
	float: left;
	background: #F3F3F3;
	text-align: center;
	font-weight: bold;
	padding: 8px;
}
.linkBox h3 {
	padding: 15px 0 10px 0;
}
.linkBox ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}


	
