/* 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-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;
	font-size: 80%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.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;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #000; text-decoration: underline;}
a:visited { color: #7b4e7f; }
a:hover { color: #B37A01; text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected: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 { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{ color: #000;	}
a.path:link {color: #000; }
a.path:visited { color: #000;}
a.path:hover, a.path.activepath { color: #B37A01; }


/* 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*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* 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; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	width: 250px;
	float: left;
	margin: 0 10px 5px 0;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	/*width: 250px;*/
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


div.articlemedia-cinema {
	float: left !important;
	margin-right: 10px;
}
/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.frontpage .imgwrap{width: 100% !important;}
.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}

.frontpage .textwrap {
	float: left !important;
	width: 100% !important;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 1-spalter */
.onecol {
    padding: 1%;
    width: 66%;
    position: relative;
    bottom: 256px;
    left: 230px;
}
div.onecol .articleblock { 
/*
	width: 49%;
*/
	width: 45%;

}
div.onecol .articleblock { 
	clear: both;
	float: right;
}



/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;

}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
	margin-right: 2%;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	
}

/* 3-spalter */
div.threecol .articleblock { 
/*
	width: 32%;
*/
	width: 200px;

	float: left;
	margin-right: 46px;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
/* 4-spalter */
div.fourcol .articleblock { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol .articleblock.quad0 { 
	clear: both;
}
div.fourcol .articleblock.quad2 { 
	margin-right: 0;
}
div.fourcol .articleblock.quad3 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #AC3614;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION: page containers */ 
#page {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;

}

.bar {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#top {
	margin: 0px;
	padding: 0px;
	background: url('http://img2.custompublish.com/getfile.php/2007310.1542.tufbwpryeu/headerBg.jpg') repeat-x;
	width: 100%;
	height: 160px;
}

#topInner{
	background: url('http://img2.custompublish.com/getfile.php/1934931.1542.wuabruqrpa/headerBanner.png') repeat-x;
	width: 100%;
	height: 115px;
		
}
#topnav {
}
#middle {
}
#navbar {
    float: left;
    margin: 0 0 0 20px;
    width: 210px;
}
#main {
    box-shadow: 0 0 0 0 #FFFFFF, -4px 0 8px -9px #555555, 0 0 0 0 #FFFFFF, 0 0 0 0 #FFFFFF;
    float: left;
    min-height: 700px;
    padding: 0 0 0 20px;
    width: 510px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.articleview #main {
    box-shadow: none;
    float: left;
    min-height: 700px;
    padding: 0 0 0 20px;
    width: 510px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.frontpage #main{width: 700px;}
.viewareacontent {
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 180px;
	
}

.frontpage #mainsidebar {
	float: right;
	width: 180px;
	display: none;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}

.searchpage.widemain #main{
	float: left;
	width: 700px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	background: url('http://img2.custompublish.com/getfile.php/1934933.1542.bcbvespawe/footerBg.jpg') repeat-x;
	clear: both;
	text-align: center;
	width: 100%;
	height: 130px;
	padding: 20px 0;
	overflow: hidden;
}
/* SECTION: Sidebar */
.sidebar {
}

.sidebar * div{
	padding: 2px;
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
	border: 1px solid #deeaf1;
	background: #f2f5f9;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
.box ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 20px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 5px;
	margin: 0px 0px 10px;
	background: #dd8a1d url(http://img2.custompublish.com/getfile.php/1938126.1542.svsqxwfdqf/boxh3.png) repeat-x bottom;
	font-size: 14px;
	border: 1px solid #d9923a;
	font-weight: normal;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}
#search {
}
#searchform {
	background: url("/images/opacity/black/opacity20.png") repeat scroll 0 0 transparent;
    float: right;
    padding: 3px;
    border-radius: 4px;
 
}
.newslettersubform {
	float: none;
	display: block !important;
	padding: 3px !important;
}
input.searchinput, input#newslettersubemail {
	vertical-align: middle;
    font-style: italic;
    color: #929090;
    padding: 5px;
    border-radius: 4px;
    border: none; 
}
#newslettersubemail {
	border: 3px solid #CCCCCC !important;
	margin-bottom: 4px;
}
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	background: url('http://img2.custompublish.com/getfile.php/1936366.1542.sswdpcuspw/redBg.png') repeat;
	border: none;
	border-radius: 4px;
	padding: 3px;
}
/* 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: 0.9em; }
.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 {
	
}

/* 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;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}




/*
#block1	#mainmenu li.firstitem{display: block;}
#block2	#mainmenu li.itemlvlnum2{display: block;}
#block3	#mainmenu li.itemlvlnum3{display: block;}
#block4	#mainmenu li.itemlvlnum4{display: block;}
#block5	#mainmenu li.itemlvlnum5{display: block;}
#block6	#mainmenu li.itemlvlnum6{display: block;}

#mainmenu li.itemlvlnum1, #mainmenu li.itemlvlnum2, #mainmenu li.itemlvlnum3, #mainmenu li.itemlvlnum4, #mainmenu li.itemlvlnum5, #mainmenu li.itemlvlnum6, #mainmenu li.itemlvlnum7, #mainmenu li.itemlvlnum8, #mainmenu li.itemlvlnum9, #mainmenu li.itemlvlnum10  {display: none;}
*/

#myTools{
	float: right;
    margin: 30px 0 0;
}

.lang {
    bottom: 20px;
    left: 155px;
    position: relative;
}

.resizer {
color: #fff;
    height: 30px;
    position: relative;
    right: 30px;
    top: 10px;
    width: 170px;
}


.tabber{
	background: url('http://img2.custompublish.com/getfile.php/1935043.1542.wyvvuppuwb/tab.png') no-repeat;
	height: 40px;
	width: 230px;
	position: relative;
	top: -0px;
	float: right;
}





.customtools { 
}
.customtools a:hover {
	-moz-animation-name: pulse; 
	-moz-animation-duration: 0.5s; 
	-moz-animation-iteration-count: 1;
}	
		
.customtools a.colorscheme {
    padding: 5px 10px;
 	text-decoration: none;
}
.customtools a {
    font-weight: bold;
}
.customtools a:hover {
   color: green;
}
.customtools a.inverted {
    margin-right: 10px;
    border-right: #B5761E solid 1px;
    padding-right: 5px;
}
a.scaletext {
	text-transform: uppercase;
}
a.scaletext, a.scaletext:hover {
	cursor: pointer;
}
#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 16px;
}
#scalelargest {
	font-size: 18px;
	margin-right: 8px;
	
    border-right: #B5761E solid 1px;
    padding-right: 10px;
}

.label{
	padding: 3px;
	color: #fff;
}

.normal .label{


}

.inverted .label{
	background: #B93A16 !important;

}





.frontpage center{display: none;}

#main .pagelogo img{margin-left: 0px;}

.articlelisting .pagelogo{display: block;}

.pagelogo{display: none;}
.smallHeader{
	color: #76190A;
	padding: 0 0 8px 0;
}

.headlinesmall{margin-bottom: 10px; font-size: 14px;}

.onecol .smallHeader {
	position: relative;
	left: 255px;
}

.shorter .hr{width: 65%;}

.shortest .hr{
	width: 30%; 
	float: right;
	position: relative;
	bottom: 20px;
}

#copyright{margin-top: 10px;}

#copyright, #copyright a{color: #666}

#org{
	left: 260px;
    position: relative;
    bottom: 58px
}

#rightBottom{
	position: relative;
	bottom: 130px;
	float: right;
}

#subtitle {
    bottom: 50px;
    position: relative;
    left: 80px;
    width: 200px;
}

.spacer{width: 10px;}

.tagline {
    bottom: 65px;
    position: relative;
    left: 30px;
}

.buttonyellow a, .newslettersubsubmit{
	border-radius: 4px;
	border: solid #BD7823 2px;
	padding: 4px 16px 4px 5px;
	background: #F3A737 url(http://img2.custompublish.com/getfile.php/1936530.1542.bqrfxvbbbf/tinyArrow.png) no-repeat right center;
	display: inline-block;
}

/*
.tinyArrow {
    position: relative;
    right: 13px;
    top: 2px;
} 
*/

.sideHeader{
	background: #DA882A;
	border: solid 2px #E49943;
	
	width: 100%;
	box-shadow: 0 -10px 10px -10px #555555 inset;
}

.myHeadline{
	padding: 5px 10px;
}

.menuBox {
    background:#EAEEF1;
    border: 4px solid #EAEEF1;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 0 32px 30px 0;;
    width: 29%;
}

.innerBlock{
	border: 1px solid #E0E5E8;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	height: 140px;
}

.pagetitle{
	background: url(http://img2.custompublish.com/getfile.php/1936052.1542.uspwpqffwc/orangeTexture.jpg) repeat;
	border-radius: 4px 4px 4px 4px ;
	width: 78%;
	height: 27px;
	text-transform:uppercase;
	position: relative;
	z-index: 10;
}

.pagetitle a{color: #000;}

.curvey{
	background-attachment: fixed;background: url(http://img2.custompublish.com/getfile.php/1936434.1542.xbaqpdeetu/curvey.png) no-repeat;
    bottom: 27px;
    height: 27px;
    left: 150px;
    position: relative;
}

.pagetitle ul li.menuitem {padding: 5px 0 0 10px;}

#block2 .pagetitle{width: 88%;}
#block2 .curvey{left: 164px;}

#block5 .curvey{left: 188px;}
#block5 .pagetitle{width: 98%;}
#block5 .pagetitle ul li.menuitem {padding: 5px 0 0 4px;}


#block6 .curvey{left: 158px;}
#block6 .pagetitle{width: 85%;}
#block6 .pagetitle ul li.menuitem {padding: 5px 0 0 4px;}

#block3, #block6 {float: right; margin-right: 0px;} 




#mainmenu li.menulevel0 {
      background:#FFF;
    border: 4px solid #EAEEF1;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 0 2% 30px 0;
    width: 30.6%;
     list-style: none;
     position: relative;
     padding-bottom: 28px;
}
#mainmenu li.menulevel0 a.menulevel0{
    background: url(http://img2.custompublish.com/getfile.php/1936434.1542.xbaqpdeetu/curvey.png) no-repeat right top;
    display: block;
	text-transform: uppercase;
    padding: 7px;
    font-weight: bold;
}
#mainmenu li a{
    color: #000;
}

#mainmenu li a:hover, #mainmenu li.itemselected > a{
    text-decoration: underline;
    
}

.childmenu li a:hover, .childmenu li.itemselected > a{
    text-decoration: underline;
}

#mainmenu li.menulevel0 ul{
    padding: 10px 10px 10px 25px;
}

.menuBox ul#specialsub a{
	color: #484848;
	text-decoration: none;
}

#mainmenu li.menulevel0.itemlvlnum3,
#mainmenu li.menulevel0.itemlvlnum6,
#mainmenu li.menulevel0.itemlvlnum9,
#mainmenu li.menulevel0.itemlvlnum12  {
	float: right;
	margin-right: 0;
}
#mainmenu li.menulevel0.itemlvlnum4,
#mainmenu li.menulevel0.itemlvlnum7,
#mainmenu li.menulevel0.itemlvlnum10,
#mainmenu li.menulevel0.itemlvlnum13 {
	clear: left;
}

.visallediv {
	text-align: right;
	padding: 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.visallediv a {
	color: #855911;
}

.specialBox{
	background:   #EAEEF1;
    border: 4px solid #EAEEF1;
    border-radius: 4px 4px 4px 4px;
    margin: 0 0 10px 0;
}

.leftBar{
	margin: 20px 0 20px 0;
}

.myTextwrap{
	padding: 0 0 0 20px; 
	width: 180px;
	margin-bottom: 20px;
}

/*
.facebook {
    bottom: 20px;
    left: 40px;
    position: relative;
    color: #4872AE;
}

.facebookIcon{
	position: relative;
	left: 10px;
}
*/

.sender input{
	width: 140px;
	background: #F3A737;
	border-radius: 4px;
	border: solid #BD7823 2px;
	margin-bottom: 20px;
}

/*
.leftBar form.submit{
	position: relative;
	right: 46px;
	margin-bottom: 20px;
}

.leftBar input.searchinput{
	background: #E9E9E9;
	border: none;
	color: #969696;
}
*/

ul.slogans{padding: 0}

ul.slogans li {
    list-style-image: url("http://img2.custompublish.com/getfile.php/1936439.1542.eqxfufypcy/bullet.png");
    color: #8B470F;
    font-style: italic;
    padding: 10px 0;
}

.myMain{display: none;}

.articlelisting .myMain{display: block}

#mainsidebar .sideHeader{
	width: 86%;
	min-height: 20px;
}

#mainsidebar .specialBox{
	
	min-height: 200px;
}

#mainsidebar .tools{
	
	min-height: 150px;
}

li { list-style-image: url(http://img2.custompublish.com/getfile.php/1936439.1542.eqxfufypcy/bullet.png); }

/* AddThis Vertical Hover Menu */

.addthis_toolbox {
	background: #ffffff url(http://img2.custompublish.com/getfile.php/1768309.2022.cefbwftwvy/down.png) no-repeat right center;
	border: 1px solid #abacac;
	margin-top: 6px;
}

.addthis_toolbox .custom_hover {
    position: relative;
    padding: 4px;
}

.addthis_toolbox .custom_hover .custom_button {
    padding: 4px 12px 4px 30px;
    color: #534741;
    cursor: pointer;
    display: block;
    background: url(http://img2.custompublish.com/getfile.php/1768304.2022.tawuwbyppv/ico_fb.png) no-repeat 6px 1px;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background: url(http://img2.custompublish.com/getfile.php/1768304.2022.tawuwbyppv/ico_fb.png) no-repeat 6px 1px;
    color: #000;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 90%;
    border: 1px solid #abacac;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: auto;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #534741;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #f5f5f5;
    text-decoration: none;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}

.sosialesakerogting {
	list-style: none;
	margin: 0; padding: 0;
}
.sosialesakerogting li {
	list-style: none;
	display: block;
	padding: 10px 40px 10px 0;
	margin-right: 90px;
}
.sosialesakerogting li.rss {
	background: url(http://img2.custompublish.com/getfile.php/1938322.1542.brvfvfwxvv/rss.png) no-repeat right center;
}
.sosialesakerogting li.sitemap {
	background: url(http://img2.custompublish.com/getfile.php/1938323.1542.depeaeesrp/nettstedskart.png) no-repeat right center;
}
.sosialesakerogting li.facebook {
	background: url(http://img2.custompublish.com/getfile.php/1938346.1542.escptxrbcf/facebook[1].png) no-repeat left center;
	margin-right: 0px;
	padding: 20px 0 20px 52px;
}

.sosialesakerogting li.twitter {
	background: url(http://img2.custompublish.com/getfile.php/2225813.1542.wdrpxxdsps/social_twitter_box_blue.png) no-repeat left center;
	margin-right: 0px;
	padding: 20px 0 20px 52px;
}
#slides {
	position: relative;
	margin-bottom: 20px;
}
.slides_container {
    width:700px;
    height:220px;
    overflow: hidden;
}
.slides_container div {
    width:700px;
    height:220px;
    display:block;
}



ul.childmenu li a{
	padding: 5px;

}

ul.submenu li a{
	padding: 5px  10px  5px  10px;

}

ul.childmenu li a, ul.submenu li a{
	display: block;
	color: #000;
	text-decoration: none;

}

ul.childmenu li a:visited, ul.submenu li a:visited{
	color: #000;
	text-decoration: none;
}

ul.childmenu li a.menuitemselected, ul.childmenu li a:hover{
	color: #B37A01;
	text-decoration: underline;

}


ul.submenu li{
	
}

.page264742 .ingressview{
	font-size: 16px;
}

.page264742 h1.headlineview{
	font-size: 22px;
}