html, body
{
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
	/*background-image: url(../images/template.jpg);*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #363636;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	/*height: 5040px;*/
}

#maincolumn {
	margin: auto;
	width: 1000px;
	/*height:500px;
	height: 5040px;*/
	text-align: left;
	overflow: hidden;
	position:relative;
	background-position: center top;
	top: -543px;
}

.maincolumn {
	margin: auto;
	width: 1000px;
	text-align: left;
	overflow: hidden;
	position:relative;
	background-position: center top;
	
}
.bgline {
	margin: auto;
	width: 100%;
	/*height: 5040px;
	text-align: left;
	overflow: hidden;
	position:relative;*/
	background-position: center top;

}

.pl20{padding-left:20px;}
.p20{padding:20px;}
.m20{margin:20px;}

p{
	font-size: 15px;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.menutext{
	padding:0px 14px 0px 14px; 
	float:left;
}

.menutext:hover{
	text-decoration: underline !important;
}

a:link {
	color: #5d5d5d;
	border: none;
}

a:hover {
	text-decoration: underline !important;
	color: #34495e;
}

a:visited {
	color: #5d5d5d;
	border: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
	clear: left;
}

#img {
	border: none;
}

.button{
	position: absolute;
	width: 317px;
	height: 51px;
	float: right;
	right: 38px;
	background: url(../images/button.gif) transparent no-repeat;
	border: none;
	cursor: pointer;
}

.button:hover{
	background: url(../images/button_hover.png) transparent no-repeat;
	border: none;
	cursor: pointer;
}

.button5crone{
	position: absolute;
	width: 400px;
	height: 100px;
	float: right;
	
	right: 10px;
	color:#FFF;
	margin-top: 20px;
	background: url(../images/button5krone.png) transparent no-repeat;
	border: none;
	cursor: pointer;
}

.button5crone:hover{
	background: url(../images/button5krone.png) transparent no-repeat;
	color:#CCC; 
	border: none;
	cursor: pointer;
}

.button_folder3{
	position: absolute;
	width: 230px;
	height: 55px;
	float: right;
	
	right: 10px;
	color:#FFF;
	margin-top: 20px;
	background: url(../images/button_folder3.png) transparent no-repeat;
	border: none;
	cursor: pointer;
}

.button_folder3:hover{
	background: url(../images/button_folder3_over.png) transparent no-repeat;
	color:#CCC; 
	border: none;
	cursor: pointer;
}