﻿@import "http://www.kk.dk/sitecore modules/kk.website2008/design/css/page/kk.website2008.page.css";
@import "http://www.kk.dk/sitecore modules/kk.website2008/design/css/spots/kk.website2008.Spots.css";

				body { margin: 0px; background: #ffffff; }
				body, td { font-family: verdana, arial; font-size: 11px; }

/*width: 1003 -15left - 15right = 973px*/
div#Document
{
  margin-top:15px;
}
div#Document div#BannerArea
{
  height:56px;
}
div#Document div#BannerArea div.TextBannerBlock
{
  float:left;
  padding-top: 20px;
  padding-left: 20px;
  height:36px; /*56-20*/
  width:437px; /*457-20*/
 /* Should be used for subsites 
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/

}
div#Document div#BannerArea div.EmptyBannerBlock
{
  float:right;
  height:25px;
  width:546px;
}
div#Document div#BannerArea div.TopMenuBlock
{
  float:right;
  padding-top: 8px;
  height:23px; /*31-8*/
  padding-left: 10px;
  width:536px; /*546-10*/
}

/*********************/
/* document elements */
/*********************/
.BannerTitle
{
  color:#fff;
  font-family:Verdana;
  /*font-size:1.2em;*/
  font-size:1.8182em; /* new style */
  padding-bottom:5px;
  text-transform:uppercase;
}

.DocumentText
{
  color: #515151;
  margin-bottom: 40px;
  /* font-family:Verdana; */
  /* font-size: 0.68em; old */
}
.DocumentImage
{
  float: right;
  margin: 0px 5px 10px 10px;
}

.DocumentText a
{
  color: #17819c;
  /* font-family:Verdana; */
  text-decoration:underline;
}

.DocumentText a:hover
{
  color: #17819c;
  text-decoration:underline;
}

.DocumentText a:visited
{
  color: #17819c;
  text-decoration:underline;
}

.DocumentTitle
{
  color:#969696;
  /* font-family:Verdana; */
  /*font-size:1.5em;*/
   /* new style */
  padding-bottom:10px;
}

.DocumentAbstract
{
  color:#777777;
  /* font-family:Verdana; */
  /* font-size:0.87em; */
  font-size: 1.2727em;/* new style */
  padding-bottom:8px;
}

.DocumentContentBanner
{
  float:left;
  /* padding-top:40px; */
  padding-left:15px;
  width:775px;
}

.DocumentText ul
{
 margin:0;
 padding-left: 19px;
}

h1 {
	color:#969696;
font-size: 2.4818em;

font-weight: normal;
}
