body {
    font: 0.8em Arial, serif;
    line-height: 1.3em;
    color: #111;
    margin: 0;
    padding: 0;
    background-color: white;
}

pre  {
    font: 1.0em Arial, serif;
    line-height: 1.3em;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    border: 1px solid #a5a5a5;
    font: 11px Arial, serif;
}

input[type=submit] {
    background: #069;
    border: 1px solid #39c;
    color: white;
    padding: 0 4px;
}

h1, h2, h3, h4, h5 {
   margin: 5px 0;
   padding: 0;
}

h1 {
    font: bold 3.2em Arial, serif;
    line-height: 1.1em;
}

h1.feature {
    font: 3.2em Georgia, Arial, serif;
    line-height: 1.1em;
}

h2 {
    font: bold 1.8em Arial, serif;
    line-height: 1.1em;
}

h2.feature {
    font: 1.8em Georgia, Arial, serif;
    line-height: 1.1em;
}

h3 {
    font: bold 1.3em Arial, serif;
    line-height: 1.1em;
}

h4 {
    font: bold 1.0em Arial, serif;
    line-height: 1.1em;
}

p {
    margin: 10px 0;
}

a {
    color: #069;
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    margin-left: 20px;
}

ul li {
    list-style-image: url('/images/list-icon.png');
}

ul.images li, ul li.images {
    list-style-image: url('/images/list-icon-images.png');
}

ul li.gmaps {
    list-style-image: url('/images/globe.jpg');
    margin-left: 24px;
}

#container {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
#sticky-container {
    position: relative;
    float: right;
    width: 200px;
    margin-left: 10px;
}
#sticky-right-ads {
    position: absolute;
}

#site {
    width: 990px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    background-color: white;
    padding: 10px 10px;
    position: relative;
}

.clickable {
    cursor: pointer;
}

.loading {
    width: 16px;
    height: 16px;
    background-image: url('/images/ajax-loader.gif');
    display: none;
}

/* SITE HEAD */

#header  {
    position: relative;
    height: 86px;
}

#header .logo {
    display: block;
    background: url('/images/skd.gif');
    height: 60px;
    width: 467px;
    float: left;
    font-size: 11px;
    margin-bottom: 4px;
    color: #111;
}

#header .pantern {
    /*display: block;*/
    /*float: right;*/
    /*margin-top: 4px;*/
    position:absolute;
    right:0;
    top:-10px;
}

#header .permlinks {
    font-size:11px;
    /*left:155px;*/
    right:85px;
    position:absolute;
}

#header .permlinks a {
    color: #111;
    padding:  1px 2px;
}

#header .permlinks a:hover {
    color: #fff;
    background-color : #000;
}

#header .commlinks {
    float: right;
    margin-bottom:2px;
}

#header .commlinks a {
    color:white;
    font: bold 11px Arial,serif;    
    padding:2px 4px;
    background-color: #069;
}

#header .commlinks a:hover {
    background-color: #000;     
}

#header .search {
    margin-top: 4px;
    width: 160px;
    float: right;
    clear: right;
    position: relative;
}

#header .search form {
    float: right;
}

#header .search #search_crit {
    width: 110px;
}

#header .weatherrss {
    width: 140px;
    float: right;
    clear: right;
    position: relative;
}

#header .rss {
    float: right;
    margin-top: 10px;
}

#header .weather {
    float: right;
    margin-right: 10px;
}

#header .puffhead {    
    position: absolute;
    bottom: 0;
    right: 160px;    
    height: 46px;
    padding: 7px 70px 14px 0;
    max-width: 180px;
}

#header .puffhead h1 {
    font: 18px Georgia, Arial, sans-serif;
    line-height: 18px;
    margin-bottom: 4px;
}

#header .puffhead h1 a {
    color: #111;
}

#header .puffhead .byline {
    font: bold 11px Arial, serif;    
    color: #069;
}

#menu {
    clear: left;
}

.menu > a {
    display: block;
    float: left;
    width: 94px;
    height: 17px;
    text-indent: -5000px;
    /*margin-right: 2px;*/
}

.menu > a > div {
    width: 99px;
    height: 19px;
    position: relative;
    left: -3px;
    top: -1px;
    display: none;
}

.menu > a.active > div {
    display: block;
}

.menu a.noje {
    background: url('/images/menu/noje.gif');
    width: 93px;
}

.menu a.noje div {
    background: url('/images/menu/noje_active.gif');
}

.menu a.sport {
    background: url('/images/menu/sport.gif');
}

.menu a.sport div {
    background: url('/images/menu/sport_active.gif');
}

.menu a.opinion {
    background: url('/images/menu/opinion.gif');
}

.menu a.opinion div {
    background: url('/images/menu/opinion_active.gif');
}

.menu a.personligt {
    background: url('/images/menu/personligt.gif');
}

.menu a.personligt div {
    background: url('/images/menu/personligt_active.gif');
}

.menu a.blogg {
    background: url('/images/menu/blogg.gif');
    width: 88px;
}

.menu a.blogg div {
    background: url('/images/menu/blogg_active.gif');
}

#submenu {
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 15px;
}

.submenu ul {
    margin: 0;
    padding: 0;
}

.submenu li {
    list-style: none;
    float: left;
    margin: 0;
    color: #111;
    background: #fff;
}

.submenu li a, .submenu li div {
    color: #111;    
    font: bold 11px Arial, serif;
    display: block;
    padding: 2px 4px;
    border-left: 1px solid #a5a5a5;
}

.submenu li a:hover, .submenu li a.active {
    color: #fff;
    background: #111;
}

.submenu li ul {
    display: none;
    position: absolute;
    z-index: 100;
    border-top: 1px solid #a5a5a5;
}

.submenu li:hover ul {
    display: block;
}

.submenu li ul li {
    float: none;
}

.submenu li ul li a {
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}

/*.submenu li ul li a.active:hover {
    color: #111;
    background: #fff;
}*/

.submenu .sub {
    background: #e5e5e5;
}

.submenu li.start {
    background: #a5a5a5;
}

.submenu li.start * {
    color: white;
    padding: 2px 5px;
    border: 0;
}

.submenu li.bilaga {
    color: #069;
}

.submenu li.bilaga a {
    color: #069;
}

.submenu li.bilaga a:hover, .submenu li.bilaga a.active {
    color: #fff;
    background: #069;
}

.submenu li.ao {
    background: #c33;
    float: right;
}

.submenu li.ao a {
    color: white;
    padding: 2px 5px;
    border: 0;
}

.subsubmenu {
    position: absolute;
    top: 20px;
    float: left;
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
}

#footer {
    font: 11px Arial, serif;
}

#footer .logo {
    float: left;
    margin-right: 10px;
    /*margin-bottom: 5px;*/
}

/* SITE CONTENT */

#main {
    width: 468px;
    float: left;
    padding-right: 7px;
    position: relative;
}

#columns {
    width: 510px;
    float: right;
}

#leftcolumn {
    width: 250px;
    float: left;
}

#rightcolumn {
    width: 250px;
    float: right;
}

.img {
    position: relative;
}

.caption {
    color: #111;
    background: url('/images/bgtrans_white.png');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.caption .padding {
    padding: 5px;
}

.caption .byline {
    float: right;
    position: relative;
    /*right: 10px;*/
    /*bottom: 3px;    */
    font-size: 10px;
}

.captionicon {
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 10px;
    right: 10px;
    background: url('/images/plupp_small.png');
}

.clear {
    clear: both;
}

.left {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.right {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

.distsmall {
    margin-bottom: 10px;
    clear: both;
}

.dist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
    clear: both;
}

.halfleft {
    width: 229px;
    float: left;
}

.halfright {
    width: 229px;
    float: right;
}

.puff a {
    color: #111;
}

.puff .top {
    color: white;
    background: black url('/images/plupp_top.png') no-repeat 6px 6px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 5px 5px 25px;
}

.puff .noje {
    background-color: #f6b91f !important;
}

.puff .sport, .puff .spel {
    background-color: #c23a33 !important;
}

.puff .opinion {
    background-color: #71919a !important;
}

.puff .personligt {
    background-color: #dd0078 !important;
}

.puff .blogg {
    background-color: #00619e !important;
}

.puff .inactive {
    background-color: #a5a5a5 !important;
}

.puff .clean {
    background: black;
    padding-left: 5px;
}

.puff .small {
    font-size: 1.0em;
}

.puff li a {
    color: #069;
}

.dateline {
    color: #069 !important;
}

.puff .comments {
    color: #069;
    margin-left: 10px;
    white-space: nowrap;
}

.puff li {
    float: left;
    margin-right: 10px;
}

.smallpuff a, .smallpuff div {
    font: normal 11px Arial, serif;
    color: #111;
    margin: 2px 0;
}

.smallpuff .dateline {
    color: #069;
}

.vinjett {
    font: bold 1.8em "Franklin Gothic Demi", Verdana, Arial, sans-serif;
    color: #a5a5a5;
    border-bottom: 3px solid #a5a5a5;
    text-transform: uppercase;
}

.vinjett.opinion {
    color: #71919a;
    border-bottom: 2px solid #71919a;
}

.quiz {
    background: #e5e5e5;
    padding: 5px;
}

.dailyquiz {
    background: #e5e5e5 url('/images/dagensfraga.gif') no-repeat;
    padding: 25px 5px 5px;
}

.quiz .q {
    margin-bottom: 5px;
}

.quiz .bar {
    background-color: #069;
    margin-bottom: 5px;
}

.latest .menuitem {
    background: #848587;
    color: white;
    font: bold 11px Arial, serif;
    padding: 2px 8px;
    margin-bottom: 4px;
}

#latest #latestnews {
    margin-right: 8px;
    border-right: 4px solid white;
    float: left;
}

#latest #latestcomments {
    margin-right: 8px;
    border-right: 4px solid white;
    float: left;
}

.latest .active {
    background: black !important;
}

#mostread_opinion {
    float: left;
    margin-right: 8px;
    border-right: 4px solid white;
}

#newsmenu {
    border-bottom: 1px solid #848587;
    margin-bottom: 5px;
}

#newsmenu a {
    display: block;
    float: left;
    background: #848587;
    color: white;
    font: bold 11px Arial, serif;
    padding: 2px 8px;
    margin-bottom: 4px;
    margin-right: 4px;
}

#newsmenu .active {
    background: black;
}

#newsmenu div a {
    display: inline;
    float: none;
    background: none;
    color: #069;    
}

.newsdate {
    border-bottom: 1px solid #848587;
    margin-top: 5px;
    font: bold 11px Arial, serif;
}

.even {
    background-color: #e5e5e5;
}

.articlebyline {
    clear: both;
    font: normal 11px Arial, serif;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 2px 0;
    margin-top: 10px;
}

.articlebyline .links {
    float: right;
    margin-left: 10px;
}

.articlebyline .print {
    margin-left: 10px;
}

.articlebyline .comments {
    margin-left: 10px;
}

p.summary {
    font: bold 1.15em Arial, serif;
}

p.paragraph {
    font: 1.1em Georgia, Arial, serif;
    line-height: 1.4em;
}

p.paragraph .title {
    font: bold 1.0em Arial, serif;
}

.facts {
    margin-top: 10px;
    clear: both;
}

.facts .title {
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    font: bold 11px Arial, serif;
    margin-bottom: 5px;
    background: #848587;
}

.puff .title {
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    font: bold 11px Arial, serif;
    background: #069;
    height:14px;
    overflow:hidden;
    white-space: nowrap;
}

.puff .a {
    color: white;
}

.slideshowimages {
    display: none;
}

.slideshowloading {
    background: url('/images/ajax-loader.gif') no-repeat;
    padding-left: 20px;
    display: none;
}

.articlebyline .textsize {

}

.fontScaler a#fs_normal,
.fontScaler a#fs_medium,
.fontScaler a#fs_large
{
	display:block;
	float:left;
    background: no-repeat center center;
    text-indent:-5000px;
}

.fontScaler a#fs_normal {
	background-image:url('/images/textsizesmall.gif');
	width:12px;
	height:14px;
    margin-left: 2px;
}
.fontScaler a#fs_medium {
	background-image:url('/images/textsizemedium.gif');
	width:12px;
	height:14px;
    margin-left: 2px;
}
.fontScaler a#fs_large {
	background-image:url('/images/textsizebig.gif');
	width:12px;
	height:14px;
    margin-left: 2px;
}

.bloggpuff {
    height: 55px;
    padding-left: 125px;
    padding-top: 35px;
    line-height: 14px;
    cursor: pointer;
    overflow: hidden;
}

.bloggpuff a {
    color: #111;
    font:14px Georgia;
}

.bloggpuff5 {
    padding-left: 150px;
    padding-top: 45px;
    padding-right: 130px;
    height: 45px;
}


.blogghead {
    height: 25px;
    padding-left: 125px;
    padding-top: 65px;
    line-height: 20px;
}

.blogghead a {
    color: #111;
    font: normal 11px Arial, serif;
}

.blogghead img {
    vertical-align: middle;
}

.morenews {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    background: url('/images/plupp_top_black.png') no-repeat 6px 6px;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0 3px 3px 25px;
    margin: 5px 0;
    clear:both;
}

.commentheader {
    background: url('/images/comment-big.gif') no-repeat;
    padding-left: 40px;
    height: 28px;
    padding-bottom: 12px;
}

.commentheader div {
    background: #a5a5a5;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: white;
    font-weight: bold;
}

.tips img {
    vertical-align: bottom;
}

.rating {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.rating_active {
    background-image: url('/images/rating/rating_bg.gif');
    width: 25px;
    color: #ffffff;
}

.eniro {
    font: 11px Arial, serif;
}

.eniro h4, .eniro h4 a {
    font: bold 11px Arial, serif;
    color: #069;
    text-decoration: underline;
    margin-bottom: 0;
}

.coin {
    position: absolute;
    width: 50px;
    height: 49px;
    z-index: 1;
}

#ttsite div.list {
    margin-top:0 !important;    
}

.pred .region {
	color: #06C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
}
.pred .regiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-variant: normal;
}
.pred .lista {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
.pred .datum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
}
.ad {
    border-bottom: 1px solid black;
    font: 11px Arial, serif;
    margin-bottom: 3px;
}

.flash {
    background-color: #DFD;
    border: 1px solid #8E2;
    padding: 5px;
    font:14px Georgia;
    color: #000;
}

.error {
    background-color: #ffc4c4;
    border: 1px solid #ff6c6c;
    padding: 5px;
    font:14px Georgia;
    color: #000;
}

.container {
    background-color: #EFEFEF;
    border: 1px solid #BDBDBD;
    padding: 5px;
}

.announce {
    background: #ddd;
    text-align: center;
    padding: 10px;
    font: bold 1.4em Arial, serif;
}

.announce-small {
    background: #ddd;
    text-align: center;
    padding: 10px;
    font:bold 1em Arial,serif;
}

#paper-ad {
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

#paper-ad .top, #paper-ad .bottom {
    padding: 5px;
    background: #069;
    color: white;
    text-align: center;
}

#paper-ad .big {
    font-size: 22px;
    margin-top: 5px;
}

#paper-ad .content {
    padding: 5px;
    background: #fff;
}

.twtr-widget .twtr-hd, .twtr-widget .twtr-ft div {
    padding: 2px 5px;
}

.twtr-hd h3 {
    display: none;
}

.bottomrightimage, .bottomrightpusher {
    float: right;
    clear: right;
}

.rssitem.dark {
    background-color: #069;
    padding: 0 5px 5px 5px;
    color: white;
}

.rssitem.dark .dateline {
    color: white !important;
}

.rssitem.dark a {
    color: white;
}
