body {
	background: #004C80 url('/new/images/site_images/page_bg.gif') repeat-x;
	margin:0;
	padding:0;
	font-size: 71.4%;
	font-family: "Helvetica Neue", sans-serif;
}
a {
	font-size: 0.833em;
	display: inline-block;
	color: #004C80;
	font-weight: bold;
}
a:hover {
	color: #C47529;
}
a.prev {
float: left;
}
a.next {
float: right;
}
a.file {
padding: 1em;
padding-left: 3em;
	background: url(/new/images/site_images/icon-doc.png)  .1em .3em no-repeat;
border: 1px solid #ccc;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
-webkit-border-radius: 10px;
font-weight: bold;
display: inline-block;
}
a.file.pdf {
	background: url(/new/images/site_images/icon-pdf.png)  .1em .3em no-repeat;
}
a.file.zip {
	background: url(/new/images/site_images/icon-zip.png)  .1em .3em no-repeat;
}
a.file:hover {
border: 1px solid #aaa;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.main p.slideshowcontrols {
width: 460px;
float: left;
}
p {
	font-size: 1.1em;
	line-height: 1.6em;
}
p.notice {
border-top: 1px solid #C47529;
border-bottom: 1px solid #C47529;
text-align: center;
color: #8E4000;
font-weight: bold;
background: #EFD35B;
width: 760px;
}

#container {
	width: 960px;
	margin: auto;
position: relative;
}
#header {
	background: red;
	height: 101px;
	margin-top: 25px;
	background: url('/new/images/site_images/header_bg.jpg');
	border-top: 1px solid #fff;
	position: relative;
	margin-bottom: 6px;
}
#header h1 {
	float: left;
	font-family: Museo, Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #00334F;
	font-size: 3em;
}
#header h1 abbr {
	color: #004C80;
	margin-left: 0.25em;
	padding-right: 0.25em;
	border-right: 1px solid #fff;
	font-weight: bold;
}
#header img {
	margin-top: -25px;
	float: left;
}
#header .lang {
	position: absolute;
	right: 1em;
	top:-3em;
	background: #00334F;
	padding: 1em;
	padding-top: 2em;
	-webkit-border-radius: 1em;
	border-bottom: 1px solid #fff;
	color: #BAD9F7;
}
#header .lang ul, #header .lang li {
 display: inline;
list-style: none;
}
#header .lang a {
	color: #BAD9F7;
	text-decoration: none;
	padding-right: 0.2em;
	padding-left: 0.2em;
	text-transform: none;
	font-size: 1em;
}
#header .lang a:hover {
	text-decoration: underline;
}
#header .lang li.selected a{
	color: #fff;
}
#header ul, #header li {
	padding:0;
	margin: 0;
	z-index: 10;
}
#header #navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('/new/images/site_images/ul_navigation_bg.png');
	font-size: 1.2em;
}
#header #navigation li {
	display: inline;
	text-transform: uppercase;
	position: relative;
}
#navigation li a {
	height: 20px;
	padding-top: 10px;
	display: inline-block;
	background: url('/new/images/site_images/ul_li_bg.png');
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-underline: none;
	color: #56585E;
}
#navigation li:hover a {
	background: url('/new/images/site_images/ul_navigation_bg_hover.png');
}
#navigation li:hover li a {
	background: none;
}
#navigation li:hover li:hover a {
	background: url('/new/images/site_images/ul_navigation_bg.png');
}
#navigation #current a {
	color: #004C80;
	background: #fff;
}
#navigation  li.home a {
	width: 67px;
background: #eee;
}
#navigation li ul {
	display: none;
	background: url('/new/images/site_images/ul_navigation_bg_hover.png');
	padding-top: 10px;
left:0;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	width: 150px;
}
#navigation li ul li a{
	background: none;
	display: block;
	color: #002640;
	padding-top: 5px;
	padding-bottom: 5px;
text-align: left;
}
form#search {
	position: absolute;
	right: 10px;
	height: 25px;
	padding-top: 5px;
	bottom: 0;
	z-index: 100;
}
.banner ul , .banner li{
	margin:0;
	padding:0;
	list-style: none;
}
.banner {
	margin-bottom: -1.4em;
position: relative;
float: left;
}
.banner.home {
height: 239px;
display: block;
background: #000;
width: 100%;
}
.banner #showcase li {
	position: relative;
height: 240px;
margin-bottom: 240px;
}
.aside {
float: right;
width: 310px;
margin-right: 77px;
//top: 240px;
//margin-top: 2em;
//right:77px;
}
.aside h4, .main h3 {
	font-family: Museo, Georgia, serif;
	color: #C77400;
	text-transform: uppercase;
font-size: 1.6em;
margin-bottom: .6em;
}
.aside h5 {
	font-family: Museo, Georgia, serif;
color: #004C80;
font-size: 1.4em;
margin-bottom: 0.3em;
}
.aside li {
font-size: 1.4em;
color: #aaa;
}
.aside li a {
text-transform: none;
text-decoration: none;
font-weight: normal;
}
.banner.section img {
height: 160px;
width: 960px;
}
.banner div {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 260px;
	background: url('/new/images/site_images/dark_overlay.png');
	-webkit-border-radius: 1em;
	padding: 10px;
	color: #BAD9F7;
}
.banner h2 {
position: absolute;
top: 0;
right: 175px;
z-index: 100;
color: white;
	font-family: Museo, Georgia, serif;
}
.banner div a {
	color: #fff;
}
.banner div p {
	line-height: 1.6em;
}
.banner div h3 {
	color: #fff;
	font-family: Museo, Georgia, serif;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
#content {
	width: 100%;
	background: #fff;
	float: left;
}
.spiri_bar {
float: left;
width: 100%;
display: block;
	background: #004C80 url('/new/images/site_images/dark_overlay.png');
color: #B8CCD8;
	margin-top: 1.4em;
margin-bottom:0;
padding-top: 1em;
padding-bottom: 1em;
}
.spiri_bar a {
color: #fff;
}
.spiri_bar .sermon, .spiri_bar .verse {
width: 614px;
display: block;
float: left;
padding-left: 10px;
padding-right: 10px;
}
.spiri_bar .verse {
width: 297px;
	background: url('/new/images/site_images/dark_overlay.png');
padding-bottom: 1em;
font-size: 1.1em;
margin-right: 5px;
}
.spiri_bar .desc {width: 66%; float: left;}
.spiri_bar .more {width: 34%; float: left;margin-top: 1em;}
.latest {
	display: block;
	width: 297px;
	float: left;
	margin-right: 0.3%;
	background: url('/new/images/site_images/content_bg.gif') repeat-x;
margin-top:0;
	padding-left: 10px;
	padding-right: 10px;
}
.main .latest {
width: 100%;
}
.main.events li {
list-style:none;
}
.latest.fotos {
	margin-right: 0;
	margin-bottom: 2em;
}
.latest h2, .spiri_bar h2 {
	font-family: Museo, Georgia, serif;
	color: #00334F;
	text-transform: uppercase;
}
.spiri_bar h2 {
color: #C47529
}
.latest h3 {
	color: #DBDBB6;
	font-family: Museo;
	font-size: 1.3em;
}
.latest.events h3 {
float: left;
width: 75%;
}
.main .latest h3 {
	color: #C77400;
	font-size: 1.3em;
	text-decoration: none;
}
.latest h3 span.date {
color: #DBDBB6;
font-size: 0.4em;
}
.latest h3 a {
	color: #C77400;
	font-size: 1em;
	text-decoration: none;
}
.main .latest h3 a {
	color: #DBDBB6;
	font-family: Museo;
	font-size: 0.833em;
}
.main .latest h4 {
color: #DBDBB6;
}
.main .latest h4 a {
font-size: 1em;
}
.latest ul {
	margin:0;
	padding:0;
}
.latest li {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	clear: both;
}
.latest .more a, .spiri_bar .more a {
	display: block;
	width: 100%;
	text-align: center;
	background: #C47529 url('/new/images/site_images/larg_button.gif');
	-webkit-border-radius: 1em;
	padding-top: 7px;
	height: 27px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	clear: both;
}
.location {
margin-top:0;
padding:1em;
height: 4em;
background: #DBDBB6;
color: #004C80;
font-weight: bold;
}
h3.date {
font-size: 0.833em;
}
.events .date {
	float: left;
	display: block;
	width: 70px;
	background: #DBDBB6 url('/new/images/site_images/kalendar_date.gif');
	font-family: Museo, Georgia, serif;
	text-align: center;
	margin-top:0;
	margin-right: 5px;
}
.events .date a {
	text-decoration: none;
}
.events .date .day {
	font-size: 4em;
	display: block;
}
.events .date .month {
	font-size: 1.2em;
	display: block;
	margin-bottom: 1em;
}
.latest.fotos li {
	display: inline;
}
.latest.fotos li a {
	display: inline;
}
.latest.fotos li img {
	margin-right: 3px;
	border:0;
}
.main {
margin-left: 77px;
width: 465px;
position: relative;
padding-top: 2em;
float: left;
}
.main h1 {
color: #fff;
background: url('/new/images/site_images/dark_overlay.png');
width: 960px;
position:absolute;
left:-77px;
top: -1.8em;
text-indent: 77px;
padding-top: 0.6em;
}
.main h4 {
font-size: 1.4em;
color: #03334F;
}
.main h1 span.trail a, .main h1 span.trail {
color: #aaa;
text-decoration: none;
margin:0;
padding:0;
text-indent: 0;
}
.main img {
max-width: 460px;
}
.person {
width: 155px;
display: inline-block;
line-height: 0.5em;
}
.person span.label {
display: none;
}
ul.gallery {
margin:0;padding:0;
}
ul.gallery li {
display: inline;
list-style:none;
}
ul.gallery img {
border: 3px solid #fff;
}
ul.gallery .current img {
border: 3px solid #C77400;
}
.main ul.albums {
font-size: 1.4em;
list-style:none;
}
.aside ul.albums {
list-style:none;
}
ul.events li {
clear: both;
}
p.pagin {
clear:both;
}
.aside .logo {
margin-top: 2em;
}
#footer {
	width: 100%;
	background: #03334F;
	float: left;
	color: #E9F0F4;
}
#footer h2 {
	margin-top:0;
	color: #fff;
	font-family: Museo, Georgia, serif;
	text-transform: uppercase;
}
#footer #info {
	margin-right: 3px;
}
#footer #info, #footer #sitemap {
	width: 454px;
	float: left;
	padding: 1em;
	background: url('/new/images/site_images/footer_bg.gif') repeat-x ;
}
#footer p.copyright {
	font-size: 1.2em;
	font-family: Museo, Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#footer p.designer a{
	text-decoration: none;
}
#footer #sitemap {
	min-height: 230px;
}
#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul {
	font-size: 1.2em;
}
#footer ul ul {
	font-size: 1em;
}
#footer li {
	float: left;
	clear: left;
}
#footer ul .more {
	float: right;
	clear: none;
	width: 30%;
}
#sitemap a {
	text-decoration: none;
}
#sitemap ul ul a {
	font-weight: normal;
}
#footer ul .more ul a {
	text-transform: none;
	color: #E9F0F4;
	font-weight: normal;
}
/*EVENTS TABLE*/
th.calendarDayHeading {
text-align:center;
font-weight: bold;
color: #C47529;
width: 105px;
font-size: 1.2em;
height: 1em;
font-family: Museo, Georgia, serif;
}
table#events {width: 760px; text-align: center;}

table#events tr td, #events th {
width: 105px;
vertical-align: top;
}
.calendarBG {
text-align: center;
}
.calendarBG td a {
font-weight: bold;
text-decoration: none;
background: #C47529;
color: #fff;
padding: 3px;
width: 100%;
}
td.calendarBlank {
color: #fff;
width: 105px;
}
#events td.calendarCell {
position: relative;
height: 100px;
width: 105px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #eee;
display: table-cell;
}
#events td.calendarCell a {
padding:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 10px;
padding: 0;
margin: 0;
display: block;
width: 100%;
background: #004C80;
}
#events td.calendarCell:hover a {
color: #fff;
}
#events td.calendarCell div {
display: block;
margin:0;
line-height: 1em;
clear:both;
padding: 0em;
width: 105px;
position: static;
}
#events td.calendarCell div a {
color: #000;
padding: 0;
margin: 0;
display: block;
width: 105px;
background: none;
font-size: 0.833em;
font-weight: normal;
}
#events td.calendarCell:hover div a {
color: #000;
}
#events td.calendarCell:hover div a:hover {
color: #C47529;
}
#events td.calendarCell li {
list-style:none;
border-bottom: 1px solid #fff;
}
#events td.calendarCell:hover a {
background: #C47529;
}
#events td.calendarCell:hover div a {
background: none;
}
#events td.calendarCell div a{
width: 100%;
padding:0;
display: block;
text-align: center;
border-bottom: 1px solid #eee;
}
table#events {
border-spacing: 3px;
font-size:1.1em;
}
#events tr.calendarHeader{
color: #004C80;
font-family: Museo, Georgia, serif;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
font-size:1.4em;
text-transform: uppercase;
}
table#events ul, table#events li {
padding:0;
margin:0;
text-indent: 0;
}
table#events li {
}
p.attachment a {
font-size: 0.833em;
color: #ffffff;
padding: 0.5em;
width: 80%;
text-align: center;
background: #004C80 url('/new/images/site_images/larg_button_blue.gif');
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
display: block;
}