/* Default stylesheet */
body {
	background: #dbdbdb url(http://img6.custompublish.com/getfile.php/1801920.2026.tcpqftyvpc/bodybg.png) no-repeat center 140px;
	color: #161616;
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	font-size: 75%; /* 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*/
.myriad {
	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.tahoma {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}
.georgia {
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
}

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: #a81815; text-decoration: none;}
a:visited { color: #7b4e7f; }
a:hover { 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 {
    color: #6C6C6C;
    font-size: 0.85em;
    margin: 5px 0;
    text-align: right;
}
#cp a {
    color: #6C6C6C;
    text-decoration: none;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link {color: #222222; }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { color: #222222;}
.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*/
.date, .author { color: #791b21; font-size: 0.9em; }
.source {
	text-align: right;
}
.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;
}
.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;
} 


/* Standard tools */
div.tools { margin: 40px 0px 15px; }
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: 14px;
	margin: 0px;
	padding: 0px;
}
.firstarticle h1.headline {
	font-size: 22px;
	margin-top: 0px;
}
h1.headline.lastedition {
	color: #a01b21;
	font-style: italic;
	margin: 6px 0;
}
h1.headline.lastedition a{
	color: #a01b21;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 2px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {

}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
}
.firstarticle.articleblock .textwrap .ingress{
	font-size: 15px;
	padding-right: 15px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px 12px; 
	padding: 0px;
	color: #232323;
	font-size: 14px;
	font-weight: bold;
}

.byline {
	clear: both;
	display: block;
}

p.byline, .byline {
	margin: 4px 0 10px 0; padding: 0px;
}

.byline.new {
	margin: 10px 0;
}

.byline .sharebtns {
	text-align: right;
	float: right;
}

.viewarea div.listingpic {
	width: 400px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	position: relative;
    z-index: 3;
	
}

.viewarea div.listingpicnew {
	margin-right: 25px;
	margin-bottom: 10px;
	position: relative;
    z-index: 3;
}

.viewarea div.listingpicnew .daimage {
	margin-bottom: 5px;
}

.viewarea div.listingpic .daimage {
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background: #FBFBFB;
	border: 2px solid #FFF;
	margin-bottom: 5px;
}
.slidetext {
    clear: both;
    margin-left: 2px;
    min-height: 1em;
    /*width: 96%;*/
    font-style: italic;
}

.slidealttext {
    margin: 5px 0;
    min-height: 10px;
    text-align: left;
    /* width: 69%; */
}
.slideauthor {
	font-size: 9px;
    margin: 5px 0;
    min-height: 10px;
    /* text-align: right; */
    /* width: 29%; */
}
/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	display: block;
    font-style: italic;
    padding-left: 10px;
}

.supertestwrapper {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 10px;
}

.supertestwrapper > div {
	margin-bottom: 7px;
}

.supertestboks {
	float: right;
	background: #eee;
	height: 250px;
	width: 300px;
	text-align: center;
	font-size: 20px;
	color: #a81815;
	line-height: 37px;
	text-transform: uppercase;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}
.articleblock .imgwrap {
	float: left;
	width: 250px;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background: #FBFBFB;
}

.twocol .articleblock .imgwrap {
	float: left;
	width: 180px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.articleblock .imgwrap img {
	/*
max-width: 100%;
	height: auto;
*/
}
.articleblock .textwrap {
	float: right;
	width: 460px;
	min-height: 150px;
}
.firstarticle.articleblock .textwrap {
	min-height: 185px;
	width: 450px;
}
.twocol .articleblock .textwrap {
	float: right;
	width: 170px;
	/*float: none;
	width: auto;*/
}
/* erstattet text/imgwrap med img align paa forsiden */
img.dynimage[align="left"] {
	margin-right: 10px;
}
img.dynimage[align="right"] {
	margin-left: 10px;
}
/* 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 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: #eddedf;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}

.listingarea.kalender{margin-top: 10px;}
.listingarea.kalender .textwrap{
	min-height: 20px;
	width: 100%;
	padding: 10px 0px;
	
}
.listingarea.kalender .textwrap .date{
	width: 180px;
	float: left;
	font-size: 12px;
}

.listingarea.kalender .textwrap .ingresscalendar{
	float: right;
	width: 554px;
}
.listingarea.kalender .articleblock	{
	margin-bottom: 0px; 
}

div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
.redline { clear: both; font-size: 1px; height: 1px; background: #a81815;}
/* SECTION: page containers */ 
#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	padding-bottom: 10px;
}
#top .logo {
	float: left;
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
}
#top .slogan {
	float: left;
	font-size: 20px;
	text-align: center;
	color: #a61815;
	line-height: 1;
	padding-top: 17px;
	vertical-align: top;
}
#top .slogan span{
	font-size: 46px;
}
#top .topright {
	float: right;
	width: 40%;
	margin-right: 15px;
}
#top .today {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #656565;
	margin-top: 12px;
	text-align: right;
}
#mainmenubg {
	background: #AA1B21 url(http://img6.custompublish.com/getfile.php/1802088.2026.pvwuscxtss/mainemnubg.png) repeat-x bottom;
}
#mainmenu {
	float: right;
	width: 100%;
	
}
#mainmenu li {
	float: right;
	padding: 5px;
}
#mainmenu li a {
	display: block;
	padding: 2px 14px;
	color: #FFF;
	border-right: 1px solid;
	border-color: #b85458;
	text-shadow: 0 1px 1px #470d10;
	font-size: 14px;
	text-decoration: none;
}
#mainmenu li a:hover {
	text-decoration: underline;
}
#mainmenu li.itemselected {
	padding: 0;
	margin-left: 10px;
}
#mainmenu li a.menuselected {
	background: url(http://img6.custompublish.com/getfile.php/1804627.2026.xtyxadxexw/mainmenu_li_active.png) no-repeat top left;
	border-right: 0;
	color: #a01b21;
	text-shadow: none;
	padding: 0;
	padding-left: 15px;
}
#mainmenu li a.menuselected span{
	background: url(http://img6.custompublish.com/getfile.php/1804627.2026.xtyxadxexw/mainmenu_li_active.png) no-repeat top right;
	padding: 6px 15px 8px 0;
	display: block;
}
#mainmenu li.firstitem {
	float: left;
	padding: 0;
	margin-left: 10px;
}
#mainmenu li.firstitem a {
	border-right: 0;
	padding: 6px 22px 8px 50px;
}
#mainmenu li.firstitem a.menuselected {
	background: url(http://img6.custompublish.com/getfile.php/1803295.2026.rsayddexqu/mainmenu_li_firstitem.png) no-repeat;
	border-right: 0;
	color: #a01b21;
	text-shadow: none;
}
#mainmenu li.firstitem a.menuselected span{
	background: transparent;
	border-right: 0;
	color: #a01b21;
	text-shadow: none;
	padding: 0;
}

#submenu {
	padding: 6px 0px 0 54px;
}
#submenu li {
	float: left;
	margin-right: 5px;
}

#submenu li a {
	display: block;
	background: #ebeced;
	padding: 4px 6px;
	color: #801515;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2); 
}
#submenu li a:hover, #submenu li a.menuselected{
	background: #FFF;
}
#topnav {
	margin: 0px 0 6px;
}
#shadow {
	box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
	background: transparent;
	border-radius: 0 0 6px 6px;
}
#middle {
	background: #FFF;
	margin-top: 6px;
	padding: 10px 20px;
	position: relative;
	zoom: 1;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: left;
	width: 735px;
	min-height: 500px; /* ref .viewarea */
}
.viewarea {
	min-height: 400px; /* ref #main */
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	width: 90%;
}

#mainsidebar {
	float: right;
	width: 200px;
	padding-top: 6px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.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;
}
.linkcontainer {
	background: #90171c url(http://img6.custompublish.com/getfile.php/1803557.2026.xsbqtcrdcv/reddotted.png) repeat-x top;
	color: #FFF;
	text-align: right;
	float: right;
	padding: 3px 8px 2px;
	font-size: 14px;
	text-shadow: 0 1px 1px #541115;
}
.linkcontainer a {
	color: #FFF;
	text-decoration: none;
}

#footer {
	clear: both;
	color: #FFF;
	text-shadow: 0 1px 1px #641013;
}
#footer a {
	color: #FFF;
}
.companyname {
	font-weight: bold;
	font-size: 14px;
}

#footer .cell {
    background: url(http://img6.custompublish.com/getfile.php/1803609.2026.ctbcxtesbb/footer_pattern.png) repeat;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    border: 0;
}
.logofooter, .contactinfo, #follow {
    background: url(http://img6.custompublish.com/getfile.php/1810263.2026.aepvbvbfuf/footershadow.png) no-repeat scroll right center transparent;
    float: left;
    min-height: 20px;
    padding-left: 25px;
    padding-right: 54px;
    width: 27%;
}
.logofooter {
	padding-top: 10px;
	text-align: center;
}

#follow {
	background: transparent;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
#footermenu {
	margin-bottom: 10px;
}
#footermenu li {
	background: url(http://img6.custompublish.com/getfile.php/1803618.2026.qbuuyrytdp/footermenu_li.png) no-repeat left;
	padding-left: 10px;
	display: inline;
	margin-right: 15px;
}
.followmenu {
	margin-top: 5px;
}
.followmenu li {
    float: left;
    margin-right: 10px !important;
    display: block;
}
.followmenu li a {
    
}
.followmenu li a img {
    vertical-align: middle;
}
#mainsidebar .followmenu li {
    float: none;
    margin-right: 0;
    display: block;
}

/* SECTION: Sidebar */
.sidebar {
}

.box, .bannerlocation {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	zoom: 1;
}
.annonsetag {
	font-size: 10px;
	text-align: left;
}
.red {
	color: #a81815;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box .cell.grey {
	background: #f2f2f2;
	border: 1px solid #ffffff;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.box.relatedby .cell.grey ul{ padding-left: 20px;}
.box.relatedby .cell.grey ul li{ list-style-type: disc; }

.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 3px 10px;
	margin: 0px;
	background: url(http://img6.custompublish.com/getfile.php/1803557.2026.xsbqtcrdcv/reddotted.png) repeat-x top;
	text-shadow: 1px 2px 2px #420e10;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;
	font-weight: normal;
}
.box h3.caption.nisse {
	margin-right: -5px;
	text-align: right;
}
.box h3.caption.spenol {
	margin-right: -8px;
	margin-left: -8px;
	margin-bottom: 5px;
}
.box h3.caption a{
	color: #FFF;
	text-decoration: none;
}
/* 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;
}

#searchform {
	clear: both;
	background: #eaeaea;
	border-radius: 4px 0 0 4px;
	padding: 3px 3px 3px 0px;
	margin-top: 20px;
	width: 270px;
	text-align: right;
	float: right;
}
input.searchinput {
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	color: #656565;
	font-style: italic;
	vertical-align: middle;
	border: 1px solid #e2d9d9;
	font-size: 14px;
	padding: 6px 8px;
	border-radius: 4px 0 0 4px;
	width: 205px;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}


.sitetools {
	background: #DFE0E1;
	float: right;
	text-align: right;
	width: 270px;
	font-size: 12px;
	margin-top: 5px;
	
}
.textsize, .contrast {
	float: left;
	cursor: pointer;
	position: relative;
}
.textsize span, .contrast span{
	color: #560e0e;
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 4px;
	margin-top: 8px;
	display: block;
	float: right;
	background: url(http://img6.custompublish.com/getfile.php/1804371.2026.vctyerfdya/ico_arrowdown.png) no-repeat right center;
	padding-right: 15px;
}
.textsize {
	margin-right: 10px;
}
.textsize .img, .contrast .img{
	background: #aa1b21 url(http://img6.custompublish.com/getfile.php/1804293.2026.dwqcyqpacb/ico_fontsize.png) no-repeat center;
	float: left;
	width: 35px;
	text-align: center;
	height: 30px;
}
.contrast .img{
	background: #aa1b21 url(http://img6.custompublish.com/getfile.php/1804289.2026.pcysuvcbcd/ico_contrast.png) no-repeat center;
}


.textsize .fakedrop, .contrast .fakedrop {
	position: absolute;
	background: #DFE0E1;
	top:100%;
	right: 0;
	display: none;
}
.textsize .fakedrop li a, .contrast .fakedrop li a{
	display: block;
	padding: 6px 15px;
}
#scalenormal {
	font-size: 12px;
}
#scalelargest {
	font-size: 16px;
}
/* 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 {
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 253)),to(rgb(219, 219, 219)));
	background-image: -webkit-linear-gradient(top, rgb(253, 253, 253), rgb(219, 219, 219));
	background-image: -moz-linear-gradient(top, rgb(253, 253, 253), rgb(219, 219, 219));
	background-image: -o-linear-gradient(top, rgb(253, 253, 253), rgb(219, 219, 219));
	background-image: -ms-linear-gradient(top, rgb(253, 253, 253), rgb(219, 219, 219));
	background-image: linear-gradient(top, rgb(253, 253, 253), rgb(219, 219, 219));
	border: 1px solid #d3d3d4;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #656565;
	font-size: 14px;
	font-style: italic;
	padding: 6px;
	width: 92%;
	margin-bottom: 5px;
}
.newslettersubsubmit {
	float: right;
}
/* 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;
}
blockquote {
	margin: 10px 0;
	padding: 25px 5px 0;
	background: url(http://img6.custompublish.com/getfile.php/1803769.2026.vbfqrewtsr/quote.png) no-repeat left top;
	color: #801515;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}
blockquote .author {
	color: #2c0909;
	padding-top: 5px;
	font-style: normal;
	display: block;
	font-size: 12px;
}
.box.relatedby {
	/*
float: left;
	width: 48%;
	margin-right: 2%;
*/
}
.box.relatedby.last {
	/*
float: right;
	margin-right: 0;
*/
}
.red li a{
	padding-left: 15px;
	background: url(http://img6.custompublish.com/getfile.php/1805225.2026.sdyctasxwr/menu_li_red.png) no-repeat left center;	
}
.fjesbok {
	position: absolute;
	top: 36px;
	right: 0px;
}
.factbox {
	float: right;
	width: 250px;
}
.qwerty h2 {
	font-weight: bold;
	font-size: 12px;
}

#dsq-content.clearfix, #disqus_thread {
 	height: auto !important;
 	clear: both !important;
 	font-size: inherit !important;
}
.dsq-comment {
	font-size: 12px !important;
}


@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;
	}
}