html, body {
  margin: 0px;
  padding: 0px;
  background-color: #e6e6e6;
  background-image: url('../happydoggfx/background.png');
  background-position: top center;
  background-repeat: no-repeat;	
}

body.subpage {
  background-image: url('../happydoggfx/noDogBackground.png');
}

* {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

br {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  float: left;
}

h1 {
  font-size: 24px;
  font-family: "Times New Roman", arial, verdana;
  color: #003964;
  margin-top: 0px;
  /*margin-bottom: 0px;*/
  padding-top: 16px;
}

h3 {
  font-size: 12px;
  font-family: arial, verdana;
  color: #003964;
  font-weight: bold;
}

div#mainPage {
  width: 960px;
}

div#mainPage * {
  text-align: left;
}

div#mainPage.front {
  
}

div#mainPage div#content {
  width: 960px;
  position: relative;
}

div#mainPage div#content div#mainContent {
  padding-top: 60px;
  padding-bottom: 241px;
  padding-left: 321px;
  padding-right: 334px;
}

div#mainPage div#content div#mainContent a:link,
div#mainPage div#content div#mainContent a:visited {
  text-decoration: none;
  color: black;
}

div#mainPage div#content div#mainContent a:hover {
  text-decoration: underline;
}

div#mainPage.front div#content div#mainContent,
div#mainPage.under div#content div#mainContent {
  min-height: 300px;
}

div#mainPage.under div#content div#mainContent {
  min-height: 300px;
  padding-right: 14px;
}

div#mainPage div#content div#mainContent div#submenu {
  width: 195px;
  height: 226px;
  background-image: url('../happydoggfx/submenu.png');
  position: absolute;
  left: 0px;
  top: 110px;
  z-index: 4;
}

div#mainPage div#content div#mainContent div#submenu div.menuList {
  width: 155px;
  height: 186px;
  margin: 20px;
}

div#mainPage div#content div#mainContent div#submenu div.menuList a:link,
div#mainPage div#content div#mainContent div#submenu div.menuList a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  clear: both;
}

div#mainPage div#content div#mainContent div#submenu div.menuList a:hover {
  color: white;
  text-decoration: underline;
}

div#mainPage div#content div#topContent {
  width: 960px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

div#mainPage div#content div#topContent div#logo {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 209px;
  height: 97px;
  background-image: url('../happydoggfx/logo.png');
  z-index: 999;
}

div#mainPage div#content div#topContent div#logo a:link,
div#mainPage div#content div#topContent div#logo a:visited {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 209px;
  height: 97px;
  text-decortion: none;
}

div#mainPage div#content div#topContent div#menubar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 960px;
  height: 58px;
  z-index: 5;
}

div#mainPage div#content div#topContent div#menubar div#menu {
  position: absolute;
  left: 240px;
  top: 15px;
  z-index: 10;
  width: 716px;
  left: 120px;
  top: 5px;
}

div#mainPage div#content div#topContent div#menubar div#menu span {
  float: left;
  display: block;
}

div#mainPage div#content div#topContent div#menubar div#menu span {
  float: left;
  display: block;
  color: white;
  font-family: "Times New Roman", arial, verdana;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

div#mainPage div#content div#topContent div#menubar div#menu span a:link,
div#mainPage div#content div#topContent div#menubar div#menu span a:visited,
div#mainPage div#content div#topContent div#menubar div#menu a:link,
div#mainPage div#content div#topContent div#menubar div#menu a:visited {
  float: left;
  display: block;
  color: white;
  font-family: "Times New Roman", arial, verdana;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 23px;
}

div#mainPage div#content div#topContent div#menubar div#menu span.selected_menupunkt{

}

div#mainPage div#content div#topContent div#menubar div#menu.selected_menupunkt span a:link,
div#mainPage div#content div#topContent div#menubar div#menu.selected_menupunkt span a:visited,
div#mainPage div#content div#topContent div#menubar div#menu.selected_menupunkt a:link,
div#mainPage div#content div#topContent div#menubar div#menu.selected_menupunkt a:visited {

}

div#mainPage div#content div#topContent div#menubar div#menu div.undermenudiv {
  display: none;
}

div#mainPage div#content div#topContent div#menubar div#menubarBackground {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 959px;
  height: 58px;
  background-image: url('../happydoggfx/menubar.png');
  background-repeat: no-repeat;
}

div#mainPage div#content div#rightNews {
  position: absolute;
  right: 1px;
  top: 25px;
  width: 324px;
  height: 307px;
  background-image: url('../happydoggfx/news.png');
  background-repeat: no-repeat;
}

div#mainPage div#content div#rightNews div {
  margin: 0px 10px;
}

div#mainPage div#content div#rightNews div h1 {
  font-family: "Times New Roman", arial, verdana;
  font-size: 24px;
  font-weight: bold;
  color: #003964;
  margin-top: 10px;
}

div#mainPage div#content div#rightNews div span.date {
  font-family: "Times New Roman", arial, verdana;
  font-size: 10px;
  font-weight: bold;
  color: #003964;
  display: block;
  clear: both;
}

div#mainPage div#content div#rightNews div a.subject:link,
div#mainPage div#content div#rightNews div a.subject:visited {
  font-family: "Times New Roman", arial, verdana;
  font-size: 12px;
  font-weight: bold;
  color: #003964;
  display: block;
  clear: both;
  text-decoration: none;
}

div#mainPage div#content div#rightNews div a.message:link,
div#mainPage div#content div#rightNews div a.message:visited {
  font-family: arial, verdana;
  font-size: 11px;
  color: black;
  text-decoration: none;
}

div#mainPage div#content div#rightNews div.latestNews {
  margin-top: 45px;
  padding-bottom: 8px;
/*  border-bottom: 1px solid #9e9e9e;*/
}

div#mainPage div#content div#bottomContent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 958px;
  height: 241px;
  z-index: 5;
}

div#mainPage div#content div#bottomContent div#bottomRows {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 958px;
  height: 241px;
  z-index: 10;
}

div#mainPage div#content div#bottomContent div a:link,
div#mainPage div#content div#bottomContent div a:visited {
  display: block;
  float: left;
  text-decoration: none;
}

div#mainPage div#content div#bottomContent div a img {
  border: 0px;
}

div#mainPage div#content div#bottomContent p {
  margin: 0px;
  padding: 0px;
}

div#mainPage div#content div#bottomContent div#row1 {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 307px;
  height: 216px;
}

div#mainPage div#content div#bottomContent div#row2 {
  position: absolute;
  top: 13px;
  left: 326px;
  width: 306px;
  height: 102px;
}

div#mainPage div#content div#bottomContent div#row3 {
  position: absolute;
  top: 126px;
  left: 326px;
  width: 306px;
  height: 104px;
}

div#mainPage div#content div#bottomContent div#row4 {
  position: absolute;
  top: 13px;
  right: 12px;
  width: 307px;
  height: 216px;
}

div#mainPage div#content div#bottomContent div#bottomBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 958px;
  height: 241px;
  background-image: url('../happydoggfx/frontpageBottomBar.png');
  background-repeat: no-repeat;
  z-index: 5;
}

/* NEWS */

div.nyheder_taeller,
td.mailingListLink,
td.news-list-date,
div#news-item div.nyheder_manchet {
  display: none;
}

tr.news-list-even,
tr.news-list-odd {
  background-color: transparent;
}

tr a:link.news-list-headline,
tr a:visited.news-list-headline {
  color: black;
  text-decoration: none;
}

tr a:hover.news-list-headline {
  text-decoration: underline;
}

div#mainPage div#content div#mainContent tr ul.nyheder_punkter a:link,
div#mainPage div#content div#mainContent tr ul.nyheder_punkter a:visited,
div#mainPage div#content div#mainContent tr ul.nyheder_punkter a:active {
  text-decoration: underline;
}

div#mainPage div#content div#mainContent tr ul.nyheder_punkter a:hover {
  text-decoration: none;
}

div#news-item div.nyheder_headline {
  color: #003964;
  font-family: "Times New Roman",arial,verdana;
  font-size: 24px;
}

table.nyheder_table hr {
  background-color: silver;
  height: 1px;
  border: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div#news-item div#news_written {
  font-weight: bold;
}

/* / NEWS */


/* SHOP */

table.product_loop_table {
  width: 100%;
  width: 500px;
}

table.product_loop_table tr {
}

table.product_loop_table tr.top {
  background-color: #f2f2f2;
  font-weight: bold;
}

table.product_loop_table tr td.top {
}

table.product_loop_table tr td.td_split {
  width: 100px;
  font-size: 0px;
  height: 5px;
}

div#mainPage table.product_loop_table tr td.amount_left {
  width: 120px;
  height: 80px;
  vertical-align: top;
  text-align: center;
}

div#mainPage table.product_loop_table tr td.amount_left a:link,
div#mainPage table.product_loop_table tr td.amount_left a:visited {
  text-decoration: none;
}

div#mainPage table.product_loop_table tr td.amount_left a img {
  display: block;
  position: relative;
  border: 0px;
}

table.product_loop_table tr td.product_name {
  width: 380px;
  vertical-align: top;
}

table.product_loop_table tr td.product_name br {
  clear: both;
  float: none;
}

div#product_highlights {
  font-size: 10px;
}

div#product_highlights br {
  float: none;
}

div#product_main_row {
  clear: both;
  min-height: 250px;
  width: 625px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#product_main_row div#product_image {
  float: left;
  width: 250px;
  text-align: center;
}

div#product_main_row div#product_text {
  margin-left: 10px;
  float: left;
  width: 365px;
}

div#product_main_row div#product_text * {
  margin-top: 0px;
}

br.clr {
  clear: both;
  float: none;
}

/* / SHOP */

div#dogClicker {
  width: 339px;
  height: 474px;
  position: absolute;
  left: -70px;
  top: 81px;
  z-index: 3;
}

/*div#mainPage div#content div#mainContent div#dogClicker a:link,
div#mainPage div#content div#mainContent div#dogClicker a:visited,
div#mainPage div#content div#mainContent div#dogClicker a:hover {
  width: 339px;
  height: 474px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  text-decoration: none;
}*/

div#mainPage div#content div#mainContent div#dogClicker a:link,
div#mainPage div#content div#mainContent div#dogClicker a:visited,
div#mainPage div#content div#mainContent div#dogClicker a:hover {
  width: 276px;
  height: 260px;
  position: absolute;
  left: 92px;
  top: 33px;
  display: block;
  text-decoration: none;
}



div#mainPage div#content div#rightNews div#dynImages {
  margin-top: 45px;
  text-align: center;
}

.nyheder_udtraek_headline, .nyheder_headline {
  font-size: 12px;
  font-family: arial, verdana;
  color: #003964;
  font-weight: bold;  
}

.nyheder_udtraek_link a {
  text-decoration: underline;
  border-bottom: 1px solid #003964;
}

.nyheder_udtraek {
  padding-bottom: 19px; 
}

.nyheder_dato, .nyheder_writer {
  padding-right: 5px;
  font-style:italic; 

}
.nyheder_manchet {
  font-weight: bold;
}



