body
{   
	background: #FFFFFF;
	padding-top:4px;
	overflow:scroll;
}

.bodyTopImage
{
	border-radius:0px !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
}

.bodyBottomImage
{
	border-radius:0px !important;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}

.contentBackground
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

.contentWrapper:before 
{
	content: " ";
	display: table;
	width: 100%;
}

.contentWrapper:after, .clearfix:after 
{
	clear: both;
	content: " ";
	display: block;
	font: 0px/0 serif;
}

.contentWrapper:after, .clearfix:after 
{
	clear: both;
	content: " ";
	display: block;
	font: 0px/0 serif;
}

.contentWrapper 
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C7C7C7;
	border-image: none;
	border-radius: 15px 15px 15px 15px;
	border-right: 2px solid #C7C7C7;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.17);
	cursor: auto;
	margin: 12px auto 0;
	position: relative;
	width: 1000px; 
	z-index: auto !important;
	background-origin: border-box !important;
	display: block;
}

.footer
{
	margin:0 auto;
	position: relative;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	line-height: 175%;
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	font-weight:100;
	text-decoration:none;
}

.footer a
{
	color:#FFF;
	-webkit-user-select: none; /* Chrome/Safari - Text Unselectable*/
	-moz-user-select: none; /* Firefox - Text Unselectable*/
	-ms-user-select: none; /* IE10+ - Text Unselectable*/
}

.footer a:hover
{
	color:#FFF;
}

div.doubleColumnContainer
{
	width:100%;
}

div.doubleColumnContainer >div.columnLeft
{
	width: 75%;
	float: left;
	border-right:1px dotted #19485b;
	padding-right:26px;
	margin-bottom:15px;
}

div.doubleColumnContainer>div.columnRight
{
	width:20%;
	float: right;
}


/* ----- Website Header Tekst ----- */

.bodyTextHeader
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-style:normal;
	color:#651212;
	text-align:right;
	padding-right:30px;
	cursor:default;
}

