/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
}

body.yoopage {
	padding-bottom: 100px;
	background: #AAAFB4;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	background: #E6E9EB url(../images/page_t.png) 0 0 repeat-x;
}

div#page-body div.page-body-img {
	background: none;
}

div#page-body div.page-body-b {
	background: url(../images/page_b.png) 0 100% repeat-x;
}

div#header {
	width: auto;  
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#toolbar {
	width: auto;  
	height: 37px;
	padding: 1px 140px 0px 10px;
	clear: both;  
	background: url(../images/header3.jpg) 0 0 repeat-x;
	color: #C8C8C8;
	overflow: hidden;
}

div#date {
	margin: 3px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 3px 10px 0px 0px;
	float: left;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 1px 0px 0px 20px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

   
   
.actie { background: #2157a3; margin: 30px 30px 0 0; padding: 32px; border-radius: 50%; float: right; text-align: center; width: 200px; transition: ease 0.3s all;  }  
.actie:hover { background: #3369b5; }
.actie a { color: #fff !important; font-size: 13px; font-weight: normal; display: block; } 

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#headerbar {
	width: auto;  
	height: 65px;
	padding: 10px 20px 10px 200px;
	clear: both;  
	background: #000000 url(../images/headerbar_bg.png) 0 100% repeat-x;
	color: #969696;
	overflow: hidden;
}

div#menubar {
	width: auto;  
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 40px;
	clear: both;  
	position: relative;
}

div#menubar div.menubar-m {
	height: 40px;
	background: url(../images/menubar_m.png) 0 0 repeat-x;
}

div#menubar div.menubar-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background: url(../images/menubar_l.png) 0 0 no-repeat; /* ie6png:scale */
}

div#menubar div.menubar-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 40px;
	background: url(../images/menubar_r.png) 0 0 no-repeat; /* ie6png:scale */
}

div#menu {
	position: absolute;
	top: 110px;
	left: 40px;
	z-index: 11;
	padding: 0px 0px 0px 1px;
	height: 40px;
	background: url(../images/menu_sep_black.png) 0 0 no-repeat;
  width: 91%;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 0px;
}

div#search {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 12;
	width: 120px;  
}

div#banner {
	position: absolute;
	top: 25px;
	right: -10px;
	width: 0px;
	z-index: 3;
}

div#wrapper {
	width: auto;  
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#wrapper div.wrapper-container-t {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div#wrapper div.wrapper-t {
	height: 10px;
	background: url(../images/wrapper_t.png) 0 0 repeat-x; /* ie6png:scale */
}

div#wrapper div.wrapper-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: url(../images/wrapper_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div#wrapper div.wrapper-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(../images/wrapper_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div#wrapper div.wrapper-b {
	background: #ffffff url(../images/wrapper_b.png) 0 100% repeat-x;
}

div#wrapper div.wrapper-l {
	background: url(../images/wrapper_l.png) 0 0 repeat-y;
}

div#wrapper div.wrapper-r {
	background: url(../images/wrapper_r.png) 100% 0 repeat-y;
}

div#wrapper div.wrapper-bl {
	background: url(../images/wrapper_bl.png) 0 100% no-repeat;
}

div#wrapper div.wrapper-br {
	padding: 0px 10px 100px 10px;
	background: url(../images/wrapper_br.png) 100% 100% no-repeat;
	overflow: hidden;
}

div#wrapper div.wrapper-container {
	margin-top: -10px;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#top .topbox {
	margin-top: 10px;
}

div#middle {
	width: auto;  
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#middle .background {
	min-height: 400px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 00px 0px;
}

div#mainmiddle {
	margin: 0px 0px 0px 0px;
}

.showright div#mainmiddle {  
	background: none;
}

div#right {
	width: 450px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}


#right_container img{
width: 200px;
height: 200px;
padding: 35px 0 0 214px;}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
}

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 10px;
	margin-bottom: -10px;
}

div#footer {
	width: auto;  
	margin: 10px -8px 0px -8px;
	padding: 18px 10px 2px 10px;
	clear: both;  
	background: #DCDFE1 url(../images/footer_bg.png) 0 0 repeat-x;
	text-align: center;
	zoom: 1;
}

/*
*div#footer a.anchor {
*	margin: -10px 0px 0px 0px;
*	width: 30px;
*	height: 5px;
*	background: url(../images/footer_anchor.png) 0 0 no-repeat;
*	display: block;
*	float: right;
*	text-decoration: none;
*}
*/


/*
 * Clearing & Floating
 */

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

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

			/* ############ FOTOBOEK ################ */
.fotobox img { border: 2px solid #6e6e6e; }
.fotobox img:hover { border: 2px solid #3a99c5; }
.pagenumbers a { padding: 5px; border: 1px solid #3a99c5; color: #3a99c5; text-decoration: none; width: 10px; margin-right: 5px; width: 20px; height: 20px; }

.pagenumbers { margin: 0 0 50px 0; }

/* Fotoboek */
.fotoboekcorner .fotos .fotobox {
	width: 115px;
	height: 125px;
	float: left;
	margin: 0 20px 10px 0;
	text-align: center;
}
.fotoboekcorner .fotos .fotobox img {
	margin: 0 auto;
}
.fotoboekcorner .pagenumbers {
	padding: 10px 0 0 0;	
}
.fotoboekcorner .pagenumbers a.selected {
	color: #000;
}

div#menu li.login { display: inline-block; }

/* ### CONTACTFORM ### */
#contactForm { font-family: 'arial', sans-serif; }
#contactForm inputp[type="text"] { border: 1px solid #C8C8C8; padding: 3px; }
.verzend-contact { background: #3A99C5; border: none; color: #fff; padding: 4px 15px; }





/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 899px) {

body.width-wide div.wrapper { width: 96% !important; }    
div#headerbar { background: none; }         
div#header { background: url(../images/headerimg.jpg); }
div#logo { display: none; }
div#menu { left: 0; width: 100%; }


#middle .background #main div .css_button { width: 150px !important; }  

}

@media only screen and (max-width: 479px) {



}


@media only screen
and (max-width : 767px) {

#menu-hoofdmenu { max-height: initial; height: 0px; opacity: 0; overflow: hidden; transition: all 300ms; }
#menu-hoofdmenu.open { opacity: 1; height: auto; }
#menu-hoofdmenu .menu-item-has-children .sub-menu { display: none; height: 0; }
#menu-hoofdmenu .menu-item-has-children:hover .sub-menu { display: block; height: auto; }

div#menu li.login { display: none; }
body.yoopage { padding-bottom: 0; } 

body.width-wide div.wrapper { width: 96% !important; }
div#headerbar { background: none; }         
div#header { background: url(../images/headerimg.jpg); }
div#logo { display: none; }
div#menu { left: 0; width: 100%; }
div#menu li:hover ul { display: block !important; }

#middle .background #main div { width: 100% !important; }
#middle .background #main div .css_button { width: 150px !important; }
#middle .background #main div p img, #middle .background #main div ul li img { width: 80% !important; height: auto !important; float: none !important; display: block; }  
#middle .background #main div p a.fb img { width: 10% !important; } 
div#toolbar { padding: 1px 0 0 10px; }   

.actie { border-radius: 0; width: auto; padding: 5px; margin-bottom: 10px; }

#middle .background #main #contactForm form table.contactformulier { width: 100% !important; }
#middle .background #main #contactForm form table.contactformulier input.input-contact { width: 100% !important; }
#middle .background #main #contactForm form table.contactformulier textarea { width: 100% !important;  }  
.css_button { height: 75px; padding: 15px 13px; font-size: 12px; margin: 10px; }
                     
}