﻿/* LAYOUT */
.pagewrapper
{
    width:960px; /* 940 + 10x2 columnseperatorspace*/
    padding-left:10px; /* for balancing page*/
    margin:0px auto;
    background-color:White;
}

.leftcolumn
{
  float:left;
  width:150px; /*140px + 10x1 from seperator column*/
  margin-left:10px; /* 10px for seperator column*/
  height:100%;
  min-height:100px;
}
.rightcolumn
{
  float:left;
  width:320px;/*300px + 10x2 from seperator column*/
}
.centercolumn,
.centercolumnright
{/* not frontpage */
  float:left;
  width:480px; /*460 + 10x2 from seperator column*/
}
.centercolumnright
{
    width:790px;
}
.centerContent, .contactInformation
{
    margin-left:10px;
}
/*
This was added in revision 62497: "added .centerContent for styling subsites"
But it overwrites the styling for the homepages .centerContent and makes the content too wide
TODO - find another solution for the subsites
.centerContent
{
	float:left;
	width: 523px;
}
*/
.contentcolumn
{/* only frontpage */
    width:640px; /*620 + 10x2 from seperator column*/  
    float:left;
}
.contentcolumn h1, .centercolumn h1, .centercolumnright h1, .contenttext, .contentsummary, .lastUpdate, .contactInformation
{
    margin-left:0px; /*margin left = seperatorspace: to allow boxshadow in seperatorspace */
}
.contactInformation
{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:solid 1px #DFDDD4;
}
.contenttext
{
    /*margin-left:5px;*/ /*margin left = seperatorspace: to allow boxshadow in seperatorspace */
}
.contenttext a
{
    text-decoration:underline;}
.contenttext a:hover
{
    text-decoration:none;}
.contenttext ul
{
    padding:0px;
    margin:0px 0px 10px 0px;}
.contenttext ul li
{
    list-style-type:none;
    margin:0px;
    padding:0px 0px 0px 13px;
    background-image:url(/images/www/arrows/bullit_blue_2E75A2_6x6.png);
    background-repeat:no-repeat;
    background-position:0px 7px;
    }
.contenttext, .contentsummary
{
    margin-right:10px; /*margin right = seperatorspace: to allow boxshadow in seperatorspace */
}
.contenttext .borgerdkcontent, .contenttext .borgerdkguide
{
	margin-left: 10px;
}

/* Hidden Search tags */
.hidden 
{
	left:-4000px;
	position:absolute;
}


