/* Style.css  ****************************************************************************************************************************************************************/
*{margin: 0; padding: 0;}
html{height: 100%;}
body{background: url('/images/bg.png'); font-family: arial; height: 100%; width:100%; overflow: -moz-scrollbars-vertical; overflow-x: hidden; overflow-y: scroll}


img{border-style: none;}
.image_frame{width:}
a:link,a:visited{text-decoration: none; color: #bd2716;}

a.facebook{color: #318abc;}
a.twitter{color: #57c5de; margin-right: 2px;}

.center{width: 890px; margin: 0 auto;}
.container{position: relative; min-height: 100%;}

.header .top{background: url('/images/header-bg.png'); height: 48px; border-bottom: 8px solid #685747; color: #bababa; font-size: 15px;}
.header .top p{float: right; margin: 12px 16px 0 0;}
.header .top .logo{float: left; margin: 19px 0 0 4px;}
.header .top .social-ball{vertical-align: middle; margin-left: 6px;}

.header .menu {font-weight: bold; height: 90px; *height: 103px;}
.header .menu ul{list-style: none; margin: 13px 0 0 252px;}
.header .menu ul li{float: left; padding: 37px 11px 0 10px; border-left: 1px solid #bebebe; height: 33px;}
.header .menu ul li.last{border-right: 1px solid #bebebe;}
.header .menu ul li a{color: #000; padding-bottom: 6px;}
.header .menu ul li span{padding: 0 10px 8px 10px;}
.header .menu .selected{color: #bd2716; border-bottom: 1px solid #ec6e08;}
.header .menu .selected span{border-bottom: 1px solid #f7b231;}
.header .menu ul li a:hover{color: #bd2716; border-bottom: 1px solid #ec6e08;}
.header .menu ul li a:hover span{border-bottom: 1px solid #f7b231;}

.header-image{background: url('/images/subheader-bg.png'); height: 302px; padding-top: 26px;}
.header-image img{display: block; border: 5px solid #fff; margin: 0 auto;}
.header-image-frame{display: block; border: 5px solid #fff; margin: 0 auto; width:850px; height:266px;}

.quotes{padding-bottom: 114px; font-family: 'Droid Serif', serif;}
.quotes ul{height: 244px; list-style: none; border-top: 1px solid #d7d7d7; width: 860px; margin: 0 auto;}
.quotes ul li{background: url('/images/quote-bg.png') no-repeat; height: 151px; width: 202px; float: left; margin: 15px 17px 0 0; cursor:pointer;}
.quotes ul li.four{margin-right: 0px;}
.quotes .one .quote{background-color: #7db375;}
.quotes .two .quote{background-color: #449ec3;}
.quotes .three .quote{background-color: #65ccc8;}
.quotes .four .quote{background-color: #7fcedd;}
.quotes .quote{font-family: 'Droid Serif', serif; color: #fff; width: 160px; height: 109px; margin: 5px; padding: 15px; font-size: 14px; line-height: 20px;}
.quotes ul li img{}
.quotes .meerervaringen{display: block; margin: 0 auto;}

.footer{position: absolute; bottom: 0; height: 82px; border-top: 8px solid #6a5949; width: 100%; background: url('/images/footer-bg.png'); color: #ffffff; text-align: center; line-height: 70px; font-family: "times new roman", arial; letter-spacing: 0.5px;}
.footer a:link, .footer a:visited{color: #fff;}

.sidebar{position: fixed; z-index: 1; right: 0; top: 198px;}
.sidebar img{display: block; margin-bottom: 2px;}

.background-frame{width:173px; height:151px; display:block;}
.background-frame-home{width:202px; height:151px; display:block;}
.background-frame-footer{width:80px; height:76px; display:block; margin: -20px 0 0 62px;}




.red	{color:#900}

div.error{					position: absolute; 	left:50%;	margin-left: -250px; 	width:500px;	height:500px;	border:1px solid #626264;	background-color:#FFFFFF;		color:#626164;		}
div.error_img{				float:left; width:500px;	text-align:center;	}
div.error_kop{				float:left; width:500px;	text-align:center;	background-color:#CCCCCC;	color:#FFFFFF;	line-height:30px;	}
   .error_kop h1{			font-size:13px;	margin:0px;	}
div.error_txt{				float:left; width:500px;	text-align:left;	color:#626164;	padding-bottom:30px;}
   .error_txt ul{             			margin:15px 0 0 30px;	padding:0;  }
   .error_txt ul li{           		    color:#626264; font-size:11px; 	padding-bottom:4px;	}
   .error_txt ul li a{          			color:#626264;	text-decoration:underline; }
   .error_txt ul li a:hover{    			color:#000000;	text-decoration:underline; }
   
   
   
/* the div that holds the date picker calendar */
.dpDiv { 	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {	font-family: Tahoma, Arial, Helvetica, sans-serif;	font-size: 12px;	text-align: center;	color: #505050;	background-color: #ece9d8;	border: 1px solid #AAAAAA;	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {	border: 1px solid #ece9d8;	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {	background-color: #CCCCCC;	border: 1px solid #AAAAAA;	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {	background-color: #aca998;	border: 1px solid #888888;	cursor: pointer;	color: red;}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {	background-color: #CCCCCC;	border: 1px solid #AAAAAA;	color: white;	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {	font-size: 12px;	color: gray;	font-weight: bold;	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {	color: #4060ff;	font-weight: bold;	}
/* the forward/backward buttons at the top */
.dpButton {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: bold;	padding: 0px;	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: bold;	}
  