/* webEmbryo - voor screen gebruik
Gebruik dit stylesheet om aan te geven 'hoe' de elementen eruit zien.
Bijvoorbeeld: font-family, font-size, color, background-image, background-color en borders
*/

/* swatches: maak hier een lijstje met de kleurstalen (Hex codes)
============================================================= 

Licht blauw			#c3d2e9;
Beige				#7e6f4b;

*/

/* quick swatches
============================================================= */

.swatch1 {
	color: #c3d2e9;
}

.swatch2 {
	color: #7e6f4b;
}

.swatch3 {
	color: #b2a68f;
}

.swatch4 {
	color: #333333;
}

.icon1 {
	color: #cc0000;
}

/* default text align triggers
============================================================= */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/* common classes
============================================================= */

/* Win/IE moet perse ook td en li font-sizes hebben */
/*
body,
td,
li {
	font-family: ;
	font-size: px;
	color: #333333;	
}

a {
	color: #;
}

a:hover {
	color: #;
}

a:visited {
	color: #;
}

hr {
	border-top: 1px solid #;
}
*/

/* header
============================================================= */

div#header {
	background-image: url(../gfx/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#pageHeader {
	background-image: url(../gfx/headerpage_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#header p#payOff {
	color: #b2a68f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

div#header p#payOff strong {
	display: none;
}

div.breadcrumb {
    margin-bottom: 10px;
}
div.breadcrumb a{
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #000;		
}

div.breadcrumb a:hover {
	color: #000;
	border-bottom: none;
}

/* default > col2
============================================================= */

div.col2 img.leftImg {
	float: left;
}

div.col2 img.rightImg {
	float: right;
}
div.col2 div.colLeft span,
div.col2 div.colRight span{
	font-size:11px;
}
div.col2 div.colLeft span.date{
	font-style:italic;
	color:#b7b09e;
}
div.col2 ul.photoGallery{
	margin:10px 0px 0px 0px;
	padding:0px;
	width:200px;
}
div.col2 ul.photoGallery li{
	display:block;
	width:50px;
	height:50px;
	float:left;
	margin:15px 15px 0px 0px;
}
div.col2 ul.photoGallery li a{
	border:none;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
}
div.col2 div.photoWrap{
	float:right;
}
div.col2 ul.selectPhotoBook{
	display:inline;
	float:left;
	margin:10px 20px 0px 0px;
}
div.col2 ul.selectPhotoBook li{
	line-height:22px;
}
div.col2 ul.selectPhotoBook li a.active{
	border:none;
	color:#000;
	cursor:text;
}
div.col1,
div.col1 li,
div.col2,
div.col2 li,
div.aanvraagForm,
input {
	color: #7e6f4b;
	line-height: 1.7em;
	font-family: "Trebuchet MS";
}

div.col1 h1,
div.col2 h1,
div.col4 h1 {
	font-size: 19px;
	font-weight: bold;
	line-height: normal;
	color: #c3d2e9;
}

div.col1 h2,
div.col2 h2 ,
div.col4 h2{
	color: #666666;	
	font-weight: bold;
	line-height: normal;
	font-size: 17px;
}

div.col1 h3,
div.col2 h3 {
	color: #666666;
	font-weight: bold;
	line-height: normal;
	font-size: 15px;
}
div.col4 h3 {
	color: #bccde6;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
}

div.col1 h4,
div.col2 h4,
div.col4 h4 {
	color: #666666;	
	font-weight: bold;
	line-height: normal;
	font-size: 13px;
}

div.col1 em,
div.col2 em,
div.col1 i,
div.col2 i,
div.col4 em,
div.col4 i {
	font-style: italic;
}

div.col1 strong,
div.col1 b,
div.col2 strong,
div.col2 b,
div.col4 strong,
div.col4 b {
	font-weight: bold;
}

div.col1 a,
div.col2 a,
div.col2 a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #000;		
}

div.col1 a:hover,
div.col2 a:hover,
div.col4 a:hover {
	color: #000;
	border-bottom: none;
}

div.col1 ul,
div.col2 ul,
div.col4 ul {
	list-style: square;
	margin: 0 0 20px 15px;
}

/* bntItem
============================================================= */

div.btnItem {
	background-image: url(../gfx/bnt_large.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div.btnItem:hover {
	background-image: url(../gfx/bnt_large_hover.jpg);
}

div.btnItem h4,
div.btnItem h4 a,
div.btnItem h4 a:hover {
	color: #c3d2e9;
	font-weight: bold;
	font-size: 19px;
	text-decoration: none;
	border: none;
}

div.btnItem p,
div.btnItem p a,
div.btnItem p a:hover {
	color: #b2a68f;
	font-size: 16px;
	text-decoration: none;	
	border: none;	
}

/* Google Maps
============================================================= */

div#googleMaps {
	text-align:inherit;
}


div#googleMaps p.address {
	line-height: normal;
}

div#googleMaps p.address strong {
	font-weight: bold;
}

div#googleMaps div.gmnoprint {
	text-align: center !important;
}


/* login > col2
============================================================= */

form.userLogin input {
	border: 1px solid #6f6f6f;
	background: #fff;
	color: #7E6F4B;
}

form.userLogin input.fields {
	width: 200px;
}

form.userLogin input#submit {
	text-align: center;
}

/* locate en contact pagina > col1
============================================================= */

body.locatie div.col1 h3,
body.locatie div.col1 p {
	text-align: right;
}

/* aanvraag formulier en info
============================================================= */

div.aanvraagForm label {
	text-align: right;
	float: left;
	margin-right: 28px;
	font-family: "Trebuchet MS";
}

div.aanvraagForm input[type=text] { /* Win/IE6 settings are in ie6.css based on a classname done with javascript */
	border: 1px solid #666;
	background: #fff;
	padding: 2px;
}

div.aanvraagForm input[type=submit] { /* Win/IE6 settings are in ie6.css based on a classname done with javascript */
	border: 1px solid #666;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
}

div.aanvraagForm div.somBlock h5 {
	font-weight: bold;
	font-size: 10px;
}

div.aanvraagForm div.somBlock label {
	text-align: left;
}

div.opsomming label {
	text-align: left;
}

div.opsomming a,  div.opsomming label a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	display:inline-block;		
}

div.opsomming a:hover,  div.opsomming label a:hover 
{
	border-bottom:none;
	color:#000000;
}

span.extraInfo {
	margin-left: 10px;
	font-family: "Trebuchet MS";
}

/* prijstlijst
============================================================= */

div.prijstlijst {
	background-image: url(../gfx/pr_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div.prijstlijst div.prijslijstHeader {
	display: block;
	height: 70px;
	overflow: hidden;
	background-image: url(../gfx/pr_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.prijstlijst div.prijslijstDivider {
	display: block;
	height: 50px;
	overflow: hidden;
	background-image: url(../gfx/pr_divider.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

div.prijstlijst div.prijslijstFooter {
	display: block;
	height: 39px;
	overflow: hidden;
	background-image: url(../gfx/pr_footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

div.prijstlijst table {
	border: 1px solid #fff;
}

div.prijstlijst table tr th,
div.prijstlijst table tr td {
	font-size: 10px;
}

div.prijstlijst table tr th {
	background-color: #cccccc;
	font-weight: bold;
	text-transform:uppercase;
	width: 20%;
}

div.prijstlijst table tr td {
	line-height: 1.4em;
}

div.prijstlijst table tr.odd td {
	background-color: #fff;
}

div.prijstlijst table tr.even td {
	background-color: #ccc;
}

div.prijstlijst h4 {
	background-color: #c3d2e9;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 1px;
}

div.prijstlijst h4 span {
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
}
/* div.col4
============================================================= */
div.col4 form,
div.col4 #QuestionTest {
	margin-left: 20px;
}
div.col4 form p {
	margin-top: 3px;
	*margin-top: 0px;
}
div.col4 input {
	vertical-align: middle;
}
div.col4 .answered p {
	margin-top: 9px;
	*margin-top: 12px;
}
div.col4 #QuestionTest h3,
div.col4 #questionTestForm h3 {
	margin-bottom: 20px;
}
div.col4 #answer {
	min-height: 53px;
	display: block;
	margin-top: 5px;
	border: 1px dotted #fff;
	padding: 15px 20px 15px 20px;
	_height: 53px;
	_overflow: visible;
}
div.col4 .answered #answer {
	border: 1px dotted #7E6F4B;
	min-height: 65px;
	_height: 65px;
	_overflow: visible;
	margin-top: 25px;
	width: 830px;
}
div.col4 .answered ul {
	margin-left: 23px;
	margin-top: 0px;
}
div.col4 .answered ul li {
	list-style: none;
	margin-bottom: 8px;
}
div.col4 .answered #answer.rightAnswer h3 {
	color: #7dda7d;
}
div.col4 .answered #answer.rightAnswer,
div.col4 .answered #answer.rightAnswer p {
	color: #77d577;
}
div.col4 .answered #answer.wrongAnswer h3 {
	color: #fa7a6b;
}
div.col4 .answered #answer.wrongAnswer,
div.col4 .answered #answer.wrongAnswer p {
	color: #f16c5d;
}
div.col4 form input.questionSend {
	background:#fff;
	border:1px solid #9a8a63;
	text-align:center;
	width: 80px;
	text-transform:uppercase;
	margin: 10px 0 0 5px;
}
div.col4 form input.questionSend:hover {
	color: #4e4e4e;
}
.questionBar {
	display: block;
	clear: both;
	*margin-top: 15px;
}
.qustionBar ul {
	list-style: none;
}
.questionBar ul li {
	list-style: none;
	color: #7d8588;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background: transparent url(../gfx/vragen/btn03.jpg) left top no-repeat;
	width: 32px;
	height: 31px;
	margin-right: -2px;
	padding: 14px 0 0 14px;
}
.questionBar ul li.current {
	background: transparent url(../gfx/vragen/btn01.jpg) left top no-repeat;	
}
.questionBar ul li.rightAnswer {
	background: transparent url(../gfx/vragen/btn04.jpg) left top no-repeat;	
}
.questionBar ul li.wrongAnswer {
	background: transparent url(../gfx/vragen/btn02.jpg) left top no-repeat;	
}
.questionBar ul li a {
	color: #7d8588;
	text-decoration: none;
}
.questionBar ul li a:hover {
	color: #b8cdec;
	text-decoration: none;
}
.questionBar ul li.current a:hover,
.questionBar ul li.wrongAnswer a:hover,
.questionBar ul li.rightAnswer a:hover {
	color: #fff;
}
li.yourAnswer {
	font-weight: bold;
} 
.loginQuestiontest {
	width:305px;
	padding: 20px;
	border: 1px dotted #9a8a63;
	margin-left: auto;
	margin-right: auto;
}
.loginQuestiontest form label {
	display: inline-block;
	width: 120px;
	float: left;
}
.loginQuestiontest form input.text {
	width: 160px;
	margin-bottom: 5px;
	border:1px solid #9a8a63;
	float: left;
}
.loginQuestiontest hr {
	border-top:1px dotted #b6a67e;	
	border-bottom: none;
}
.loginQuestiontest .forgotLoginSend,
.loginQuestiontest .loginSend {
	background:#fff;
	border:1px solid #9a8a63;
	text-align:center;
	width: 80px;
	text-transform:uppercase;
	margin-left: 120px;
}
.loginQuestiontest .forgotLoginSend:hover,
.loginQuestiontest .loginSend:hover {
	color: #4e4e4e;
}
.loginQuestiontest p.vergeten {
	line-height: 16px;
	margin: 0 0 25px 0;
}
#aniHeader.studyMovie {
	height: 360px;
}
.studyMovie img {
	margin-left: 200px;
}
/* footer
============================================================= */

div#footer {
	background-image: url(../gfx/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


/* jQuery Suckerfish dropdown menu
============================================================= */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}

.nav li {
	/*border-left: 1px solid #504e56;*/
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1px;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: bold 1em/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background: #fff;*/
	color: #666666;
	display: block;
	padding: 0 0 0 2px;
	text-decoration: none;
	background: url(../gfx/nav_divider.gif) no-repeat left 8px;
}

.nav ul li a {
	padding-left: 0;
}

.nav li a:hover {
	/*background: #e6e6e6;*/
	color: #000;	
	/*background: url(../gfx/head_nav_hover.gif) repeat-x top left;*/
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	/*background: #e6e6e6;*/
	color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	/*background: #fff;*/
	color: #333333;	
	background: url(../gfx/nav_bg.png) repeat-y top left;
	display: block;
	width: 178px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	/*background: #e6e6e6;*/
	background: url(../gfx/nav_bg_hover.png) repeat-y top left;
	color: #000;
}

.pageNavOne li:hover a, 
.pageNavOne li.sfHover a {
	/*background: #e6e6e6;*/
	color: #000;
}
.pageNavOne li:hover ul a, 
.pageNavOne li.sfHover ul a {
	/*background: #fff;*/
	color: #333333;	
	background: url(../gfx/nav_bg.png) repeat-y top left;
	display: block;
	width: 178px;
}
.pageNavOne li:hover ul a:hover, 
.pageNavOne li.sfHover ul a:hover {
	/*background: #e6e6e6;*/
	background: url(../gfx/nav_bg_hover.png) repeat-y top left;
	color: #000;
}





.nav ul {
	/*background: #333333;*/
	/*border-bottom: 1px solid #504e56;*/
	list-style: none;
	margin: 0;
	width: 178px;
	overflow: hidden;
	position: absolute;
	top: -999em;
	left: -2px;	
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 30px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul li a {
	padding-left: 13px !important;
}

.nav ul a {
 /* border: 1px solid #504e56;*/
 	border-bottom: 0;
 	padding-right: 20px;
	white-space: nowrap;
}

.nav ul a:hover {
	/*background: #e6e6e6;*/
	color: #333333;
}

.nav li.last {
	background: url(../gfx/nav_bg_bottom.png) no-repeat bottom left !important;
	padding-bottom: 20px;
}

/* news items
============================================================= */


ul.newsList
{
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
}

ul.newsList li
{
	margin-bottom: 7px;
}

ul.newsList li .newsHead
{
	color:#666666;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
}


ul.newsList li .newsDate
{
	font-style: italic;
}

ul.newsList li .newsInfo
{
	display: block;
}

ul.newsList li a
{
	border: none;
}

div.newsBlock span.info
{
	font-style: italic;
}

div.contact_block {
	position:absolute;
	bottom: 30px;
	width: 200px !important;
}

div .newsletter_col1 {
	width: 200px !important;
}
div .newsletter_col1 hr {
	border: 1px solid #fff;
	height: 1%;
}

div .newsletter_col2 {
	margin:0 25px 0 260px !important;
	background: transparent url(../img/backgroundnewsletterpage.gif) top left repeat-y;
	padding-left: 30px !important;
}

div .newsletter_col2 div.border-type1 {
	background: transparent url(../img/background_newsletter_hr.gif) top left repeat-x !important;
	margin-top: 15px;
	clear: both;
	padding: 5px 0;
	border: none !important;
	height: 1%;
}

/* ipsum output
============================================================= */

span.editableContent {
	font-size: 12px;
	color:#7E6F4B;
	line-height: 1.5em;
	display: block;
	overflow: hidden;
}

span.editableContent h1 {
	margin:0pt 0pt 17px;
	padding:0pt;
	color:#C3D2E9;
	font-size:19px;	
	font-weight: bold;
}

span.editableContent h2 {
	color:#666666;
	font-size:17px;
	font-weight:bold;
	line-height:normal;
}

span.editableContent h3,
span.editableContent h4,
span.editableContent h5,
span.editableContent h6 {
	color:#666666;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
}

span.editableContent td,
span.editableContent p {
	margin:0 0 20px 0;
	line-height: 1.8em;
	color:#7E6F4B;
}

span.editableContent a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #000;		
}

span.editableContent a:hover {
	color: #000;
	border-bottom: none;
}

span.editableContent strong,
span.editableContent b {
	/*color: #;*/
	font-weight: bold;
}

div.col4 span.editableContent strong,
div.col4 span.editableContent b {
	font-weight: bold !important;
}

span.editableContent ul,
span.editableContent ol {
	list-style: square;
}

span.editableContent ul li,
span.editableContent ol li {
	margin: 0 0 0 0px;
}

span.editableContent hr {
	height: 0px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	border: none;
	/*border-top: 1px solid #;*/
}

