@CHARSET "UTF-8";

/**
 * TeGek.nl
 *
 * @media screen
 * @author Pieter Wiersema <pieter.wiersema@webparking.nl>
 * @copyright Copyright (c) 2009 Webparking, http://www.webparking.nl
 */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../assets/images/bg.gif);
	background-color: #f0e9d3;
	background-repeat: repeat-x;
}

/**
 * @section container
 */
#box {
	width: 950px;
	padding-left: 10px;
	margin: 0 auto;
}

/**
 * @section header
 */
#header {
	width: 950px;
	height: 64px;
	padding-top: 26px;
}

#logo_wrap {
	position: relative;
	display: block;
	width: 214px;
	text-decoration: none;
	border: 0px;
	float: left;
	margin-top: -10px;
}

#logo_wrap a img {
	border: 0px;
	margin: 7px 0 0 2px;
}

/**
 * @section header
 * @group menu
 */
#menu {
	margin-top: 4px;
	float: right;
	width: 725px;
	background-color: #fcfbf6;
	background-image: url(../assets/images/bg_menu_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 8px 0px 0px;
}

#nav,#nav ul {
	list-style: none;
	line-height: 1.0;
	height: 40px;
	padding-left: 8px;
	background-image: url(../assets/images/bg_menu_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	margin: 6px 0px;
	padding: 8px 7px 7px 8px;
	color: #2c1504;
	font-size: 13px;
	font-weight: bold;
	background: #fcfbf6;
	text-decoration: none;
	border-left: 1px solid #ddd3b7;
}

#nav li.first a {
	border: 0px;
	padding-left: 4px;
}

#nav li.last a {
	padding-right: 4px;
}

#nav a.active {
	color: #ee2e24;
}

#nav a:hover {
	background: #fff;
	color: #ee2e24;
}

#nav li ul li a {
	border-top: 1px solid #ffffff;
}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

/**
 * @section content
 * @group submenu
 */
#submenu {
	margin-left: 27px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 20px;
}

#submenu li {
	list-style: none;
	display: inline;
}

#submenu li a {
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid #ddd1b7;
	font-size: 11px;
	display: block;
	text-decoration: none;
}

#submenu li a:hover {
	background-color: #fbf9ec;
}

/**
 * @section leftcolumn
 */
#left {
	float: left;
	width: 727px;
	position: relative;
}

/**
 * @group content
 */
#content {
	background-image: url(../assets/images/klembord_bg.gif);
	background-repeat: repeat-y;
	min-height: 600px;
	padding: 0px 10px 12px 0px;
}

#content_top {
	height: 67px;
	background-image: url(../assets/images/klembord_top.gif);
}

#content_bottom {
	clear: both;
	background-image: url(../assets/images/klembord_bottom.gif);
	background-repeat: repeat-y;
	height: 27px;
}

#fotos {
	position: relative;
	margin-top: -25px;
	float: left;
	width: 202px;
}

#fotos img {
	clear: left;
	margin-bottom: 5px;
	border: none;
}
#fotos a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.80;
}
#fotos .foto_anja {
	position: relative;
	top: 35px;
	left: -10px;
}

div#photo_home {
	width: 196px;
	height: 268px;
	background: url(../assets/images/left/bg_photo_home.jpg) no-repeat;
	margin-bottom: 5px;
}
div#photo_home #photo_home_flash {
	margin: 26px 0 0 24px;
}
div#photo_home_bottom_angle {
	width: 202px;
	height: 278px;
	background: url(../assets/images/left/foto_wisseling.jpg) no-repeat;
	margin-bottom: 5px;
}
div#photo_home_bottom_angle #photo_home_bottom_angle_flash {
	margin: 26px 0 0 20px;
}

/**
 * @section leftcolumn
 * @group teasers
 */
div#fotos div.teaser {
	padding-top: 28px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 196px;
	height: 175px;
}
div#teaser-carice {
	background-image: url(../assets/images/left/polaroid-teaser-carice.jpg);
}
div#teaser-desiree {
	background-image: url(../assets/images/left/polaroid-teaser-desiree.jpg);
}
div#teaser-emmy {
	background-image: url(../assets/images/left/polaroid-teaser-emmy.jpg);
}
div#teaser-esther {
	background-image: url(../assets/images/left/polaroid-teaser-esther.jpg);
}
div#teaser-stef {
	margin-top: 114px;
	background-image: url(../assets/images/left/polaroid-teaser-stef.jpg);
}

/**
 * @section leftcolumn
 * @group text
 */
#text {
	width: 472px;
	padding-right: 28px;
	float: right;
	font-size: 13px;
	line-height: 1.4em;
	color: #2c1504;
	padding-top: 6px;
}
#text.full_column_text {
	width: auto;
	float: none;
	padding-left: 40px;
}
#text h1 {
	font-size: 26px;
	color: #2c1504;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	line-height: 1em;
	margin-bottom: 12px;
	border-bottom: 1px solid #ee2e24;
}

#text h2 {
	font-size: 18px;
	color: #01688f;
	font-weight: normal;
	padding: 8px 0px 12px 0px;
}

#text h3 {
	font-size: 15px;
	color: #2c1504;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	margin-bottom: -4px
}

#text h3 a:link,
#text h3 a:hover,
#text h3 a:active,
#text h3 a:visited {
	text-decoration: none;
	color: #2c1504;
}

#text p {
	padding: 8px 0px 14px 0px;
}

#text p.right {
	text-align: right;
}

#text .small {
	font-size: 11px;
}

/**
 * @group page content
 */
div.page_content_wrap .logo_az {
	float: right;
	margin-left: 10px;
	margin-right: 6px;
	border: none;
}

div.page_content_wrap .video {
	padding: 6px 0 14px 0;
	width: 464px;
	height: 260px;
}

div.page_content_wrap ol {
	padding-left: 30px;
}

div.page_content_wrap ol li {
	padding: 4px 0 10px 0;
}

div.page_content_wrap ul {
	list-style: none;
	padding: 8px 0px 14px 0px;
}

div.page_content_wrap ul li {
	padding: 1px 0px;
	background-image: url(../assets/images/list.gif);
	background-position: 0px 8px;
	color: #484536;
	padding-left: 12px;
	background-repeat: no-repeat;
}

/**
 * @section rightcolumn
 */
#right {
	float: right;
	width: 213px;
	padding: 8px 0 10px 0;
}
#right a img {
	border: none;
}

#right a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.80;
}
#right .teaser {
	background-repeat: no-repeat;
	width: 210px;
	height: 200px;
	position: relative;
}
#right .teaser embed, #right .teaser object { 
	position: absolute;
	left: 25px;
	top: 31px;
}
#teaser-all {
	background-image: url(../assets/images/kladje-het-verhaal-van.png);
	height: 190px;
}
#teaser-all embed, #teaser-all object {
	top: 36px !important;
}
#teaser-stef-right {
	background-image: url(../assets/images/kladje-het-verhaal-van-stef.png);
}
#teaser-emmy-right {
	background-image: url(../assets/images/kladje-het-verhaal-van-emmy.png);
}
#teaser-esther-right {
	background-image: url(../assets/images/kladje-het-verhaal-van-esther.png);
}
#teaser-desiree-right {
	background-image: url(../assets/images/kladje-het-verhaal-van-desiree.png);
}
#teaser-carice-right {
	background-image: url(../assets/images/kladje-het-verhaal-van-carice.png);
}

/********** REGULAR LINKS **********/
a, a:active, a:visited {
	color: #ee2e24;
}
a:hover {
	color: #01688f;
	text-decoration: underline;
}

a.block, a.block:hover {
	display: block;
	text-decoration: none;
	color: #2c1504;
	width: 100%;
}

a.block:hover {
	background-color: #e4f7fc;
}

/**
 * @section footer
 */
#footer {
	height: 24px;
	padding-top: 14px;
	font-size: 12px;
	line-height: 12px;
	color: #96744f;
}

#footer ul {
	list-style: none;
}

#footer ul.nav {
	padding-left: 8px;
}

#footer ul li {
	float: left;
	padding: 0px 8px;
	border-right: 1px solid #bbb6a6;
}

#footer ul li.first {
	padding-left: 0px;
}

#footer ul.nav li {
	padding-left: 8px;
}

#footer ul li.last {
	border-right: none;
}

#footer a {
	color: #ee2e24;
}

#footer a:hover {
	color: #01688f;
	text-decoration: underline;
}

/**
 * @section poll
 */
form#form-poll h5 {
	font-size: 100%;
	margin: 0 0 10px 0 !important;
	clear: both;
}

form#form-poll div.field_wrap {
	margin: 0 0 12px 16px;
	clear: both;
}

form#form-poll div.field_wrap div {
	margin-bottom: 4px;
}
form#form-poll ol {
	margin: 0;
	padding: 0;
}
form#form-poll ol li {
	margin-bottom: 20px;
	
}

form#form-poll ul.errors li {
	margin: 0 0 5px 0;
}

form#form-poll ul.errors li {
	color: #ff0000 !important;
}

form#form-poll input.input_radio {
	margin-right: 4px;
}

/**
 * @section mdq
 */
form#form-mdq h5 {
	font-size: 100%;
	margin: 10px 0 10px 0 !important;
	clear: both;
}

form#form-mdq div.field_wrap {
	float: right;
	padding-left: 20px;
}

form#form-mdq div.field_wrap div {
	margin-bottom: 4px;
}

form#form-mdq ol {
	margin-left: 30px;
}

form#form-mdq ol li {
	clear: both;
	margin-bottom: 10px;
}

form#form-mdq ul.errors li {
	color: #ff0000 !important;
}

form#form-mdq input.input_radio {
	margin-left: 4px;
}

form#form-mdq label {
	line-height: 2em;
}

form#form-mdq div.head {
	text-align: right;
}

form#form-mdq div.head h5 {
	float: left;
}

form#form-mdq div.head span {
	padding-left: 10px;
}

/**
 * @group form
 */
select {
	margin: 2px 0px;
}

/**
 * @group fixes
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

div.card_wrap img {
	border: 1px solid #CB9866;
	padding: 5px;
	background-color: #fff;
}

div#ecard_container dl {
	margin: 10px 0 0 0;
}

div#ecard_container dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

/**
 * @group Header alerts 
 */
div.alert {
	border: 1px solid;
	border-width: 1px 0;
	margin: 0 0 1.5em 0;
	padding: 7px;
}

div.alert h3 {
	padding: 0 0 .5em 0 !important;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}

div.alert ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

div.alert ul li {
	margin: 0;
	background-image: none !important;
}

div.alert ul.form-errors li {
	font-size: 85%;
	padding-top: 2px;
}

div.alert ul.form-errors li ul li {
	font-size: 110%;
	padding: 0 2px;
}

div.error {
	color: #af4c4c;
	background: #ffdfdf;
	border-color: #df7d7d;
}

div.error a {
	color: #af4c4c;
}

div.confirm {
	background: #e1ffd1 url(../assets/images/icon-alert-confirm.gif) 8px
		10px no-repeat;
	padding-left: 40px;
	border-color: #A2EF95;
	color: #499524;
	font-weight: bold;
}

div.confirm p {
	margin: 0;
}

/**
 * @group table form
 */
table.form td {
	vertical-align: top;
	font-size: 12px;
}

table.form td.label {
	margin: 0;
	padding: 0;
	width: 170px;
}

table.form td.text {
	padding: 6px 0 0 10px;
	text-align: left;
}

table td.element {
	text-align: left;
	padding-left: 10px;
}

table.form td.single p {
	margin: 10px 0 4px 0 !important;
	padding: 0 !important;
}

table.form td.single {
	padding: 0;
}

table.form td em {
	float: right;
}

table.form td.element p.note {
	clear: both;
	font-size: 90%;
	color: #8B0000;
	margin: 0 0 4px 0;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form fieldset.group {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #96b8d9;
}

form fieldset legend {
	font-size: 100%;
	font-weight: bold;
	position: relative;
	margin: 0 0 0 -4px;
	padding: 10px 0 8px 0;
}

table.form .input_text {
	padding: 2px !important;
}


/**
 * @section referrer popup box
 */
#fancy_ajax {
	overflow: hidden !important;
	font-size: 13px;
	line-height: 1.4em;
	color: #2C1504;
}
#fancy_inner {
	background: #F0EAD4 url(../assets/images/bg-referrerbox.png) repeat-x !important;
}
#form-referrer label {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
#form-referrer div.field_wrap label {
	font-size: 13px;
	display: inline;
	line-height: 25px;
	clear: both;
}
#form-referrer div.field_wrap input {
	margin-right: 8px;
}
#referrer_type_other {
	padding: 2px;
	border: 1px solid #74726A;
}
#form-referrer div.button_wrap {
	margin-top: 10px;
}
#form-referrer div.button_wrap button {
	padding: 2px 15px;
}

#form-referrer div.error {
	font-size: 13px !important;
}
#fancy_ajax h1 {
	border-bottom: 1px solid #ee2e24;
	color: #2c1504;
	font-size: 26px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 12px;
	padding: 0 0 8px;
}
#fancy_ajax div.close {
	margin-top: 20px;
	text-align: center;
}
#fancy_ajax div.close a {
	line-height: 20px;
	background: #F5F1E8;
	border: 1px solid #A89A81;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

/**
 * @section exposition
 */
.exposition {
	clear: both;
	margin-bottom: 25px;
}
.exposition .art_thumbs {
    position:relative;
	float: left;
	width: 150px;
	height: 150px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-right: 20px;
}
.exposition .art_thumbs img {
    position: absolute;
    top: 0;
    left: 0;
	width: 150px;
	height: 150px;
	padding: 5px;
	border: none;
}
.exposition .content {
	float: left;
	width: 467px;
}
#exposition a {
	background: #fff url(/assets/images/postit-bg.png) no-repeat;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
	width: 200px;
	height: 216px;
	position: relative;
	outline: none;
}
#exposition img {
	padding-top: 23px;
	border: none;
}
#exposition a.last {
	margin-right: 0;
}
