﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);


body { font-family:'Open Sans'; font-weight:400; font-size:14px; margin:0; padding:0; color:#fff; text-align:center;   background-color: #06a3cf; 
  background-image: -webkit-gradient(left,linear,0 0,0 100%,from(#1f3c76),color-stop(50%,#00bde5),to(#1f3c76));
  background-image: -webkit-linear-gradient(left,#1f3c76,#00bde5 50%,#1f3c76);
  background-image: -moz-linear-gradient(left,#1f3c76,#00bde5 50%,#1f3c76);
  background-image: -o-linear-gradient(left,#1f3c76,#00bde5 50%,#1f3c76);
  background-image: linear-gradient(to right,#1f3c76,#00bde5 50%,#1f3c76);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f3c76', endColorstr='#ff1f3c76', GradientType=0);}

.wrapper { margin:0 auto; width:960px; max-width:100%; position:relative; }
#top { position: relative;
  min-height: 80px;
 }

.main { margin-top:200px; }

a { color:#1f3c76; text-decoration:none; }

#header-stripe {   background-color: #303336;
  background-image: -moz-linear-gradient(top,#393c3f,#222528);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#393c3f),to(#222528));
  background-image: -webkit-linear-gradient(top,#393c3f,#222528);
  background-image: -o-linear-gradient(top,#393c3f,#222528);
  background-image: linear-gradient(to bottom,#393c3f,#222528);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393c3f', endColorstr='#ff222528', GradientType=0);
  height: 20px; }

#logo  {    display: block;
  overflow: hidden;
  width: 130px;
  height: 0;
  padding: 110px 0 0 0;
  background-image: url('http://www.teamnovonordisk.com/wp/wp-content/themes/TeamNovoNordisk-Bootstrap/library/less/../images/teamnovo_logo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.25);
  box-shadow: 0 2px 6px 2px rgba(0,0,0,0.25);
 }