/* CSS Document */

/* undohtml ------------------------------------------------------------------ */

:link,:visited { text-decoration:none }
ul,ol,dl { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img, img, a { border:none; margin: 0; padding: 0; outline: none; }
a:active, a:focus{outline: none;}
address { font-style:normal }

/* undohtml ------------------------------------------------------------------ */

html, body{
	height: 100%;
}

body{
	background: #fff url(../img/bg.png) repeat-x;
	color: #000;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
}

p{
	line-height: 20px;
}
.clearer{
	float: none;
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


a{
	color: #4486B8;
}
a:hover{
	color: #C7E242;
}

h1,h2,h3,h4,h5{
	color: #FF6600;
	font-weight: normal;
}

h1{
	font-size: 18px;
	margin-bottom: 10px;
}
h2{
	font-size: 16px;
	margin-bottom: 10px;

}
h3{
	font-size: 14px;
}

/*STRUCTURE*/

#container{
	min-height: 100%;
	position:relative;
}

.centerme{
	width: 965px;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
}

#midarea{
	padding-bottom: 90px;
}

#servicemenu{
	position: absolute;
	top: 0;
	height: 40px;
	overflow: hidden;
}
#servicemenu li{
	float: left;
	margin: 13px 0 0 10px;
}
#servicemenu li a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 130px;
	display: block;
	padding: 5px 0;
	background: #B1CF39;
}
#servicemenu li.active a{
	color: #74B52D;
	background: #fff;
}

#servicemenu li a:hover{
	background: #839F26;
}
#servicemenu li.active a:hover{
	background: #fff;
}


#mainmenu{
	float: left;
	width: 150px;
	margin: 20px 10px 0 0;
}
#mainmenu li{
	border-bottom: 1px solid #d8d8d8;
	background: #fff url(../img/arrow.gif) 5px 10px no-repeat;
}
#mainmenu li.subpages{
	border-bottom: none;
	background: none;
	display: inline;
}
#mainmenu li a{
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px 15px;
	display: block;
}

#mainmenu ul.subpages{
	margin-left: 10px;
	background: blue;
	width: 140px;	
}

#content{
	float: right;
	width: 785px;
	margin-top: 20px;
	text-align: left;
}

#logo{
	margin-top: 20px;
}

#koe{
	position: absolute;
	right: 0;
	top: 22px;
}

#header{
	background: transparent url(../img/bg_header_compressed.png) -50px bottom repeat-x;
	width: 100%;
	height: 222px;
}

#footer{
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #666 url(../img/bg_footer.png) repeat-x;
	padding: 25px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
}
#footer span{
	margin: 0 10px;
}

/*Elements*/

.introtekst{
	width: 85%;
	margin-bottom: 20px;
}

.quart{
	width: 380px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}

.half{
	float: left;
	width: 380px;
}

.quart .leftside{
	width: 169px;
	height: 190px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.quart .rightside{
	float: left;
	width: 190px;
	height: 200px;
	background: transparent url(../img/img_shadow.png) bottom right no-repeat;
	margin-bottom: 10px;	
}

.fullwidth{
	float: none;
	clear: both;
	margin-bottom: 10px;
}
.fullwidth .leftside{
	float: left;
	width: 190px;
	height: 200px;
	background: transparent url(../img/img_shadow.png) bottom right no-repeat;
	margin-bottom: 10px;	
}
.fullwidth .rightside{
	float: left;
	width: 570px;
	margin-left: 20px;	
}

.quart .imgcontainer, .fullwidth .imgcontainer{
	width: 185px;
/*	height: 138px;*/
	height: 185px;
	float: left;
	background: #fff;
	overflow: hidden;
	border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radus: 3px;
	position:relative;	
}

.quart .imgcontainer .centertrick, .fullwidth .imgcontainer .centertrick{
	width: 235px;
	height: 235px;
	line-height: 231px;
	margin-left: -25px;
	margin-top: -25px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.quart .imgcontainer .centertrick img, .fullwidth .imgcontainer .centertrick img{
	vertical-align: middle;	
	text-align: center;	
}

.fullwidth .liveblock img{
	border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radus: 3px;
	padding-bottom: 10px;
}

.fullwidth .live{
	float: none;
	clear: both;
}

.shadow{
	background: transparent url(../img/img_shadow.png) bottom right no-repeat;
	display: inline;
	padding-bottom: 5px;
	float: left;
}

.mright{
	margin-right: 20px;
}

#map_canvas{
	width: 450px;
	height: 325px;
	position: absolute;
	right: 0;
	border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radus: 3px;	
}

a.leesmeer{
	background: #fff url(../img/arrow.gif) right 6px no-repeat;
	color: #000;
	padding-right: 10px;
}


form{
	width: 300px;
	float: none;
	clear: both;
	padding: 0;
	margin: 20px 0;
}
form label{
	width: 130px;
	display: block;
	float: left;
	font-size: 14px;
	padding: 5px;
	padding-left: 0;
	clear: left;
}
form .text{
	margin: 0px 0;
	float: left;
}
form .text input{
	width: 157px;
	border: 1px solid #888;
	height: 20px;
	font-size: 12px;
}

form .input textarea{
	width: 157px;
	height: 47px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form label.error{
	display: block;
	width: 160px;
	color: red;
	float: left;
	clear: none;
}

#content ul{
	list-style: circle;
}
#content ul li{
	margin-left: 15px;
	line-height: 20px;
}

#content img{
	border-color: #ccc;
	border-width: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;	
}

#msgsent{
	margin-bottom: 10px;
	background-color: #74B52D;
	padding: 5px;
}

#gastenboek .nav{
	float:none;
	clear:both;
	text-align: center;
}
#gastenboek .nav .prev{
	float:left;
}
#gastenboek .nav .next{
	float:right;
}


#gastenboek form{
	width: 400px;
}
#gastenboek form label{
	display: block;
	color: #666;
}
#gastenboek .comment{
	height: auto;
}
#gastenboek  span.name{
	color: #FF6600;
}
#gastenboek  span.date{
	color: #555;
}

#gastenboek .text input{
	width: 200px;
	float: none;
	clear: both;
	display: block;
}
#gastenboek textarea{
	width: 300px;
	height: 100px;
	margin-bottom: 10px	
}

.disabled{
	visibility:hidden;
}

.submit{
	float: none;
	clear: both;
}

