/* Default stylesheet */
body {
	background-color: #F6F6F6;
	color: #333333;
	/*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-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
caption {
	font-weight: bold;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.35em;
}
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;
}
#basicgmap {
	min-height: 170px;
}

/* 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: #3871A1; }
a:visited { color: #3871A1; }
a:hover {  color: #3871A1; }

a:focus {
	background-color: #3871A1 !important;
	color: #FFFFFF !important;
}
/* 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;}

.mainmenu ul a:link, .mainmenu ul a:visited, mainmenu ul a:hover {color: #003366;}
.path a:link, .path a:visited, .path a:hover {color: #0066CC;}

.headlines a:link, .callist a:link, .headlines a:visited, .callist a:visited {
	text-decoration: none;
}
.headlines a:hover, .callist a: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 { color: #9F9F9F; }
a.cp:link { color: #9F9F9F; text-decoration: none; }
a.cp:visited { color: #9F9F9F; text-decoration: none; }
a.cp:hover { color: #9F9F9F; text-decoration: underline; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { text-decoration: none; }
.headline .headlinelink:visited { text-decoration: none; }
.headline .headlinelink:hover { text-decoration: underline; }

/* 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*/
div.date, span.date { color: #55555; }
.author { color: #333333; }
.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; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

.datelist li {
	zoom: 1;
}
.datelist li .date {
	position: absolute;
	width: 40px;
}
.datelist li .other {
	display: block;
	margin-left: 41px;
}

ul.callist {
	margin-bottom: 10px !important;
}

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.pagetitle {
	margin-bottom: 16px;
}
h1.headline,  h2.headline {
	font-size: 1.35em;
	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: 0px; padding: 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 */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap, .cell .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img, .cell imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap, .cell .textwrap {
	float: right;
	width: 65%;
}
/* 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;
}

.threecol .col {
	float: left;
	width: 364px;
	margin-right: 20px;
}
.threecol .col.col1 {
	margin-right: 0;
}
.threecol .col.col2 {
	float: right;
	margin-right: 0;
	width: 172px;
}

.fivecol .col {
	float: left;
	margin-right: 20px;
	width: 172px;
}
.fivecol .col.col3 {
	margin-right: 0;
}
.fivecol .col.col4 {
	float: right;
	margin-right: 0;
}

.threecol .box {
	min-height: 169px;
}
.threecol .col .box:first-child {
	min-height: 184px;
}
.fivecol .box {
	min-height: 212px;
}
.kalenderbox .cell.month {
	float: left;
	width: 44%;
}
.kalenderbox .cell.events {
	float: right;
	width: 52%;
}



.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	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 ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	background-color: #FFFFFF;
	background-image: url(http://img5.custompublish.com/getfile.php/1574651.975.qrrbecuaxp/top-bkg.png);
	background-position: 240px 0;
	background-repeat: no-repeat;
	border-color: #CCCBCB;
	border-style: solid;
	border-width: 0 1px 1px;
	width: 940px;
	margin: 0 auto;
	padding: 0px 20px 0px;
	position: relative;
	text-align: left;
}
.corner.page {
	background-image: url(http://img5.custompublish.com/getfile.php/1576788.975.btwyetprdt/page-frame.png);
}
#top {
	margin: 0px;
	padding: 10px;
	position: relative;
	zoom: 1;
}
#navbar {
	margin: 0 0 25px;
}
#middle {
	margin: 0 0 15px;
}
#subnavbar {
	float: left;
	margin-right: 20px;
	min-height: 100px;
	width: 160px;
}
#main {
	float: left;
	min-height: 500px;
	width: 520px;
}

#mainsidebar {
	float: right;
	width: 220px;
}


/* disable subnavbar when no submenu */

.nosubnavbar #subnavbar {
	display: none;
}
.nosubnavbar #main {
	width: 700px;
}
.nosubnavbar.widemain #main, .frontpage.articlelisting #main  {
	float: none;
	width: auto;
}
/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #subnavbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #subnavbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	background-image: url(http://img5.custompublish.com/getfile.php/1576469.975.ubvyxwwwps/cell-gradient-2.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	clear: both;
	font-size: 0.9em;
	left: -20px;
	padding: 20px 20px 5px;
	position: relative;
	width: 100%;
	text-align: center;
}
#cp {
	clear: both;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 10px 140px 10px 20px;
	text-align: right;
	width: 820px;
}


/* SECTION: Sidebar */
.sidebar {
}

.box {
	background-image: url(http://img5.custompublish.com/getfile.php/1576469.975.ubvyxwwwps/cell-gradient-2.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #CCCBCB;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 0;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	padding: 2px 0px;
}
.box ul.menu li, .box ul.headlines li, .box ul.callist li {
	border-top: 1px dotted #B3B3B3;
}
.box ul.menu li:first-child, .box ul.headlines li:first-child, .box ul.callist li:first-child {
	border-top: none;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption {
	background-color: #4896D7;
	border: 1px solid #3B83C0;
	color: #FFFFFF;
	font-size: 1.0em;
	left: -11px;
	margin: 0px;
	padding: 3px 10px;
	position: relative;
	top: -6px;
	width: 100%;
}

.box .corner {
	background-image: url(http://img5.custompublish.com/getfile.php/1574647.975.qwtcaesefd/box-frame.png);
}

.box.variant2 {
	background-color: #FBF8E5;
}

.box.variant3 {
	background-color: #F0F0F0;
	background-image: url(http://img5.custompublish.com/getfile.php/1576619.975.pepucdwvrr/cell-gradient-3.png);
}
.box.variant4 {
	background-image: none;
	border: none;
	padding: 0;
}
.box.variant4 .corner {
	background-image: url(http://img5.custompublish.com/getfile.php/1574646.975.txwqdcrbvr/white-corners.png);
	z-index: 100000;
}
.box.variant4 span.corner.tl { 
	left: 0;
	top: 0;
}
.box.variant4 span.corner.tr { 
	right: 0;
	top: 0;
}
.box.variant4 span.corner.br { 
	bottom: 0;
	right: 0;
}
.box.variant4 span.corner.bl { 
	bottom: 0;
	left: 0;
} 



/* Kriseside */
div.hide {
	display: none;
}
div.showadmin {
	display: block;
}
body.ppt244267 {
	
}
body.ppt244267 ul#sharelist li {
	margin-right: 20px;
	width: auto;
}

div.kriseomraade {
	background-color: #FFFFFF;
	background-image: url(http://img5.custompublish.com/getfile.php/1576469.975.ubvyxwwwps/cell-gradient-2.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #CCCBCB;
	border-radius: 5px;
	color: #3C3C3C;
	margin: 0 0 8px;
	padding: 8px;
	position: relative;
	zoom: 1;
} 
div.kriseomraade .caption {
	background-color: #C01712;
	background-image: url(http://img5.custompublish.com/getfile.php/1877225.975.epyaqccdcw/krise-caption-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #970B07;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	margin: -9px -9px 8px;
	padding: 5px 11px;
}
.krise .corner {
	background-image: url(http://img8.custompublish.com/getfile.php/1421635.1538.axbdvabvtp/kriseomraade-frame.png);
}
body.ppt244267 .maininner .corner {
	background-image: none !important;
}

.krise .menu li {
	border-top: 1px dotted #B3B3B3;
	padding: 5px 0;
}
.krise .menu a:link, .krise .menu a:visited, .krise .menu a:hover {
	color: #FFFFFF;
}
.krise .menu a:link, .krise .menu a:visited {
	text-decoration: none;
}
 .krise .menu a:hover {
	text-decoration: underline;
}
.krise a:link, .krise a:visited, .krise a:hover {
	color: #D90E0E;
}
.krise .menu a:link, .krise .menu a:visited, .krise .menu a:hover {
	color: #C01612;
}
.krise .menu a.menuselected:link, .krise .menu a.menuselected:visited, .krise .menu a.menuselected:hover {
	text-decoration: underline;
}
.krise .headline {
	text-transform: uppercase;
}
.krise a.headlinelink:link, .krise a.headlinelink:visited, .krise a.headlinelink:hover {
	color: #D90E0E;
}

div.krisenavbar {
	background-color: #FFFFFF;
	float: left;
	padding: 1px;
	margin-right: 25px;
	width: 150px;
}
#knavbar {
	float: none;
	width: auto;

}
#krisemain {
	float: left;
	width: 440px;
}
#krisemain div.body {
	min-height: 100px;
}
#krisekart {
	float: right;
	width: 280px;
}



/* SECTION: page elements */
.logowrap {
	background-image: url(http://img5.custompublish.com/getfile.php/1574653.975.fapfsybwub/kvapen.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	min-height: 85px;
	padding: 25px 0 0 85px;
	width: 300px;
	position: relative;
	z-index: 10;
}
#rogn1 {
	left: -80px;
	position: absolute;
	top: 0;
}
#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: 2px 0;
}
#topmenu {
	float: right;
}
ul.topmenu {
	font-size: 0.9em;
}
ul.topmenu li {
	border-left: 1px solid #407BAE;
	display: inline;
	padding: 0 0 0 5px;
}
ul.topmenu li:first-child {
	border-left: none;
}
ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.mainmenu{
	list-style-type: none;
}
ul.mainmenu li.menulevel0{
	float:left;
	margin:0 1.5% 0 0;
	padding:0;
	width: 13%;
}
ul.mainmenu li.menulevel0.itemlvlnum6, ul.mainmenu li.menulevel0.itemlvlnum7 {
	margin-right: 0;
}
ul.mainmenu li.menulevel0.itemlvlnum7 {
	float: right;
}
ul.mainmenu li a.menulevel0, ul.mainmenu li span.menulevel0{
	color:#3371A6; 
	text-decoration:none; 
	display:block; 
	padding:0; 
	font-weight: normal;
	font-size: 1.33em;
	white-space: nowrap;
}
ul.mainmenu li a.menulevel0:hover, ul.mainmenu li.itemselected a.menulevel0, ul.mainmenu li span.menulevel0:hover, ul.mainmenu li.itemselected span.menulevel0 {
	text-decoration: underline;
}
				
ul.mainmenu ul.menulevel1{
	font-size:0.9em;
	padding: 5px 0 0;
}
ul.mainmenu ul.menulevel1 li{
	display: inline;
	margin:0 0 4px;
	white-space: nowrap;
}
.mainmenu .postfix {
	display: none;
}
.mainmenu ul .postfix {
	display: inline;
}
.mainmenu ul .lastitem .postfix {
	display: none;
}

ul.boxmenu.menulevel0 {
}

ul.boxmenu li.menulevel0 {
	background-image: url(http://img5.custompublish.com/getfile.php/1576469.975.ubvyxwwwps/cell-gradient-2.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #CCCBCB;
	/*border-radius: 6px;*/
	padding: 0 10px 5px;
	margin: 0px 0px 20px 0px;
	min-height: 207px;
	position: relative;
	float: left;
	margin-right: 20px;
	width: 150px;
}
ul.boxmenu li.menulevel0.itemlvlnum11, ul.boxmenu li.menulevel0.itemlvlnum16, ul.boxmenu li.menulevel0.itemlvlnum19 {
	margin-right: 0;
}
ul.boxmenu li.menulevel0.itemlvlnum12, ul.boxmenu li.menulevel0.itemlvlnum17, ul.boxmenu li.menulevel0.itemlvlnum22 {
	float: right;
	margin-right: 0;
}
ul.boxmenu li.menulevel0.itemlvlnum13, ul.boxmenu li.menulevel0.itemlvlnum18, ul.boxmenu li.menulevel0.itemlvlnum23 {
	clear: both;
	margin-right: 20px;
}


ul.boxmenu li span.menulevel0, ul.boxmenu li a.menulevel0 {
	background-color: #4896D7;
	border: 1px solid #3B83C0;
	/*border-radius: 6px 6px 0 0;*/
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
	position: relative;
	left: -11px;
	top: -6px;
	width: 100%;
}
ul.boxmenu ul.menulevel1 {
	font-size: 1.0em;
	padding: 0;
}
ul.boxmenu ul.menulevel1 li {
	display: block;
	white-space: normal;
	margin: 0;
}


ul.boxmenu ul li {
	border-top: 1px dotted #B3B3B3;
}
ul.boxmenu ul li:first-child {
	border-top: none;
}

.boxmenu ul a:link, .boxmenu ul a:visited, .boxmenu ul a:hover {
	color: #0066BB;
}

.boxmenu .corner {
	background-image: url(http://img5.custompublish.com/getfile.php/1590859.975.abpbrvpsft/boxmenu-frame.png);
}
.boxmenu .corner.tl, .boxmenu .corner.tr {
	top: -6px;
}

.boxmenu ul .corner {
	display: none;
}


ul.childmenu {
	
}
ul.childmenu li, .box ul.childmenu li {
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #FFFFFF;
}
ul.childmenu li:last-child, .box ul.childmenu li:last-child {
	border-bottom: none;
}
.box ul.childmenu li {
	left: -10px;
	padding: 2px 10px;
	position: relative;
	width: 100%;
}

ul.hurtigmenu {
}

ul.hurtigmenu li {
	background-color: #EEEEEE;
	background-image: url(http://img5.custompublish.com/getfile.php/1582210.975.dercpwdyrs/hurtigmenu-bkg-btm.png);
	background-position: top left;
	background-repeat: repeat-y;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCBCB #CCCBCB #CCCBCB #3B83C0;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.hurtigmenu a.menuitem, .hurtigmenu .item {
	background-image: url(http://img5.custompublish.com/getfile.php/1582209.975.rrettscwdb/hurtigmenu-bkg.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 3px 3px 27px;
}
.hurtigmenu .corner {
	background-image: url(http://img5.custompublish.com/getfile.php/1574655.975.wqxwpcfvyv/hurtigmenu-frame.png);
}
.hurtigmenu .corner.tl, .hurtigmenu .corner.bl {
	width: 19px;
}





#sitetools .tool {
	background-color: #E7E7E7;
	border: 1px solid #CDCDCD;
	border-radius: 10px;
	clear: right;
	float: right;
	padding: 2px 4px;
	margin: 0 0 5px 10px;
}
#sitetools .tool * {
	display: inline;
}
#sitetools #talewebholder {
	background-color: transparent;
	border: none;
	padding: 0;
	width: 140px;
}

a.scaletext {
	color: #000000;
	position: relative;
	text-transform: uppercase;
}
a.scaletext, a.scaletext:hover {
	cursor: pointer;

}
#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 16px;
}
#scalelargest {
	font-size: 20px;
	margin-right: 5px;
}

#search {
}
#searchform {
	background-color: #FFFFFF;
	border-color: #A9A9A9 #D8DBDD #D8DBDD #A9A9A9;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	margin-top: 45px;
	padding: 2px 5px;
	float: left;
	width: 220px;
}
input.searchinput {
	background-color: #FFFFFF;
	border: none;
	color: #555555;
	vertical-align: middle;
	width: 195px;
}	
input.searchsubmit {
	background-color: transparent;
	background-image: url(http://img5.custompublish.com/getfile.php/1575849.975.xaedsbbfar/lupe.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-color: transparent;
	color: #FFFFFF;
	height: 16px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	width: 16px;
	vertical-align: middle;
	cursor: pointer;
}

#sitetools {
	float: right;
	margin-top: 30px;
	text-align: right;
	width: 250px;
}

#top div.adminbar {
	bottom: 10px;
	left: 120px;
	position: absolute;
	z-index: 20;
}

#footer div.contactinfobox div {
	display: inline;
	margin-right:3px;
}
#bunnrogn {
	position: absolute;
	bottom: -58px;
	right: -22px;
}

/* 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 {
	width: 98%;
}

/* 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;
}
table.monthlycalendartable {
	border-collapse: collapse;
	border-spacing: 0;
}
table.monthlycalendartable  caption {
	margin-bottom: 4px;
}
table.monthlycalendartable td, table.monthlycalendartable th {
	border: 1px solid #D0D0D0;
	font-size: 0.9em;
	padding: 1px 0;
}
table.monthlycalendartable tr:nth-child(2n) {
	background-color: #F3F3F3;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !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, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		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;
	}
}