﻿/* resets */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
header, nav, article, footer, img { display: block; }ul { list-style-type: none; }

/* html */
html, body {
    background-color: #e4e4e4;
}

body {
padding-top: 150px;
background-size: cover;
}

a {
    text-decoration: none;
}

/* kolumner */
div#wrapper {
margin: 0 auto;
width: 1270px;
overflow: auto;
position: relative;
}

div#content {
width: 1020px;
float: left;
}

.row {
width: 980px;
margin: 0 auto 20px auto;
padding: 20px;
overflow: hidden;
background-color: #fff;
}

.nospace {
margin: 0 auto;
padding: 20px 20px 0px 20px;
}

.menu {
padding: 0 20px;
}

.header {
margin: 0 auto;
padding: 0 20px 6px 0;
}

.row.header {
padding: 20px 20px 6px 20px;
}

.c150, .c183, .c230, .c313, .c480, .c647, .c730, .c980 {
float: left;
min-height: 1px;
}

.c150, .c183, .ad150 .c480 {
margin-right: 16px;
}

.c230, .c313, .c480, .c647, .c730, .c980 {
margin-right: 20px;
}

.row div:last-child, .row div.last {
margin-right: 0;
}

/* LAST-CHILD FIXES */
.row div.video, .row div.last, .row .widget.link {
margin-right: 0;
}

.row .widget.link {
text-align: right;
}

.c150 {
width: 150px;
}

.c183 {
width: 183px;
}

.c230 {
width: 230px;
}

.c313 {
width: 313px;
}

.c480 {
width: 480px;
}

.c647 {
width: 646px;
}

.c730 {
width: 730px;
}

.c980 {
width: 980px;
}

/* Navigation */
.navbar {
font-family: "Open Sans", Arial, sans-serif;
}