body {
	margin: 0;
	padding: 22px 45px 10px 35px;
	border: 0; 
        background: url(imgs/bg-contents-color.gif) #d9d9d8;
	width: 620px;
}
body#Body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url(imgs/bg-color.gif);
}
/* Typography */
* {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Helvetica, sans-serif; 
    margin-top: 1.2em;
    margin-bottom: .2em;
}
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
    margin-top: 0;
}
/* Intended only as the first tag inside the contents area (as IE 6 doesn't work with :first this workaround)
     where h1.Multiple must be used if an article needs more than one h1 (which generally should be avoided anyway) */ 
h1 { 
    margin-bottom: .6em;
    font-size: 150%; 
    line-height: 120%;
    color: #333333; 
}
h2 { 
    font-size: 130%; 
    line-height: 120%;
    color: #333333; 
}
h3 { 
    font-size: 120%; 
    line-height: 110%;
    color: black; 
}
h4 { 
    padding-bottom: 1px;
    font-size: 110%; 
    color: black; 
    font-weight: bold;
    border-bottom: 1px solid black;
}
h5 { 
    padding-bottom: 1px;
    font-size: 110%; 
    color: black; 
    font-weight: bold;
    border-bottom: 1px solid black;
}
h6 { 
    font-size: 90%; 
    color: black; 
}
p {     
    margin-top: 0.6em;
    margin-bottom: 1.0em; 
}
ul {
    font-size: 100%;
    padding-left: 12px;
    margin-left: 12px;
}
li {
	margin: 6px 0;
	padding: 0;
	
}
a {
    color: #666;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}

/* Layout */

div#Canvas {
  margin: 0 auto;
  padding: 0;
  width: 836px;
  background-image: url(imgs/bg-center.gif);
}

div#Banner {
	margin: 0;
	padding: 0;
	border: 0;
	width: 836px;
	height: 230px;
	background-image: url(imgs/bg-banner.gif);
}
div#Banner img.Wolf {
	border: none;
	padding: 0;
	margin: 35px 0 0 11px;
	height: 195px;
	width: 253px;
}
div#TopNavArea {
	margin: 0;
	padding: 0;
	border: 0;
	width: 836px;
	height: 50px;
	background-image: url(imgs/bg-nav-area.gif);
}
div#TopNavArea img.Wolf {
	border: none;
	padding: 0;
	margin: 0 0 0 11px;
	height: 50px;
	width: 253px;
	float: left;
}
div#TopNav {
	border: none;
	padding: 30px 23px 0 10px;
	margin: 0;
	height: 20px;
	width: 521px;
	color: white;
	background-image: url(imgs/bg-nav.jpg);
	background-position: 0 23px;
	background-repeat: no-repeat;
	float: right;
}
div#TopNav a {
	padding: 30px 0 0 0;
	height: 20px;
	color: white;
	text-decoration: none;
	background-color: transparent;
}
div#TopNav a:hover,
div#TopNav a.Selected {
	color: white;
	text-decoration: none;
	background-image: url(imgs/hover-link.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#TopNav a.Selected {
	font-weight: bold;
}

div#SubNav {
  margin: 16px 8px 0 0;
}
div#SubNav .Level1 {
  border-bottom: 1px #999 solid;
}
div#SubNav .Level1 a {
  display: block;
  border-top: 1px #999 solid;
  text-decoration: none;
  padding: 4px 0;
  font-size: 9px;
}
div#SubNav .Level1 a:hover,
div#SubNav .Level1 a.SubNavSelectedCell {
  font-weight: bold;
}
div#SubNav .Level2 {
  border: none;
  margin: 0 0 2px 0;
}
div#SubNav .Level2 a {
  display: block;
  border: none;
  text-decoration: none;
  padding: 1px 0 1px 10px;
  font-size: 9px;
}
div#SubNav .Level2 a:hover,
div#SubNav .Level2 a.SubNavSelectedCell {
  font-weight: normal;
  background-image: url(imgs/dot.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

div#LeftCol {
	float: left;
	margin: 0;
	border: 0;
	width: 114px;
	padding: 0 0 0 11px;
}
div#LeftCol img.Wolf {
	border: none;
	padding: 0;
	margin: 0;
	height: 33px;
	width: 114px;

}
div#ToolBar {
	width: auto;
	padding: 0;
	margin: 10px 25px 0 0;
	text-align: right; 
}
div#ToolBar a {
	text-decoration: none;
	color: black;
	line-height: 25px;
	font-size: 10px;
	padding: 0 25px 0 0;
}
div#ToolBar a.Home {
	background-image: url(imgs/home.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#ToolBar a.Contact {
	background-image: url(imgs/mail.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#ToolBar a.Print {
	background-image: url(imgs/print.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#ToolBar a.Loc_en {
	background-image: url(imgs/danish.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#ToolBar a.Loc_da {
	background-image: url(imgs/english.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#MainArea {
	float: right;
	margin: 0 11px 0 0;
	padding: 22px 15px 10px 35px;
	border: 0; 
	background-image: url(imgs/bg-contents.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 650px;
	min-height: 350px;
}
div#Contents {
  margin: 0;
  padding: 0;
  float: left;
  width: 450px;
}
div#Teasers {
  margin: 0;
  padding: 0;
  float: right;
  width: 180px;
}
div#Footer {
	float: right;
	margin: 0 11px 0 0;
	padding: 0 0 10px 0;
	border: none; 
	width: 700px;
	height: 30px;
	background-image: url(imgs/bg-color.gif);
}
* html div#Footer { /* ie6 hack */
  width: 711px;
  margin-right: 0;
}
div#Footer p {
	color: #666666;
	text-align: center;
}
div#Footer span {
	padding: 0 10px;
}
div#Footer img.ContentsBottom {
	width: 700px;
	height: 10px;
	border: none;
	padding: 0;
	margin: 0;
	display: block;

}
div.Clear {
	height: 0;
	margin: 0;
	padding: 0;
        border: 0;
	clear: both;
}
* html div.Clear { /* ie6 hack */
  display: none; 
}

/* Teasers */
div#Teasers h1, 
div#Teasers h2, 
div#Teasers h3, 
div#Teasers h4, 
div#Teasers h5, 
div#Teasers h6 {
    margin-top: 0;
}
div#Teasers div.Teaser {
  margin: 0 0 20px 0;
  padding: 0;
background-color: #8a8c91;
width: 180px;
}
div#Teasers div.TextTeaser {
  width: 158px;
  margin: 1px;
  padding: 10px;
/*  border: 1px solid #8a8c91; */
  background-color: #ccc;
}

/* Contents styles */

img.LeftAlignedImage {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  border: none;
}
img.RightAlignedImage {
  float: right;
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}
img.CenteredImage {
  display: block;
  margin: 10px auto;
  padding: 0;
  border: none;
}

/* Form */
div.MailForm {
    padding: 10px;
    border: 1px #8a8c91 solid;
    background-color: transparent;
    margin: 10px 0;
}
div.MailForm form {
    padding: 0;
    margin: 0;
}
input, button {
  font-size: 90%;
}
div.MailForm form td {
  padding: 2px 0;
}
form.Contact label {
  width: 75px;
}
input.Contact, textarea.Contact {
  width: 350px;
}
input.checklist.Contact {
  width: auto;
}
.ErrorMessages {
    padding: 5px;
    border: 1px #8a8c91 solid;
    background-color: #ffe191;
    margin: 0 0 5px 0;
}

/* blog */

div.BlogEntryList {
  border-top: 1px solid #666;
  padding: 15px 0 0 0;
  margin: 10px 0 10px 0;
}
div.BlogEntryList p.BlogEntryDate  {
  float: right;
  color: #666;
  margin-top: 0;
}
div.BlogEntryList p.BlogEntryTitle {
  margin-top: 0;
  font-size: 120%;
  font-weight: bold;
  color: #333333;
}
div.BlogEntryList img.BlogEntryImage {
  float: left;
  margin: 0 10px 0 0;
}
div.BlogEntryList a.BlogEntryLink {
  float: right;
}
div.BlogEntryDetails img {
  border: 1px solid #999;
  padding: 2px;
}
div.BlogEntryDetails img.BlogEntryImage {
  float: right;
  margin: 0 0 10px 15px;
}
div.BlogEntryDetails h1.BlogEntryTitle {
  margin-top: 0;
}
div.BlogEntryDetails p.BlogEntryDate {
  color: #666;
  margin-top: 0;
}
@media print {
body#Body {background: none }
div#Canvas {background: none }
div#Banner{ display: none }
div#TopNavArea { display: none }
div#LeftCol { display: none }
div#MainArea { background: none; }
div#Contents { background: none }
div#Teasers { display: none }
div#Footer { background: none; border-top: 1px solid #666 }
div#Footer img.ContentsBottom { display: none }
}
