@charset "utf-8";

body, html {
	background: url(/gfx/grad_back.gif) repeat-x; margin: 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
td {
	vertical-align: top;
}
form {
	margin: 0 0;
	padding: 0 0;
	display: inline;
	clear: none;
}

a {
	text-decoration:none;
	color: #00a;
}

hr, div .hr {
	margin: 0 0;
	border: 0 none;
	padding: 0 0;
	overflow: hidden;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
}

#site {
	width: 1000px;
	margin: 0 auto;
	background-color:#fff;
	position: relative;
}

#lang {
	left: 1002px;
	position:absolute;
	top:2px;
}

.clear {
	clear:both;
}

.hMenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.hMenu li {
	display:inline;
}

.hidden {
	display: none;
}

/* *******************************

		Header

   ******************************** */
#header {
	height: 91px;
	background: url(/gfx/hdrBack.png) repeat-x;
	position: relative;
}

#header a {
	color: #a4a4a4;
}



#header #topMenu {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	right: 20px;
	top: 15px;
}

#header #topMenu li {
	margin-left: 20px;
}


/* *******************************

		Content Wrap

   ******************************** */
#contentWrap {
	background: url(/gfx/contentBack.png) repeat-x #2d3e52;
	padding-bottom: 30px;
	position: relative;
}



#contentColumn {
	width: 500px;
	float: left;
	position: relative;
	padding-right: 0px
}


/*  SEARCH */

#menu div.search {
	position: absolute;
	top: 0px;
	left: 295px;
	z-index: 20;
}

.search input {
	width: 160px;
	height: 17px;
	border: none;
	padding: 2px 2px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:transparent url(/gfx/searchBack01.png);
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	opacity: .5;
}

.search ul {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 20;
	border: 1px solid #000;
	white-space:nowrap;
	top: 19px;
	display: block;
	display: none;
}
.search a, #header .search a {
	display:block;
	font-size: 16px;
	font-weight: normal;
	background-color:#eee;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;
	padding: 2px 5px;
	font-size: 12px;
	color: #2d3e53;
	min-width: 180px;
}

.search a:hover, #header .search a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	opacity: 1.0;
	color: #2d3e53;
	background-color: #fff;
}

.search a em, #header .search a em {
	color:#2d3e53;
	font-weight: bold;
}

#menu img.search, #header img.search {
	position: absolute;
	top: 0px;
	left: 170px;
	cursor: pointer;
}


.mainArticle {
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 0 10px;
	background-color:#FFF;
	font-size: 12px;
}

.mainArticle .hr {
	margin: 0px -10px;
}



.mainArticle h1 {
	font-size: 1.55em;
	margin: 10px 0px;
	color: #2d3e53;
}

.mainArticle h2 {
	font-weight: bold;
	margin: 10px 0px;
	color: #2d3e53;
}

.mainArticle h3 {
	font-weight: bold;
	margin: 10px 0px;
	color: #2d3e53;
}

.mainArticle b, .mainArticle strong {
	font-weight: bold;
}
.mainArticle em {
	font-style: italic;
}

.mainArticle .hrSep {
	clear: both; 
	height: 1px; 
	background-color: #aaaaaa; 
	overflow: hidden;
	margin: 20px -10px;
}

.mainArticle p {
	margin: 10px 0px;
}

.mainArticle #mainImage {
	float: right;
	margin: 0 -10px 1px 10px;
}

.mainArticle ul, .mainArticle ol {
	margin: 0 15px;
}

.mainArticle li {
	list-style: disc;
}

.mainArticle table {
	margin: 0 0px;
}

.mainArticle td h3 {
	margin: 0;
}
.mainArticle td p {
	margin: 0 0 10px 0;
}

.mainArticle .submenu {
	background-color:#F0F0F0;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	margin:0 -10px;
	padding:5px 10px;
}
.mainArticle .submenu strong {
	color:#222;
	font-size: 14px;
}
.mainArticle .submenu ul {
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}
.mainArticle .submenu li {
	display: inline-block;
	margin: 0 10px 0 -10px;
	border-left: 1px solid #aaa;
	padding: 0 10px 0 10px;
}
.mainArticle .submenu li a {
	color:#377997;
	white-space:nowrap;
	font-size: 11px;
}
.mainArticle .submenu li.first {
	border-left: none;
	padding: 0 10px 0 00px;
}

.mainArticle li .match {
	margin: 0px 0px 10px 0px;
}

.mainArticle .sitemap {
	margin: 0px 0px 10px 0px;
}

.articleZoom {
	font-size: 18px;
}
.articleZoom .articleTools span.zoom {
	background: url(/gfx/a_zoomOut.png) no-repeat 0 0;
}
.articleTools {
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #2d3e52;
	background-color:#ddd;
	height:25px;
	padding-top:0px;
	margin: 0 -10px;
	clear: both;

}
.articleTools a, .articleTools span {
	padding: 5px 15px 0px 32px;
	height: 20px;
	color: #333;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
}
.articleTools a.print {
	background: url(/gfx/a_print.png) no-repeat 0 0;
}

.articleTools span.zoom {
	background: url(/gfx/a_zoom.png) no-repeat 0 0;
}

.articleTools span.mail {
	background: url(/gfx/a_mail.png) no-repeat 0 0;
}

.articleTools a.read {
	background: url(/gfx/a_audio.png) no-repeat 0 0;
}



/* *******************************

		Menu

   ******************************** */
#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 135px;
	background: url(/gfx/menuBack.png) repeat-x;
	position: relative;
	background-color: #212c3d;
z-index: 0;
}

#menu #menuImg {
	position:absolute;
	top: 10px;
	left: 0px;
	width: 485px;
	height: 110px;
}


/*  mainMenu */

#menu #mainMenu {
	position: absolute;
	top: 0px;
	left: 510px;
	width: 490px;
	height: 25px;
}

#menu #mainMenu img {
	display: none;
}

#menu #mainMenu:hover img {
	/*display: inline;*/
}

#menu #mainMenu li {
	position: relative;

}
#menu #mainMenu li a {
	display:block;
	float: left;
	width: 97px;
	height: 20px;
	padding: 4px 0 0 0;
	text-align:center;
	color: #CCC;
	position: relative;
}

#menu #mainMenu li a img {
	position: absolute;
	width: 95px;
	height: 4px;
	top: -4px;
	left: 1px;
}

#menu #mainMenu li a:hover {
	background: url(/gfx/menuSelBack.png) repeat-x;
}
#menu #mainMenu li a:hover img {
	display: inline;
}

#menu #mainMenu li.selected a {
	/*background: url(/gfx/menuSelBack.png) repeat-x;*/
	color:#FFF;
	font-weight: bold;
}

#menu #mainMenu li.selected img {
	display: inline;
}

#menu #menuDescription {
	position: absolute;
	top: 20px;
	left: 510px;
	width: 460px;
	height: 80px;
	overflow: hidden;
	z-index: 2;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size: 16px;
	padding: 30px 0 0 10px;
	display: none;
}

#menu #menuDescription p {
	margin-bottom: 5px;
}

/****    menuHeading    ****/
#menu #menuHeading {
	background-repeat: repeat;
	position: absolute;
	width: 470px;
	height: 25px;
	top: -4px;
	left: 10px;
	font-size: 18px;
	color: #FFF;
	padding: 1px 0 0 10px;
}

#menu #menuImg {
	position: absolute;
	top: 22px;
	left: 10px;
	width: 480px;
}
.sectionHeading {
	display: block;
	height: 17px;
	overflow: hidden;
	color:#FFF;
	font-size: 11px;
	padding: 3px 0px 0px 10px;
	font-family: Arial,Helvetica,sans-serif;
}

/**** SIBLINGS ****/

.siblingsSmall {
	display: block;
	height: 21px;
	overflow: hidden;
	margin: 0px 10px 0px 10px;
	background-color:#edefec;
	color: #2d3e53;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;
}

.siblingsBig {
	display: block;
	height: 64px;
	overflow: hidden;
	margin: 0px 10px 10px 10px;
	background-color:#edefec;
	color: #2d3e53;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;
}

.siblingsBig:hover, .siblingsSmall:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	opacity: 1;
}

.siblingsBig img {
	float: right;
}

.siblingsBig .heading {
	display:block;
	font-size: 18px;
	background-color: #fff;
	height: 26px;
	padding: 5px 10px 0px 10px;
}

 .siblingsSmall .heading {
	display:block;
	font-size: 14px;
	background-color: #fff;
	padding: 1px 10px 1px 10px;	
}

.siblingsBig .subHeading {
	display: block;
	font-size: 14px;
	padding: 6px 10px 0 10px;
}

/*****    COLOUMNS *****/

.column {
	width: 235px;
	float: left;
	margin: 28px 0 0 0px;
padding-left: 10px;
	display:inline-block;
position:relative;
}

.column .section {
	margin-bottom: 10px;
}


.column .section .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background: url(/gfx/relHdrBack.png) repeat-x;
	height: 24px;
	display:block;
	padding: 2px 5px 0px 5px;
}

.column .section .article {
	display: block;
	background-color: #fff;
	margin: 0px 0 2px 0;
	color: #272727;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.column .section a.article:hover {
	background-color: #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	opacity: 1;
}

.column .section .article .h2 {
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	display: block;
}
.column .section .article .date {
	color: #555;
	display: block;
	margin: 0px 0px 5px 5px;
	color: #c6414a;
}
.column .section .article p {
	padding: 0px 5px 5px 5px;
	color: #666;
}


.column .section .article .bigImage {
	width: 235px;
}
.column .section .article .smallImage {
	height: 70px;
	width: 75px;
	overflow: hidden;
	float: right;
}

/* *******************************

		Footer

   ******************************** */
#footer {
	position: relative;
	background: url(../gfx/footerBack.png) repeat-x #efedeb;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .sitemap {
	width: 188px;
	margin: 40px 0 20px 10px;
	float: left;
	overflow: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	opacity: 0.5;
}

#footer .last {
	max-width: 188px;
}

#footer .sitemap ul ul {
	margin-left: 0px;
}
#footer .sitemap ul ul li {
	background-image: url(/gfx/li_dash01.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}

#footer .sitemap a {
	color: #4a586b;
	font-weight: bold;
}

#footer .sitemap a:hover {
	color: #114;
}
#footer .sitemap li {
	margin-top: 10px;
}

#footer .sitemap li a {
	font-weight: normal;
}

#footer .bottom {
	clear: both;
}

#footer .footerText {
	position: absolute;
	top: 5px;
	width: 1000px;
	text-align: center;
	font-size: 10px;
	color: #666;
}
#footer .footerText a {
	color: #444;
}

/* *******************************

		COLORS

   ******************************** */
   
   
.color0 .hr {
	background: url(/gfx/articleTop_0.png);
	height: 5px;
}

.color1 .hr {
	background: url(/gfx/articleTop_1.png);
	height: 5px;
}
.color2 .hr {
	background: url(/gfx/articleTop_2.png);
	height: 5px;
}
.color3 .hr {
	background: url(/gfx/articleTop_3.png);
	height: 5px;
}
.color4 .hr {
	background: url(/gfx/articleTop_4.png);
	height: 5px;
}
.color5 .hr {
	background: url(/gfx/articleTop_5.png);
	height: 5px;
}

.second .first {
	display: none;
}

.second .second {
	display: block;
}

.first .first {
	display: block;
}

.first .second {
	display: none;
}

/* *******************************

	GUDSTJENESTER I DAG

   ******************************** */
.xtraCalendar {
	font-family:Arial, Helvetica, sans-serif;
display:block;
}

.xtraCalendar .heading {
	margin-bottom: -2px;
}

.xtraCalendar .event {
	background-color: #fff;
	display: block;
	position: relative;
	padding:0 0 5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;

}
.xtraCalendar a {
	color: #000;
display: block;
}

.xtraCalendar a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #ffffff;
}

.xtraCalendar a.event {
	cursor: pointer;
}
.xtraCalendar .church {
	display: block;
	background-color: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin: 2px 0 0 0;
	position:relative;
}

.xtraCalendar .church img {
	position: absolute;
	right:5px;
	top:3px;
}
.xtraCalendar .dayofweek {
	display: block;
	background-color: #fff;
	font-size: 12px;
	padding: 5px 0px 0px 5px;
	color: #568365;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
	opacity: .9;
}

.xtraCalendar a .evnName {
	background:transparent url(/gfx/link01.png) no-repeat scroll right center;
	padding-right:15px;
}

.xtraCalendar .time {
	left:5px;
	position:absolute;
	top:0px;
	font-size:13px;
}

.xtraCalendar .evnName {
	left:50px;
	position:relative;
}

.xtraCalendar .subheading {
	display:block;
	margin-left:50px;
	padding-top:0px;
	position:relative;
	color: #666;
}



.poll {
	border: 1px solid #e1e1e1;
	background-color: #eee;
	padding: 1px 5px;
	clear: both;
	margin: 7px;
}
.poll p {
	margin: 5px 0px 0px 0px;
}
.poll dl {
	margin: 0 3px;
}
.poll dl dt {
	float: left;
	clear: both;
	padding: 3px 0;
}
.poll dl dd {
	padding: 3px 0;
	margin: 0;
	text-align: right;
}
.poll dl dd .scoreBar {
	margin: 0;
	float: none;
	clear: both; /* IE :r */
}

.poll td {
	padding: 3px 0px;
}

.poll label {
	margin-left: 5px;
}

/* Score bars */

.scoreBarContainer{
	clear:both;
	height:10px;
}
.scoreBar {
	float: left; 
	height: 5px;
	margin-top: 5px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	background: #e3e3e3;
}
.scoreTop {
	background-color: #b2b2b2;
	border-color: #9a9a9a;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
