body {
  font-size: 62.5%;
  color: #111;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

/*********************
  STRUCTURE
*********************/
#wrapper {
  margin: 0 auto;
  width: 980px;
  padding: 10px 20px 0 20px;
  background: white url(/images/v2/bodyBg.png) repeat-y center center;
}

.header {
  margin: 25px 0 0 100px;
  width: 400px;
  float: left;
}

.topHeadline {
  background: black; 
  color: white;
  padding: 5px 10px;
  width: 766px;
  margin: 0 0 15px 0;
  font-size: 1.5em;
}

#contentLeft {
  float: left;
  width: 800px;
}

#rightColumn {
  float: left;
  width: 180px;
}

#mainContent {
  clear: both;
}

#footer {
  height: 90px;
  position: relative;
  left: -18px;
  width: 980px;
  padding: 10px 20px;
  clear: both;
  background: transparent url(/images/v2/bottom.png) no-repeat bottom left;
}

hr.footerDivider {
  border: 1px solid #ccc;
}

.footerText {
  float: left;
  text-align: center;
  width: 847px;
}

img.pfu {
  float: left;
  width: 73px;
}

img.redaktor {
  width: 60px;
  float: right;
}

.clearer {
  clear: both;
}

/* TOP SEARCH FORM */
#topSearch {
  float: right;
  width: 250px;
  margin: 30px 0 0 0;
}

#topSearch .searchInput {
  width: 166px;
  height: 17px;
  padding: 4px 2px;
  background: #ececec;
  border: 1px solid #111;
  vertical-align: middle;
}

#topSearch .searchButton {
  background: #6f001a url(/images/v2/buttonBg.png) top left repeat-x;
  width: 60px;
  color: white;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  height: 27px;
  border: 1px solid #7b0c26;
  vertical-align: middle;
  margin-left: 11px;
  padding-bottom: 3px;
}

#topSearch p.radioWrap {
  clear: both;
  margin: 3px 0 0 0;
}

#topSearch .searchRadio {
  margin: 2px 1px 2px 0;
}

#topSearch label {
  margin-right: 5px;
}

#topSearch legend {
  display: none;
}

/* END TOP SEARCH FORM */

/* MAIN NAVIGATION */

ul#mainNav {
  float: left;
  margin: 0 0 30px -10px;
  background: #111;
  width: 975px;
  height: 38px;
  padding: 0 0 0 25px;
}

ul#mainNav li {
  list-style-type: none;
  display: inline;
  color: white;
}

ul#mainNav li a {
  float: left;
  display: block;
  padding-top: 38px;
  height: 0;
  overflow: hidden;
  margin-right: 10px;
  background-position: 0 38px;
}

ul#mainNav li a span {
  display: none;
}

ul#mainNav li a#nyhendeBtn { width: 94px; background-image: url(/images/v2/nyhendeBtn.png); }

ul#mainNav li a#npkdirekteBtn { width: 143px; background-image: url(/images/v2/npkDirekteBtn.png); }

ul#mainNav li a#kulturBtn { width: 69px; background-image: url(/images/v2/kulturBtn.png); }

ul#mainNav li a#sportBtn { width: 64px; background-image: url(/images/v2/sportBtn.png); }

ul#mainNav li a#abonnementBtn { width: 126px; background-image: url(/images/v2/abonnementBtn.png); }

ul#mainNav li a#annonserBtn { width: 99px; background-image: url(/images/v2/annonserBtn.png);  }

ul#mainNav li a#kontaktossBtn { width: 112px; background-image: url(/images/v2/kontaktOssBtn.png); }

ul#mainNav li a:hover {
  background-position: 0 0;
}

/* END MAIN NAVIGATION */

/* SUB NAVIGATION */

ul.subNav {
  float: left;
  margin: -30px 0 30px -10px;
  background: #333;
  width: 1000px;
}

ul.subNav li {
  list-style-type: none;
  display: inline;
}

ul.subNav li a {
  float: left;
  display: block;
  color: white;
  padding: 5px 20px;
  font-family: Georgia, Garamond, serif;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-left: 12px;
}

ul.subNav li a:hover {
  background: #111;
}

/**********************
  FONTS
**********************/
h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: Georgia, Garamond, serif;
}

h1#logo {
  position: relative;
  width: 250px;
  height: 48px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

h1#logo span {
  background: url(/images/v2/logo.png) no-repeat 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.topHeader {
  font-size: 2.4em;
  margin-bottom: .2em;
}

h2.slideshowArticleHeader {
  font-size: 2.6em;
  color: #a3111f;
}

h2.titleAndDate {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h2.bigArticleHeader {
  font-size: 3em;
  color: #a3111f;
}

h2.mediumArticleHeader, h2.smallArticleHeader {
  font-size: 1.8em;
  color: #a3111f;
}

#ajaxSchema h3 {
  font-size: 1.8em;
  color: #a3111f;
}

h3.blackBg {
  background: black;
  font-size: 1.8em;
  color: white;
  padding: 5px 10px;
  margin-bottom: 5px;
}

ul.searchResults h3 a {
  font-size: 1.6em;
  margin-bottom: 5px;
}

h4.sportsResults {
  font-size: 1.5em;
  color: #a3111f;
  background: #eee;
  padding: 2px 10px;
}

p#tipsOss {
  width: 88px;
  height: 61px;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 32px 0 0 40px;
}

p#tipsOss span {
  background: url(/images/v2/tipsOss.jpg) no-repeat 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

p {
  font-size: 1.5em;
}

.articleLead {
  font-size: 1.5em;
}

.articleLead p {
  font-size: 1em;
}

.footerText p {
  font-size: 1em;
  margin-bottom: 10px;
}

.topHeadline p {
  font-size: 1em;
}

p.theWeather {
  font-size: 2.6em;
  float: left;
}

.voldaWeather p {
  margin: 0 5px;
}

.rightColArticle p {
  margin-bottom: 10px;
}

table.weatherDetails {
  clear: both;
}

table.weatherDetails td {
  font-size: 1em;
  padding: 3px 6px 3px 0;
}

em, p em {
  font-style: italic;
}

.imageDescription {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: transparent url(/images/v2/imageDescBg.png) repeat;
  width: 776px;
  color: white;
  padding: 10px 5px;
}


/* LISTS */

#rightColumn ul, #articleRightColumn ul {
  margin: 0 0 0 5px;
  width: 175px;
  float: left;
  list-style: none;
}

#rightColumn ul li, #articleRightColumn ul li {
  color: #a3111f;
  font-size: 1.5em;
  line-height: 1.3em;
  background: transparent url(/images/v2/bullet.gif) no-repeat left .5em;
  padding-left: 10px;
}

dl.sportsResults {
  background: #e7d9da;
  margin: 0 0 3px 0;
  font-size: 1.1em;
  padding: 5px;
}

dl.sportsResults dt {
  float: left;
  clear: left;
  margin-right: 10px;
  display: block;
}

dl.sportsResults dd.result {
  clear: left;
}

dl.sportsResults dd {
  display: block;
}

ul.sportsResults, ul.articleList {
  list-style: square inside;
  font-size: 1.5em;
}

ul.sportsResults li, ul.articleList li {
  margin-bottom: 8px;
}

ul.searchResults {
  list-style-type: none;
  width: 700px;
}

ul.searchResults li {
  margin: 20px 10px;
}

ul.articleList {
  padding-top: 20px;
}

ul.articleList.listLeft {
  float: left;
  clear: left;
  width: 385px;
  margin-right: 15px;
}

ul.articleList.listRight {
  float: left;
  width: 385px;
}

/* RSS LISTS */

.rssLists .rightColArticle {
  width: 190px;
  margin-right: 7px;
  text-align: left;
}

.rssLists ul {
  list-style: none;
  margin: 5px 0 0 5px;
}

.rssLists ul li {
  color: #a3111f;
  font-size: 1em;
  line-height: 1.3em;
  background: transparent url(/images/v2/bullet.gif) no-repeat left .3em;
  padding-left: 10px;
  padding-bottom: 3px;
}

/* LINKS */

a {
  color: #a3111f;
  text-decoration: none;
}

a:hover {
  color: #78101a;
}

.article a.readMore, .rightColArticle a.readMore {
  text-decoration: underline;
  display: block;
  float: right;
  font-size: 1.5em;
  padding: 5px;
}

.rightColArticle a.readMore {
  width: 170px;
  text-align: right;
}

a.setHomePage {
  font-size: 1.2em;
  display: block;
  float: right;
  clear: right;
}

#rightColumn ul li a {
  color: #222;
}

#rightColumn ul li a:hover {
  text-decoration: underline;
}

ul.searchResults a {
  font-size: 1.2em;
}

/*************************
  ARTICLE WRAPPERS
*************************/

.columnLeft {
  width: 241px;
  float: left;
}

.article {
  float: left;
  margin: 0 14px 15px 0;
}

.topArticle {
  width: 786px;
}

.bigArticle {
  width: 468px;
}

.mediumArticle {
  width: 304px;
}

.twoMediumArticles {
  width: 385px;
}

.threeArticles {
  clear: both;
}

.threeSmallArticles {
  width: 252px;
}

.smallArticle {
  width: 227px;
  height: 200px;
}

.rightColArticle {
  width: 180px;
  float: left;
  margin: 0 0 15px 0;
  background: #eeeeee;
}

.rightWrapper {
  float: right;
  width: 318px;
}

/************************
  IMAGES
************************/

.imageWrapper {
  position: relative;
  float: left;
}

.article img {
  border: 1px solid #111;
}

.weatherImage {
  float: right;
  padding-right: 5px;
}

.ad a img {
  border: 0;
}

img.todaysFrontpage {
  width: 180px;
}

.webcamImage img {
  width: 466px;
}

.webcamImgLead {
  width: 383px;
}

.rightColArticle .webcamImgLead {
  width: 170px;
  margin: 0 0 0 5px;
}

.webcamArticleImg {
  width: 578px;
}

/***********************
  ADS
***********************/

.topAds {
  clear: both;
}

.ad {
  text-align: center;
  float: left;
  margin: 0 14px 15px 0;
}

.threeColAd {
  width: 786px;
  margin: 0 0 10px 0;
  clear: both;
  float: none;
}

.fullAd {
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  padding: 7px 0 5px 0;
  position: relative;
  width: 100%;
}

.adTab {
  position: absolute;
  left: -10px;
  top:0;
}

.twoColAd {
  width: 468px;
}

.oneColAdLeft {
  width: 227px;
}

.oneColAdRight {
  width: 304px;
}

.rightColAd {
  width: 180px;
}

#rightColumn object {
  margin-bottom: 15px;
}

.ad.smallAd {
  margin: 0 10px 15px 0;
}

.topAds object {
  float: left;
}

.topAds .fullAd {
  float: right;
  border-bottom: 0;
  border-top: 0;
  padding: 0;
  width: 768px;
}

.topAds .fullAd .adTab {
  display: none;
}

/* FULL PAGE WRAP AD */
#leftWrapperAd {
  position: absolute;
  left: -140px;
  top: 0;
  height: 1000px;
  width: 150px;
  background: transparent;
}

#rightWrapperAd {
  position: absolute;
  left: 1010px;
  top: 0;
  height: 1000px;
  width: 150px;
}

#topWrapperAd {
  position: relative;
  left: -10px;
  top: -10px;
  width: 1000px;
  height: 150px;
}

/***********************
  FORMS
***********************/
.textInput {
  background: #ECECEC none repeat scroll 0 0;
  border: 1px solid #111111;
  height: 17px;
  padding: 4px 2px;
  vertical-align: middle;
}

.fieldInput {
  font-size: .8em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #ECECEC none repeat scroll 0 0;
  border: 1px solid #111111;
  height: 80px;
  padding: 4px 2px;
  vertical-align: middle;
  width: 143px;
}

p.submitButtons .button {
  background: #6f001a url(/images/v2/buttonBg.png) top left repeat-x;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  height: 27px;
  border: 1px solid #7b0c26;
  vertical-align: middle;
  padding-bottom: 3px;
}

/* LOGIN FORM */
#loginForm legend {
  font-size: 1.5em;
  margin-bottom: 15px;
}

#loginForm p {
  clear: both;
  margin: 0 0 15px 0;
}

#loginForm label {
  display: block;
  float: left;
  width: 120px;
}

#loginForm .textInput {
  width: 166px;
}

#loginForm .button {
  background: #6f001a url(/images/v2/buttonBg.png) top left repeat-x;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  height: 27px;
  border: 1px solid #7b0c26;
  vertical-align: middle;
  padding-bottom: 3px;
  width: 95px;
}

/* ADD SPORTS RESULT FORM */

#addResultForm label {
  display: block;
  float: left;
  width: 120px;
}

#addResultForm p {
  margin: 7px 0;
}

.o2dateSelect label {
  font-size: 1.5em;
}

input#link {
  width: 250px;
}

/* REGISTER USER FORM */

#userInfo label {
  display: block;
  width: 150px;
  float: left;
}

#userInfo p {
  margin: 7px 0;
}

/* SUBSCRIBE FORM*/

#ajaxSchema p {
  margin: 7px 0;
}

#ajaxSchema label {  
  display: block;
  width: 150px;
  float: left;
}

textarea.adtext {
  width: 260px;
  height: 120px;
}
