body {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
    background-color: #ddd;
   /* background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));*/
   
    background-size: 20px 20px;
}
a {
    color:inherit;
    text-decoration: none;
    text-decoration: underline;
}
a:hover {
    color:#006;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1,h2,h3 {
    font-size: 17px;
    line-height: 18px;
    font-family: Georgia,Times,serif;
}
h4,h5,h6 {
    font-size: 11px;
}
img {
    display: block;
}

p {
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
}
strong {
    font-weight: bold;
}
em {
    font-style:italic;
}
h1 {
    margin:15px 0;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-weight:normal;
    line-height:24px;
    font-size:22px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gridster {
    background: #fff;
    border:none;
    border-left: 1px solid;
    border-right: 1px solid;
    box-shadow: 0 0 5px #888;
}

.auto_expandable {
    /*z-index: 1;*/
}


#switch_device {
    width:100%;
    display: none;
    color: #fff;
    z-index: 99999;
    background: #333;
    font-size: 10px;
    line-height: 1.2em;
    background-image: url(../img/gray-noise.jpg);
    -webkit-box-shadow: 0px -15px 40px -5px #000000 inset;
    -moz-box-shadow: 0px -15px 40px -5px #000000 inset;
    box-shadow: 0px -15px 40px -5px #000000 inset;
    border-bottom: 2px solid #333;
    z-index: 3;
    position: relative;
}

#switch_device_padding {
    padding: 60px 0;
    font-size: 30px;
    line-height: 30px;
}
.body_PC #switch_device_padding {
    font-size: 40px;
    line-height: 40px;
}
.body_mobil #switch_device_padding {
    font-size: 20px;
    line-height: 20px;
}
#switch_device a {
    text-decoration: none;
    color: inherit;
}
#switch_device table {
    text-align: center;
    margin: auto;
}
#switch_device p {
    padding: 0 15px 15px 15px;
}
#switch_device td {
    vertical-align: bottom;
}
#switch_device table img {
    height: 3em;
    width: 3em;
    display: inline;
    margin: 1em;
}
.switchview {
    cursor: pointer;
}
.switchview [data-device] {
    border-radius: 1em;
}
.switchview .other,
.switchview .current {
    opacity: .2;
}
.switchview .correct {
    opacity: 1;
}
.switchview [data-device]:hover {
    opacity: 1;
    background: #333;
}
#switch_device_activator {
    position: absolute;
    top: 2em;
    padding: .5em;
    right: 100%;
    background: #000;
    border-radius: 1em 0 0 1em;
}
#switch_device_activator img {
    height: 2em;
    width: 2em;
}

.modify_cookies {
    position: fixed;
    bottom: -5px;
    left: 1%;
    text-decoration: none;
    height: 37px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    z-index: 999;
    transition: bottom .15s ease-out;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.modify_cookies:hover {
    text-decoration: none;
    bottom: 0;
}


/****TEMP*****/
/*.gridster_widget {
    background: #f5f5f5;
}



.gridster_widget.comments,
.gridster_widget.pagenavigation,
.gridster_widget.skagensavisheader,
.gridster_widget.skagensavisfooter,
.gridster_widget.ad,
.gridster_widget.excerpt,
.gridster_widget.main_content {
    background: none;
}*/

#bg_ad_left {
    position: fixed;
    right: 50%;
    margin-left:-99%;
    margin-right: 480px;
    top:0;
    height:100%;
}
#bg_ad_left * {
    top:0;
    bottom:0;
    width:auto;
    height:100%;
}
#bg_ad_right {
    position: fixed;
    left: 50%;
    margin-right:-99%;
    margin-left: 480px;
    top:0;
    height:100%;
}
#bg_ad_right * {
    top:0;
    bottom:0;
    width:auto;
    height:100%;
}
.centerpage {
   /* z-index: 2;*/
    position: relative;
}
.ad_placeholder {
    display: none;
}


/*THOMAS*/
/*BORDER IMAGES*/
div.auto_expandable div.gridster_widget.main_content article img {
    border: 1px solid;
}
