/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 11px;
	margin: 0px;
}
table,caption,th,td {
	font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
	color: #333;

}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img.kontakt {
	float: right;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #666666;}
a:visited { color: #666666; }
a:hover { }

/* read more.. links */
.link { color: #666;}
a.link:link { color: #666;}
a.link:visited { color: #666;}
a.link:hover { text-decoration: underline;}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link {color: #666; }
a.cp:visited { }
a.cp:hover { }


/* Back link*/
a.backlink {color: #666;}
a.pagebar next {color: #666;}


/*Kontakt oss linker*/
a.kontakt {color: #666; text-decoration: none; padding-left: 10px;}
a.kontaktsmall {color: #666; text-decoration: none; padding-left: 10px; font-size: 9px;}

/*Kontakt tittel*/
h3.kontakt {
	white-space: nowrap;
	padding-left: 2px;
	
}

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { color: #666; text-decoration: none;}
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { color: #008457; margin-bottom: 15px;}
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{ }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
.adminbar { padding: 10px;}

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }

#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both;}
div.pagebar a{color: #666;}

.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #008457;
}
.headlineview, h1.headlineview {
	font-size: 16px; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
	color: #008457;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}

h2.summary {
	color: #008457;
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

span.linkcontainer {
	display: block;
	margin-top: 0px;
}
/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */

div.viewarea {
	margin-top: 15px;
}
.imagespace {
	float: left;
	margin-right: 15px;
}
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 39,1%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 58%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea {
	margin-top: 10px;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: none;
	
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-color: #EDEDEE;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 1024px;
}


	#top h1#logo, #top h1#logo a { 
		display:block;
		height:74px;
		width:335px;
	}
	#top h1#logo { 
		background:url(http://img6.custompublish.com/getfile.php/1584739.1676.xdafavytvf/senjanh-logo.png) no-repeat;
		border:none;
		margin-left: 40px;
		margin-right: 0px;
		padding:0;
		position:absolute;
		text-indent:-999em;
		top:23px;
		z-index: 999999;
		
	}
#topnav {
}

#middle {
	margin-top: 3px;
	width: 1024px;
	min-height: 672px;
	background: url(http://img6.custompublish.com/getfile.php/1250069.1676.erupqpyrtd/bgmain.png);
}

#navbar {
	float: left;
	margin: 48px 45px 0 45px;
	width: 225px;
	
}
#main {
	float: left;
	width: 384px;
	margin: 35px 45px 0px 0px;
}


#maincontent {
	float: left;
	width: 400px;
}
/* #main when no sidebar */
.wide #main {
	float: right;
	width: 760px;
}
.wide #navbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 235px;
	margin: 48px 45px 0 0;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #ffffff;
}

#footerimages{
	position: relative;
	margin: 10px 5px 10px 5px;
}

#footerimages img {
	margin: 0px 12px;
}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
 

 
/* Main menu*/

ul#mainmenu {
	margin-bottom: 40px;
	
}

ul#mainmenu li {
	width: 225px;
	margin-bottom: 3px;
}

ul#mainmenu li a {
	color: #333;
	padding: 8px 20px;
	display: block;
	text-decoration: none;
	background-color: #B2B2B2;
}

ul#mainmenu li a:hover {
	background-color: #008457;
	color: #ffffff;
}

ul#mainmenu li a.itemselectedcurrent{
	background-color: #008457;
	color: #ffffff;	
}



/* Expanded Menu */
ul#mainmenu ul li{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

ul#mainmenu ul li a{
	color: #666;
	padding: 3px 10px;
	background-color: #ffffff;
	
}

ul#mainmenu ul li a:hover{
	background-color: #ffffff;
	color: #999;
}

ul#mainmenu ul li a.itemselectedcurrent{
	color: #999;
	background-color: #ffffff;	
}

/* Sub Menu*/
ul#sidebarmenu .page157800{
	display: block;
}


ul#sidebarmenu {

}


ul#sidebarmenu li {
	margin: 0px;
	padding: 5px;

}

ul#sidebarmenu li a {
	color: #666;
	padding: 3px 10px;

}

ul#sidebarmenu li a:hover{
	color: #999;
	text-decoration: none;
}

ul#sidebarmenu li a.itemselectedcurrent{
	color: #999;

}

/* SECTION: Sidebar */
.sidebar {
}

.box.box {
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	background-color: #ffffff;
	min-height: 95px;
}

.box .head {
background-color: #008457;
color:#ffffff;
font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
font-size:16px;
font-weight:bold;
padding:3px 0px;
text-align:center;
}

.box .cell {
	margin-bottom: 10px;
}
.box ul {
	padding: 0px;
	margin: 10px 0px 0px 15px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 1px;
}

.box ul li a{
	color: #666666;
}
.box p {
	padding: 0px;
	margin: 5px 10px 5px 10px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}


/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 15px;
}
ul.submenu.menulevel0,ul.submenu.menulevel1 {
	padding-left: 0px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #cecece; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 85%; }
#calendar  { color: #0E4C99; }


.monthlycalendar {width: 190px; margin: 0px auto; margin-top: 10px;}
.monthlycalendartable td { border: 1px solid #a6a8ab; padding: 0px;}
.monthlycalendartable td.calmonthname { padding: 2px 0px 2px 5px; color: #000; background-color: #b2b2b2;}
.monthlycalendartable td.calday  { color: #000; }
.monthlycalendartable td.calsunday,
.monthlycalendartable td.calsaturday  { color: #000; }
.monthlycalendartable td.caltoday  { color: #fff; background-color: #008457; }
.monthlycalendartable th.caldayname  { color: #000; border: 1px solid #a6a8ab;}
.monthlycalendartable div.weekno  { color: #000; background-color: #b2b2b2; padding: 2px; }
.monthlycalendartable td.caldayhasevent  {}

.errmsg { font-weight: bold; color: #aa0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}


/* ----------------------Top Banner Slideshow-----------------*/

#slider {
	float: left;
	/*margin: 20px 25px 0px 25px;*/
	width: 1024px;
	height: 225px;
	background:url(http://img1.custompublish.com/getfile.php/1227916.1651.rybuyfuaya/loadinfo.net.gif) no-repeat 50% 50%; 

} 

#slideshow {
	height: 225px;
	width: 1024px;

}

#slideshow img {
	position:absolute;
	top:0px;
	left:25px;
	display:none;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}


/* If an image is wrapped in a link */


.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}


/* The slices in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:250;
	height:100%;
}

/* Caption styles */

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	/* background:#000; */
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a. {
	font-weight:bold;
}	

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}