/* ---[ All ]--- */

html, body {
	height: 100%;
	font-family: 'Verdana';
	background: #fff url(/layouts/brouwerenoudhof/images/bg_header.png) repeat-x top left;
}

#wpr-page {
	min-height: 100%;
	text-align: center;
}

#page {
	margin: 0;
	padding: 0 0 220px 0;
	text-align: left;
}

/* ---[ Header ]--- */

#wpr-header {
	height: 180px;
	background: #fff url(/layouts/brouwerenoudhof/images/bg_header.png) repeat-x top left;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 180px;
}

#logoheader {
	position: absolute;
	left: 20px;
	top: 20px;
}

#logoheader a {
	outline: none;
	display: block;
	width: 172px;
	height: 65px;
	text-indent: -9000px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_logo.png) no-repeat top left;
}

body.en #logoheader a {
	background-image: url(/layouts/brouwerenoudhof/images/bg_logo_en.png);
}

/* ---[ Content ]--- */

#wpr-main {
	margin: -16px 0 0 0;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_wpr_main.png) repeat-x top left;
}

#main {
	margin: 0 auto;
	padding: 36px 0 15px 0;
	width: 1000px;
	background: #fff url(/layouts/brouwerenoudhof/images/bg_main.png) repeat-x top left;
}

/* ---[ Footer ]--- */

#wpr-footer {
	clear: both;
	height: 211px;
	margin: -220px 0 0 0;
	padding: 9px 0 0 0;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_footer.png) repeat-x top left;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#logofooter {
	position: absolute;
	left: 15px;
	top: 18px;
}

#logofooter a {
	outline: none;
	display: block;
	width: 73px;
	height: 32px;
	text-indent: -9000px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_logo.png) no-repeat 0 -65px;
}

body.en #logofooter a {
	background-image: url(/layouts/brouwerenoudhof/images/bg_logo_en.png);
}

/* ---[ Clearing elements ]--- */

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
#wpr-page:after,
#wpr-header:after,
#wpr-main:after,
#main:after,
#wpr-footer:after,
#wpr-content:after,
#wpr-sidebar-left:after,
#wpr-sidebar-right:after,
#languagemenu:after,
#mainmenu:after,
#footermenu:after,
#news_paginator:after,
#news_navigation:after,
.content:after,
.content p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* ---[ Layout ]--- */

#wpr-sidebar-left,
#wpr-content,
#wpr-sidebar-right {
	float: left;
	min-height: 10px;
}

#wpr-sidebar-left {
	margin: 0 0 0 20px;
	width: 200px;
}

#sidebar-left {

}

#wpr-content {
	width: 540px;
	margin: 0 20px;
}

.LM #wpr-content {
	width: 740px;
}

#content {

}

#wpr-sidebar-right {
	margin: 0 20px 0 0;
	width: 180px;
}

.LM #wpr-sidebar-right {
	display: none;
}

#sidebar-right {

}

/* ---[ Language menu ]--- */

#wpr-languagemenu {
	position: relative;
}

#languagemenu {
	position: absolute;
	right: 0;
	top: 5px;
}

#languagemenu ul {

}

#languagemenu ul li {
	float: left;
	margin: 0 12px 0 6px;
}

#languagemenu ul li a {
	color: #eee;
	font-size: 85%;
}

#languagemenu ul li.current a {
	font-weight: bold;
	text-decoration: none;
}

/* ---[ Mainmenu ]--- */

#wpr-mainmenu {
	position: absolute;
	margin: 0;
	left: 160px;
	top: 110px;
	width: 840px;
	height: 70px;
}

#mainmenu {

}

#mainmenu ul li {
	display: block;
	float: left;
	padding: 0 0 0 15px;
	height: 70px;
}

#mainmenu ul li a {
	display: block;
	padding: 16px 20px 34px 5px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 116%;
	outline: 0;
}

#mainmenu ul li:hover,
#mainmenu ul li.current,
#mainmenu ul#homemenu li.current:hover,
.home #mainmenu ul#homemenu li.current {
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat 0 0;
}

#mainmenu ul li:hover a,
#mainmenu ul li.current a,
#mainmenu ul#homemenu li.current:hover a,
.home #mainmenu ul#homemenu li.current a {
	padding: 22px 20px 28px 5px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat right -70px;
	color: #666;
}

#mainmenu ul#homemenu li.current,
#mainmenu ul#homemenu li.current a {
	background-image: none;
}

#mainmenu ul#homemenu li.current a {
	color: #fff;
	padding: 16px 20px 34px 5px;
}

/* ---[ Submenu ]--- */

#wpr-submenu {
	width: 200px;
}

#submenu {

}

#submenu ul {
	margin: 0 0 20px 0;
}

#submenu ul li {
	
}

#submenu ul li a {
	display: block;
	width: 180px;
	padding: 5px 10px 12px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 108%;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat 0 -140px;
}

#submenu ul li ul {
	margin: 0;
}

#submenu ul li ul li a {
	display: block;
	min-height: 16px;
	padding: 10px;
	color: #000;
	font-size: 84.6%;
	font-weight: bold;
	background: #f1f1f1 none;
}

#submenu ul li ul li.pos2 a,
#submenu ul li ul li.pos4 a,
#submenu ul li ul li.pos6 a,
#submenu ul li ul li.pos8 a,
#submenu ul li ul li.pos10 a,
#submenu ul li ul li.pos12 a,
#submenu ul li ul li.pos14 a,
#submenu ul li ul li.pos16 a,
#submenu ul li ul li.pos18 a,
#submenu ul li ul li.pos20 a,
#submenu ul li ul li.pos22 a,
#submenu ul li ul li.pos24 a,
#submenu ul li ul li.pos26 a,
#submenu ul li ul li.pos28 a,
#submenu ul li ul li.pos30 a {
	background-color: #fafafa;
}

#submenu ul li ul li.pos1 ul li a,
#submenu ul li ul li.pos3 ul li a,
#submenu ul li ul li.pos5 ul li a,
#submenu ul li ul li.pos7 ul li a, 
#submenu ul li ul li.pos9 ul li a,
#submenu ul li ul li.pos11 ul li a,
#submenu ul li ul li.pos13 ul li a,
#submenu ul li ul li.pos15 ul li a,
#submenu ul li ul li.pos17 ul li a,
#submenu ul li ul li.pos19 ul li a,
#submenu ul li ul li.pos21 ul li a,
#submenu ul li ul li.pos23 ul li a,
#submenu ul li ul li.pos25 ul li a,
#submenu ul li ul li.pos27 ul li a,
#submenu ul li ul li.pos29 ul li a {
	background-color: #f1f1f1;
}

#submenu ul li ul li a:hover,
#submenu ul li ul li.current a,
#submenu ul li ul li.current ul li.current a,
#submenu ul li ul li.current ul li a:hover {
	color: #b4133c;
}

#submenu ul li ul li.current ul li a {
	padding: 5px 0 5px 20px;
	font-size: 76.9%;
	color: #000;
	background-color: none;
}

/* ---[ Footermenu ]--- */

#wpr-footermenu {
	padding: 14px 0 0 234px;
}

#footermenu {

}

#footermenu ul {

}

#footermenu ul li.home {
	display: none;
}

#footermenu ul li {
	float: left;
	margin: 0 12px 0 6px;
}

#footermenu ul li ul li {
	margin: 2px 0 1px 0;
	float: none;
}

#footermenu ul li a {
	color: #eee;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
}

#footermenu ul li a:hover {

}

#footermenu ul li.current a {

}

#footermenu ul li ul li a {
	font-weight: normal;
}

/* ---[ Content ]--- */

.content {
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #f1f1f1;
}

#sidebar-left .content,
#sidebar-right .content {
	margin: 0 0 20px 0;
	padding: 15px 10px 5px 10px;
}

#sidebar-left .content {
	width: 180px;
}

#sidebar-right .content {
	border-top: 4px solid #cacfd7;
	background-color: #f8f6f6;
}

/* ---[ Paragraph formatting ]--- */

.content p {
	font-size: 85%;
	line-height: 160%;
	margin: 0 0 10px 0;
}

/* ---[ Table formatting ]--- */

.content table {

}

.content table tr td {

}

/* ---[ Headers ]--- */

.content h1,
.content h2,
.content h3 {

}

.content h1 {
	margin: 0 0 15px 0;
	font-size: 153.9%;
	color: #b5133c;
}

.content h2 {
	margin: 0 0 10px 0;
	font-size: 85%;
	font-weight: bold;
	line-height: 160%;
}

.content h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	line-height: 160%;
}

#sidebar-left .content h2 {
	display: block;
	width: 180px;
	height: 24px;
	margin: -15px -10px 5px -10px;
	padding: 5px 10px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat 0 -140px;
	color: #fff;
	font-size: 108%;
	font-weight: normal;
	line-height: 1.231;
}

#sidebar-right .content h2 {
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

/* ---[ Links ]--- */

.content a {
	color: #b5133c;
	text-decoration: none;
}

.content a:hover {

}

#sidebar-left .content a,
#sidebar-right .content a {
	color: #000;
}

#sidebar-right .content a {
	text-decoration: underline;
}

#sidebar-left .content a em,
#sidebar-right .content a em {
	font-style: normal;
	color: #b5133c;
}

#sidebar-left .content a.button,
#content .content a.button,
#sidebar-right .content a.button,
#sidebar-left .content a.button-right,
#content .content a.button-right,
#sidebar-right .content a.button-right {
	display: block;
	float: left;
	clear: both;
	padding: 6px 15px 7px 10px;
	height: 11px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat right -210px;
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	white-space: nowrap;
}

#sidebar-left .content a.button-right,
#content .content a.button-right,
#sidebar-right .content a.button-right {
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	text-align: right;
	background-position: left -234px;
}

#sidebar-right .content a.button {
	display: block;
	float: right;
	margin: 0 -10px 0 0;
	padding: 13px 10px 10px 16px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat 0 -174px;
	font-weight: bold;
	color: #b4133c;
	text-decoration: none;
}

#news a {
	font-weight: bold;
	text-decoration: none;
}

#news a span {
	color: #b5133c;
}

/* ---[ Images ]--- */

.content img,
.content img.left {

}

.content img.right {

}

.content a.clear img {
	float: none;
}

/* ---[ Text formatting ]--- */

.content strong {

}

.content em {

}

/* ---[ Lists ]--- */

.content ul {

}

.content ul li {
	margin-left: 0;
	padding: 0.1em 0 0.1em 0.7em;
	list-style-type: none;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_bullets.gif) no-repeat 0 11px;
	font-size: 85%;
}

.content ul li ul li {
	margin-left: 0.5em;
}

.content ul li ul li ul li {
	margin-left: 1em;
}

/* ---[ quotes ]--- */

.content.quote,
.content.quote-right {
	position: relative;
	padding: 35px 240px 15px 40px;
	height: 150px;
	background: #f1f1f1 url(/layouts/brouwerenoudhof/images/bg_quote.png) no-repeat 20px 20px;
}

.content.quote-right {
	padding: 35px 40px 15px 230px;
	background: #f1f1f1 url(/layouts/brouwerenoudhof/images/bg_quote_right.png) no-repeat 190px 20px;
}

#sidebar-left .content.quote {
	padding: 25px 25px 250px 25px;
	width: 150px;
	height: auto;
	background: #f1f1f1 url(/layouts/brouwerenoudhof/images/bg_quote_sidebar.png) no-repeat 13px 15px;
}

.content.quote img,
.content.quote-right img {
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0;
}

.content.quote-right img {
	left: 10px;
}

#sidebar-left .content.quote img {
	left: 0;
	padding-right: 50px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_quote_sidebar_bottom.png) no-repeat 13px 0;
}

.content.quote p,
.content.quote-right p {
	margin: 0;
	font-size: 108%;
	font-style: italic;
	line-height: 180%;
}

#sidebar-left .content.quote p {
	font-size: 77%;
}

.content.quote p strong,
.content.quote-right p strong {
	font-size: 93%;
	font-style: normal;
}

.content.quote p a.button,
.content.quote p a.button-right,
.content.quote-right p a.button,
.content.quote-right p a.button-right,
#sidebar-left .content.quote p a.button,
#sidebar-left .content.quote p a.button-right {
	margin: 10px 0;
	font-size: 85%;
	font-style: normal;
}

#sidebar-left .content.quote p a.button,
#sidebar-left .content.quote p a.button-right,
#sidebar-left .content.quote-right p a.button,
#sidebar-left .content.quote-right p a.button-right {
	font-size: 109.9%;
}

.quotes {
	position: relative;
	min-height: 200px;
}

.quotes .quote,
.quotes .quote-right {
	position: absolute;
	top: 0;
	left: 0;
}

/* ---[ column ]--- */

.LM .content.column {
	float: left;
	width: 200px;
	margin-left: 25px;
}

.LM .content.column.clear {
	clear: both;
	margin-left: 0;
}

.LM .content.column img {
	margin: 0;
}

/* --- [ advicegame ]--- */

.questions {
	
}

.wpr-question img {
	margin: 0;
}

.question.droppable {
	outline: 2px solid #aaa;
	background-color: ;
}

.question.mouseenter {
	outline: 2px solid #b5133c;
}

.question.right {
	outline: 2px solid green;
}

.question.wrong {
	outline: 2px solid red;
}

.answers {
	position: relative;
}

.answer {
	padding: 0;
	width: 740px;
}

.wpr-answer {
	position: relative;
}

.wpr-answer .answer {
	margin: 0 -15px;
	width: 230px;
}

.answer h2 {
	display: block;
	width: 680px;
	margin: 0 0 5px 0;
	padding: 5px 30px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat 0 -258px;
	color: #fff;
}

.wpr-answer .answer h2 {
	width: 170px;
	padding: 4px 30px;
	margin: 0 0 5px 0;
	background-position: -510px -183px;
}

.answer p {
	padding: 0 15px;
}

#check-results {
	font-size: 93%;
}

.content p.result {
	clear: both;
	padding: 20px 0 0 0;
}

.content p.result.hide {
	display: none;
}

/* ---[ advies ]--- */

.content.advice h2 {
	display: block;
	width: 170px;
	margin: -15px -15px 5px -15px;
	padding: 4px 30px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_sprite.png) no-repeat -510px -183px;
	color: #fff;
}

.content.advice.hide {
	height: 180px;
	background: transparent url(/layouts/brouwerenoudhof/images/bg_advice_question_mark.gif) no-repeat 0 20px;
	cursor: pointer;
}

/* ---[ employee ]--- */

.content.employee {
	overflow: visible;
}

.content.employee img {
	margin-right: 0;
}

.employees {
	position: relative;
	min-height: 300px;
}

.employees .employee {
	position: absolute;
	top: 0;
	left: 0;
	width: 510px;
}

.employees .employee h2 a {
	display: inline;
	color: #b4133c;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}

/* ---[ cm subscribe ]--- */

#sidebar-left .content.module {
	margin-top: -20px;
}

#wpr-form-cm-subscribe {
	margin-top: -15px;
}

#wpr-form-cm-subscribe h3 {
	margin-bottom: 10px;
}

/* --- [ vestigingen ] -- */

#vestigingen {
	position: absolute;
	margin: 0 0 0 200px;
}

/* --- [ news ]--- */

#news {
	margin: -15px;
	background-color: #fff;
}

#news_paginator {
	padding-bottom: 15px;
}

#news_paginator ul {
	margin: 0;
}

#news_paginator ul li {
	float: left;
	margin-right: 10px;
	padding: 0 5px;
	border: 1px solid #c9cfd9;
	background: #f1f1f1;
}

#news_paginator ul li a {
	color: #b5133c;
}

#news_navigation p {
	float: left;
	margin: 0;
	width: 255px;
	text-align: left;
}

#news_navigation p.previous {
	float: right;
	text-align: right;
}

#news_navigation p a {
	font-weight: bold;
	text-decoration: none;
}

#news_navigation p a span {
	color: #b5133c;
}

/* ---[ Routeplanner ]--- */

#route_form {
	margin: 1.25em 0;
	padding: 0 !important;
}

#route_error,
#route_result {
	position: relative;
	left: 0;
	width: 510px;
}

#route_error.hidden,
#route_result.hidden {
	position: absolute;
	left: -9000px;
	top: 0;
}

#map_canvas {
	margin: 1.25em 0;
	height: 400px;
}

#directions {
	margin-bottom: 1em;
}

#directions table,
#directions table td,
#directions table td + td,
#directions table td + td + td {
	width: auto;
	margin: auto;
	padding: auto;
	text-align: left;
}

.content #directions table,
.content #directions table td {
	border: none;
}

/* ---[ Personal remarks ]--- */

.dennis {
    background-color: #ff9feb !important;
    border-left: 5px solid #ff5fe1 !important;
    padding-left: 5px !important;
}
.rogier { background-color: #9fd4ff !important; border-left: 5px solid #5fb7ff !important; padding-left: 5px !important; }
.dfl    { background-color: #b6ff9f !important; border-left: 5px solid #85ff5f !important; padding-left: 5px !important; }

.dennis:before {
    content: 'Dennis: ';
}

.rogier:before {
    content: 'Rogier: ';
}

.dfl:before {
    content: 'DFL: ';
}
