*{
	padding:0px;
	margin:0px;
}
html{
	width:100%;
	height:100%;
	
}
body{ 
	width:100%;
	min-height:100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#4d4d4f;

}

body a:hover{
	color:#4d4d4f;
	text-decoration:underline;
}

body a{
	text-decoration:none;
	color:#4d4d4f;
}
.error{
	position: relative;
    padding: 0.75rem 1.25rem;    margin-bottom: 1
rem;    border: 1px solid transparent;
    border-radius: 0.25rem;
color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.gallery
{
	width:100%;
	height: 170px;
	position: relative;
}
.galHolder{
	margin-bottom:20px;
}
.gallery div.scrollableArea img, .scrollableArea a
{
	position: relative;
	float: left;
	margin: 0;
	height:165px;
	position: relative;
  float: left;
  margin: 0;
  padding: 0 9px 0 0; 
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.gallery img{
	margin-left:20px;
}
h3{
	color:#002e67;
	font-size:15pt;
	font-weight:bold;
}
.galHolder{
	background:#fff;
	border:1px solid #9EA0A2;
	padding:10px;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursor_arrow_left.png), url(../images/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

#contentContainer{
margin:0 auto;
width:980px;
height:100%;
}

#bg{
background: url('../images/head.png') top left repeat-x;
}.clr{
clear:both;
}

#header{
position: relative;
	width:100%;
	height:60px;
	z-index: 100;
}
.telnr{
background: url('../images/telnr.png');
height: 58px;
width: 175px;
position: absolute;
top:135px;
left:22px;
}
#slideshow{
height:368px;
background:#fff;
position: relative;
z-index: 10;
}
#slideshow img{
height: 100%;
width: 100%;
	position:absolute;
	top:0px;
	left:0px;
}
.line{
position: absolute;
top:0px;
right:0px;
height: 42px;
width: 556px;
background: url('../images/line.png');
}
.logo{
border:0px;
width:272px;
height:106px;
position: absolute;
top:29px;
left:-19px;
}

#content{
position: relative;
background: #fff;
border:1px solid #9ea0a2;
margin-top: 15px;
padding:15px 25px 25px 25px;
}


#footer{
position: absolute;
height:31px;
color: #fff;
line-height:31px;

}
#footer a{
color: #fff;
}

#menu{
list-style-type:none;
width:100%;
margin-top: 7px;
}

#menu li:hover ul{
display:block;
}
#menu li ul{
display:none;
position: absolute;
top:39px;
left:0px;
width: 100%;
background:#4d4d4f;
}

#menu li{
position:relative;
float:left;
line-height:39px;
font-size: 16pt;
margin-left: 7px;
}
#menu li:first-child{
margin-left: 0px;
}
#menu li a{
width:188px;
display:block;
text-align: center;
background:#4d4d4f;
border:1px solid #9ea0a2;
color: #fff;
}
#menu li a.active{
background:#fff;
border:1px solid #9ea0a2;
color: #4d4d4f;
}
.button{
text-align:center;
line-height:24px;
height:24px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
font-size: 12px;
padding:0px 6px;
position: relative;
z-index: 100;
cursor:pointer;
text-transform:uppercase;
border:1px solid #6a9c22;
background:#97c748;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#97c748), to(#60a118));
background: -webkit-linear-gradient(#97c748, #60a118);
background: -moz-linear-gradient(#97c748, #60a118);
background: -ms-linear-gradient(#97c748, #60a118);
background: -o-linear-gradient(#97c748, #60a118);
background: linear-gradient(#97c748, #60a118);
-pie-background: linear-gradient(#97c748, #60a118);
color:#fff;
display:inline-block;
behavior: url(/javascript/PIE.php);
}

h1{
font-size: 16pt;
font-weight: normal;
margin-bottom: 20px;
}
#content p, .tekst{
font-size: 12pt;
line-height:14.4pt;
margin-bottom: 20px;
}
.images{
	float:right;
}
.rightImg{
	margin-bottom:10px;
	margin-left:15px;
	display:block;
}
@media only screen and (max-width: 767px) {
	#menu li{
	margin:10px 0px 0px 0px;
	width:auto;
	float:none;
	}
	#header{
	height:auto;
	text-align: center;
	}
	#menu li a{
		line-height:34px;
		font-size: 11pt;
		width:auto;
	}
	.line{
	display:none;
	}
	.telnr{
	display:none;
	}
	.logo{
	position:static;
	top:0px;
	left:0px;
	margin:0px auto;
	}
	#slideshow{
	height:120px;
		margin-top:20px;
	}
	#footer{
	bottom:-30px;
	left:0px;
	width:100%;
		background: #002e67;
text-align:center;
padding-right:0px;
	}
	.contactBTN{
	margin-left:0px;
	}.images{
	float:left;
	}
	.rightImg{
		float:left;
		margin-bottom:10px;
		margin-left:5px;
		width:120px;
	}
	.images a{
	float:left;
	}
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
	#menu li{
	margin-left:5px;
	}
	#menu li a{
		line-height:34px;
		font-size: 11pt;
		width:149px;
	}
	.logo{
	left:0px;
	}
	#slideshow{
	height:300px;
	}#footer{
	bottom:-30px;
	left:-24px;
	width:1028px;
		background: url('../images/footer.png');
text-align:right;
padding-right: 28px;
	}
.contactBTN{
	margin-left:190px;
	}
}
@media only screen and (min-width: 800px) {
	#menu li{
	margin-left:7px;
	}
	#menu li a{
		line-height:34px;
		font-size: 11pt;
		width:154px;
	}
}
@media only screen and (min-width: 1024px) {
	#menu li{
	margin-left:7px;
	}
	#menu li a{
		line-height:34px;
		font-size: 12pt;
		width:190px;
	}
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
	#menu li a{
		line-height:34px;
		font-size: 13pt;
		width:190px;
	}
	#menu li{
	margin-left:7px;
	}
	.logo{
	top:29px;
	left:-19px;
	}
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
	#menu li a{
		line-height:34px;
		font-size: 14pt;
		width:190px;
	}
	#menu li{
	margin-left:7px;
	}
	.logo{
	top:29px;
	left:-19px;
	}
}