html, body {
/*	height: 100%;*/
	padding:0px; 
	margin:0px; 
	background-color:transparant;
	color:#5f5f5f;
	font-family:arial;
	font-size:12px;
	line-height: 1.5;
}

a:link{
	color:#c41230;
	font-family:arial;
	font-size:12px;
	text-decoration: none;
}

a:active{
	color:#c41230;
	font-family:arial;
	font-size:12px;
	text-decoration: none;
}

a:visited{
	color:#c41230;
	font-family:arial;
	font-size:12px;
	text-decoration: none;
}

a:hover{
	color:#c41230;
	font-family:arial;
	font-size:12px;
	text-decoration: underline;
}

h2{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0px 6px 0px;
	padding: 0px;
}


#container{
	width:960px;
	height:100%;
	margin:auto;
	position:relative;
	
}

#top{
	width: 960px;
	height: 300px;
	position: relative;
	background-image: url(images/silhouette.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#topXmas{
	width: 960px;
	height: 300px;
	position: relative;
	background-image: url(images/plan8-christmas1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#logo{
	width: 265px;
	height: 132px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#langmenu{
	width: 47px;
	height: 11px;
	position: absolute;
	top: 5px;
	right: 0px;
}

#services{
	width: 430px;
	height: 110px;
	position: absolute;
	top: 175px;
	left: 0px;
	font-size: 16px;
	color: #919295;
	line-height: 1.5;
}

#services a{
	font-size: 16px;
	color: #919295;
	line-height: 1.5;
}

#services-col1{
	float: left;
	width: 180px;
	height: 110px;
}

#services-col2{
	float: left;
	width: 250px;
	height: 110px;
}

#phonenumber1{
	width: 260px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: 232px;
	font-size: 18px;
	font-weight: bold;
	color: #7f7f7f;
	text-align: left;
}

#phonenumber2{
	width: 200px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #7f7f7f;
	text-align: right;
}

#menu{
	width: 960px;
	height: 28px;
	margin-bottom: 20px;
}

#menu ul{
	padding: 0px;
	margin: 13px 0px 0px 0px;
	height: 28px;
}

#menu ul li{
	padding: 12px 14px 0px 12px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #ceced0;
	display: inline;
	list-style-type: none;
}

#menu ul a li{
	color: #5f5f5f;
}

#menu ul li:hover{
	padding: 12px 14px 0px 12px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #c41230;
	background-color: #c41230;
	color: #ffffff;
	display: inline;
	list-style-type: none;
}

#menu ul a li:hover{
	color: #ffffff;
	text-decoration: none;
}

#menu ul li.active{
	padding: 12px 14px 0px 12px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #c41230;
	background-color: #c41230;
	color: #ffffff;
	display: inline;
	list-style-type: none;
}

#menu ul a li.active{
	color: #ffffff;
}

/*MENU XMAS*/

#menuXmas{
	width: 960px;
	height: 28px;
	margin-bottom: 20px;
}

#menuXmas ul{
	padding: 0px;
	margin: 13px 0px 0px 0px;
	height: 28px;
}

#menuXmas ul li{
	padding: 12px 14px 0px 12px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #ceced0;
	display: inline;
	list-style-type: none;
	position: relative;
}

#menuXmas ul li img.hat{
	position: absolute;
	top: -29px;
	left: -17px;
	pointer-events: none;
	display: none;
}

#menuXmas ul li:hover img.hat, #menuXmas ul li.active img.hat{
	display: inline-block;
}

#menuXmas ul a li{
	color: #5f5f5f;
}

#menuXmas ul li:hover{
	padding: 12px 14px 0px 12px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #c41230;
	background-color: #c41230;
	color: #ffffff;
	display: inline;
	list-style-type: none;
}

#menuXmas ul a li:hover{
	color: #ffffff;
	text-decoration: none;
}

#menuXmas ul li.active{
	padding: 12px 14px 0px 12px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #c41230;
	background-color: #c41230;
	color: #ffffff;
	display: inline;
	list-style-type: none;
}

#menuXmas ul a li.active{
	color: #ffffff;
}

/*!MENU XMAS*/

h1.page-title{
	font-size: 18px;
	color: #c41230;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#maincontent{
	width: 645px;
	height: auto;
	margin: 0px 45px 15px 0px;
	float: left;
}

#sidebar{
	width: 270px;
	float: left;
}

.sidebar-block{
	width: 250px;
	border-bottom: 1px solid #ceced0;
	border-left: 1px solid #ceced0;
	border-right: 1px solid #ceced0;
	border-top: 2px solid #c41230;
	padding: 15px 10px 10px 10px;
	margin-bottom: 25px;
}

.sidebar-block input, .sidebar-block textarea{
	border: 1px solid #dbdbdb;
	width: 230px;
	padding: 5px;
	color: #8a8a8a;
	font-family: arial;
}

.sidebar-block input:focus, .sidebar-block textarea:focus{
	color: #333333;
}

.sidebar-block button{
	border: 1px solid #cecece;
	background-color: #a4a4a4 ;
	color: #ffffff;
	padding: 5px;
	width: 242px;
	cursor: pointer;
	text-align: center;
}

.sidebar-block2{
	width: 250px;
	border-bottom: 1px solid #ceced0;
	border-left: 1px solid #ceced0;
	border-right: 1px solid #ceced0;
	padding: 15px 10px 10px 10px;
	margin-top: -25px;
	margin-bottom: 25px;
}

.sidebar-block-title{
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#footer{
	clear: both;
	width: 100%;
	height: 93px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	bottom: 0px;
	z-index: 1;
}

#footer-content{
	width: 960px;
	height: 93px;
	position: relative;
	left: 50%;
	margin-left: -480px;
}

#ipad{
	z-index: 2;
	width: 252px;
	height: 229px;
	position: absolute;
	bottom: 0px;
	left: -20px;
}

#folders{
	z-index: 2;
	width: 243px;
	height: 210px;
	position: absolute;
	bottom: 2px;
	left: -20px;
}

#social-media{
	z-index: 2;
	width: 270px;
	height: 40px;
	position: absolute;
	top: 28px;
	right: 0px;
}

#mkbproof{
	width: 52px;
	height: 24px;
	float: left;
}

#twitter{
	width: 26px;
	height: 26px;
	float: left;
}

#facebook{
	width: 26px;
	height: 26px;
	float: left;
	margin-left:10px;
}

#linkedin{
	width: 26px;
	height: 26px;
	float: left;
	margin-left:10px;
}

#google{
	width: 110px;
	height: 24px;
	float: left;
	margin-left:10px;
}


#footer-text{
	z-index: 3;
	width: 960px;
	height: 15px;
	position: absolute;
	bottom: 8px;
	left:0px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#footer-text a{
	color: #ffffff;
	font-size: 11px;
}

/*VERLOFDAGEN FORM*/
#formPageTitle{
	font-size: 18px;
	color: #c41230;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

form#verlofdagenTool input.optional{
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

form#verlofdagenTool input.fillIn{
	background-color: #fdf9cd;
	border: 2px solid #e8c24e
}

form#verlofdagenTool input.disabled{
	background-color: #dddddd;
	border: 1px solid #aaaaaa;
}

form#verlofdagenTool input.result{
	background-color: #ffffff;
	border: 2px solid #c41230;
	color: #000000;
}

form#verlofdagenTool input:focus {
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
}

/* TOP-MESSAGE */

#message{
    font-family: Arial,sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    color: #000;
    padding: 1px 0px 1px 0px;
    background-image: url('images/top-message-bg.png');
}

#message span{	
	position: relative;
    width: 724px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 4px;
/*    border: 1px solid red;*/
    left: 50%;
    margin-left: -366px;
}

#message span img{
	margin-top: -4px;
}

#message span a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.close-notify{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}