/* css */
/*
  This stylesheet contains styles divided in categories as followed:
  
    - General
    - Texts & Fonts
    - Boxes (layout divs)
    - Newsmail
    - Case Table
    - Address
    - Menu
    - News
    - Postkort

*/

/*

/*----------------------------------*/
/*             General              */
/*----------------------------------*/

body {
  background-color: #666666;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

/*----------------------------------*/
/*          Texts & Fonts           */
/*----------------------------------*/

* {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

h6 {
  color: #c1bd22;
  font-size: 12px;
  margin: 0;
}

.greyHeader {
  color: #666666;
  font-size: 13px;
}  

/*----------------------------------*/
/*              Boxes               */
/*----------------------------------*/

div#main {
  width: 902px;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  background-color: #fff;
}

div#mainWrapper
{
  float:left;
  min-height:500px;
  width:902px;
  background-color:#FFF;
}

div#top {
  float: left;
  width: 862px;
  height: 100px;
  padding: 0 20px 0 20px;
}

div#logo {
  float: left;
  padding-top: 10px;
}

div#search {
  float: right;
  padding-top: 15px;
}

div#leftContent {
  float: left;
  padding: 0 0 0 20px;
  width: 145px;
}

div#menu {
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 10px;
}

div#newsmail {
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 10px;
}

div#newsmail.front {
  margin-top: 154px;
}

div#middleContent {
  float: left;
  padding: 0 20px 0 20px;
  height:100%;
  width: 475px;
  text-align: left;
}

div#contentWrapper
{
  float:left;
  min-height:500px;
  width:475px;
  background-color:#FFF;
}

div#middleContentBroad {
  float: left;
  padding: 0 20px 0 20px;
  width: 675px;
  text-align: left;
}

div#rightContent {
  float: left;
  padding: 0 20px 0 0;
  width: 200px;
}

div#teaser {
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 10px;
}

div#rightContent div#teaser div#sideNewsHeader {
  width: 180px;
  height: 25px;
  padding-top: 3px;
  background-image: url('/files/nyheder.png');
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-indent: 5px;
  margin-bottom: 10px;
}

div#rightContent div#teaser div#sideNewsHeader.dk {
  
  background-image: url('/files/nyheder_img-UK.jpg');
}

div#rightContent div#teaser div#sideNewsHeader.gb {
  
  background-image: url('/files/news_img-UK.jpg');
}

br.clr
{
clear: both;
}

div#rightContent div#teaser hr {
 color: #e3e3e3;
background: #e3e3e3;
font-size: 12px;
height: 1px;
}

div#rightContent div#teaser div.news-item {
  width: 180px;
color: #797979;
font-size: 11px;
}

div#rightContent div#teaser div.news-item a.nyheder_headline:link, div#rightContent div#teaser div.news-item a.nyheder_headline:visited {
  width: 180px;
  clear: both;
display: block;
font-size: 11px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color: #797979;
}

div#rightContent div#teaser div.news-item a.link:link, div#rightContent div#teaser div.news-item a.link:visited {
  width: 180px;
  clear: both;
display: block;
font-size: 11px;
font-family: verdana, arial, sans-serif;
font-weight: bold;
color: #abb61c;
text-align: right;
}

div#cases {
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 10px;
}

div#address {
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 10px;
}

div.clear {
  clear: left;
}


/*----------------------------------*/
/*            Newsmail              */
/*----------------------------------*/

div#nyhedsmail {
  display: none;
}

.newsletterinput {
  width: 130px;
}

.button {
  border-width: 0;
  color: #cc3;
  background-color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/*----------------------------------*/
/*            CaseTable             */
/*----------------------------------*/

.caseTable {
  width: 100%;
  border-collapse: collapse;
}

.caseTable tr {
  background-color: #666666;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  height: 20px;
  font-weight: bold; 
}

.caseTable tr td a {
  color: #cccc33;
  text-decoration: none;
}

/*----------------------------------*/
/*            Address               */
/*----------------------------------*/

.rightLine {
  border-style: dashed;
  border-color: #666666;
}

/*----------------------------------*/
/*             Menu                 */
/*----------------------------------*/

.link div.liner {
 width: 10px;
 float: left;
}
.link a:link, .link a:visited {
  color: #c1bd22;
 display: block;
 float: left;
 width: 110px;
}

.link a:link, .link a:visited {
  color: #c1bd22;
}

.link a:hover {
  color: #666666;
}

/*----------------------------------*/
/*             News                 */
/*----------------------------------*/

.newsTable {
  width: 100%;
  text-align: left;
}

.newsHeader {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  vertical-align: top;
  height: 10px;
}

.newsText {
  
}

.readmore {
  color: #cc3;
}

.newsLine {
  border-top: 1px dashed #ccc;
}

div#newsFlash {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}

/*-------------------------------*/
/*           Postkort            */
/*-------------------------------*/

.postcard_to
{
  position:absolute;
  top:226px;
  left:30px;
  color:#FFF;
  margin-left:50%;
  color:#FFF;
}

.postcard_message
{
  position:absolute;
  top:252px;
  left:30px;
  margin-left:50%;
  color:#FFF;
  width:340px;
}

.postcard_date
{
  position:absolute;
  top:410px;
  left:30px;
  margin-left:50%;
  color:#FFF;
}

div.postcard_date a
{
  text-decoration:none;
  color:#FFF;
}

.postcard_step1
{
  width:550px;
}

table.show_postcard div.sentDate
{
  display: none;
}