@import url('reset.css');
@import url('text.css');

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display: block;
}

body{
    width: 990px;
    margin: 56px auto;
    background: #000;
}
hr{
    color: #4d4d4d;
    background: #4d4d4d;
    border-color: #4d4d4d;
    margin: 0;
    position: relative;
    top: 5px;
    padding: 0;
}
hr.footy {
    margin: 10px 0;
}
h1{
    background: #1a1a1a url('/media/static/img/h1right.png') no-repeat right;
    height: 108px;
    line-height: 108px;
    margin: 20px 0 30px 0;
    padding: 0 0 0 30px;
}
header {
    width: 990px;
    height: 103px;
    overflow: hidden;
    float: left;
}
figure#logo {
    width: 233px;
    height: 84px;
    display:block;
}
nav {
    width: 100%;
    overflow: hidden;
}
.clear{
    width: 100%;
    clear: both;
    height: 1%;
}
ul#langNav{
    float: right;
}
ul#langNav li{
    list-style:none;
    float: left;
    margin: 0 12px 0 0;
}
ul#langNav li a{
    font: 14px Arial;
    color: #808080;
    text-decoration: none;
}
ul#langNav li a:hover {
    color: #fff;
}
ul#pageNav{
    margin:0 0 10px 0;
    float:left;
}
ul#pageNav li{
    list-style:none;
    float: left;
    margin: 0 12px 0 0;
}
ul#pageNav li a{
    font: 14px Arial;
    color: #808080;
    text-decoration: none;
}
ul#pageNav li a:hover {
    color: #fff;
}
ul#langNav li a.selected{color: #fff;}
ul#pageNav li a.selected{color: #fff;}

.line{
    width: 100%;
    color: #fff;
    height: 1px;
    clear: both;
    display:block;
}


/* Page wrapper section */
#page{
    display:block;
    width: 100%;
}

/* Content */
#main{
    width: 100%;
    display: block;
}

#leftColumn {
    width: 473px;
    height: 240px;
}
#rightColumn {
    width: 486px;
    /*width: 518px;*/
    height: 281px;
    float: right;
    border-left: 1px solid #666;
    padding-left: 30px;
    margin-bottom: 20px;
}

/* PLUGIN gogole_map */
.plugin_googlemap{margin:40px 0 20px 0;float: left;width: 431px;height:424px;}
.googlemap-map{
	float: left;
	height:424px;
	width: 431px;
}
.googlemap-map{
	float: left;
	height:424px;
}
.googlemap-map{
	float: left;
	height:424px;
}

/* Frontpage specific */
.frontpage {
    /*height: 281px;*/
}
#main.frontpage{
    float: left;
    padding-top: 55px;
}
#fpImg{
    margin-top: 35px;
    width: 990px;
    height: 233px;
    clear: both;
    float:left;
}
#leftColumn.frontpage {float: left; height: auto; border-right: 1px solid #666;}
#rightColumn.frontpage {border: none;}
#rightColumn.frontpage p {
font-size:17px; font-weight: normal; color: #e6e6e6;margin-bottom:0;
}
#bottomTeaser{
    float: left;
    margin-top: 40px;
}
#bottomTeaser h4 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
#bottomTeaser p {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
/* Method specific */
div.method{
    height: auto;
    display: block;
    float: left;
}
.method{
    height: auto;
    margin: 0 0 20px 0;
}
#leftColumn.method1{
    background: url('/media/static/img/innholdet_er_det_viktigste.png') no-repeat 370px 40px;
    min-height: 120px;
}
#leftColumn.method2{
    min-height: 170px;
    background: url('/media/static/img/fortell_oss.png') no-repeat 290px 50px;
}
#leftColumn.method3{
    background: url('/media/static/img/vi_utvikler_et_visuelt.png') no-repeat 310px 18px;
}
#leftColumn.method4{
    background: url('/media/static/img/ditt_innhold_tolkes.png') no-repeat 283px 30px;
    min-height: 130px;
}
#leftColumn.method5{
    background: url('/media/static/img/kundene_ser_deg.png') no-repeat 323px 0px;
    min-height: 160px;
}
#leftColumn.method{
    height: auto;
    max-width: 473px;
}
#rightColumn.method{
    height: auto;
    width: 485px;
}

/* Who are we specific */

.whoarewe {
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
    display: block;
}
.whoarewe #rightColumn {
    height: auto;
    min-height: 150px;
}
.whoarewe #leftColumn {
    height: auto;
    min-height: 150px;
}
.whoarewe #leftColumn.john{
    background: url('/media/static/img/john.png') no-repeat 303px 0;
}
.whoarewe #leftColumn.jorgen{
    background: url('/media/static/img/jorgen.png') no-repeat 303px 0;
}
.whoarewe #leftColumn.olaf{
    background: url('/media/static/img/olaf.png') no-repeat 303px 0;
}

/* Services specific */
.serviceWrapper {
    margin-left:10px;
}
.serviceBottom {
    margin-top:10px;
    float: left;
    width: 300px;
    height: 200px;
}
.serviceBottom.middle{
    margin: 10px 30px 0 30px;
}
#rightColumn.services {
    height: auto;
    width: 320px;
}
#rightColumn.services ul {
    position:relative;
    left: -14px;
    margin-bottom: 0px;
}
.middleTitleServices {
    text-align: center;
}

/* About specific */

#leftColumn.about {
    height: 580px; 
    border-right: 1px solid #666;
}
#rightColumn.about {
    border-left: none;
}
/* Footer */
footer {
    width: 100%;
    margin:20px 0 0 0;
    float: left;
    height: 106px;
}
.iconFb{
    margin: 0 17px 0 0;
}
.iconLi{
    margin: 0 14px 0 0 ;
}
.footerCopy{
    float: right; height: 27px; line-height: 27px; margin: 0 10px 0 0;width: 224px;
}

/* 404 */
#main.fourofour {
	padding-top: 55px;
}
#leftColumn.fourofour{
	font-size: 18px;
}

