/****************************** GLOBAL TAGS *******************************/

html { overflow-y:scroll; }

html, body {
	width: 100%;
}

body {
	margin: 0;
	height: 100%;
    background: url('../images/bg_main.gif') repeat-x left top;
	font-family: tahoma;
	background-color:#cdcdcd;
   }

img {
	vertical-align: top;
}

a {
	color: #3c6e8f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

/******************************** CLASSES *********************************/

.table-border td { border:1px solid #d9d9d9; }

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear-left {
	clear: left;
	height: 0;
	overflow: hidden;
}

.imgRepl {
	display: block;
	text-indent: -99999px;
	outline: none;
}

.shadow {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #000000;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;	
	visibility: hidden;
}

.message {
	width: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -80px 0 0 -300px;
	background-color: #ffffff;
	z-index: 20;
	text-align: center;
	padding-bottom: 25px;
	visibility: hidden;	
}

.message div {
	width: 588px;
	height: 46px;
	margin: 6px auto 0 auto;
	background: #467491 url("../images/i.gif") 536px 4px no-repeat;	
}

.message p {
	font: bold 13px Tahoma;
	color: #3c6e8f;
	margin: 0;
	padding: 17px 0 30px 0;
}

.message a {
	font: 14px Tahoma;
	color: #3c6e8f;
	padding-right: 20px;
	background: url("../images/blue_arrow.gif") right 1px no-repeat;
}

.visible {
	visibility: visible;	
}

/********** homepage.html **********/

.main {
	width: 960px;
	margin: 0 auto;	
}	

.main .top {
	height: 125px;
	overflow: hidden;
}

.main .top .logo {
	display: inline;
	width: 85px;
	height: 115px;
	float: left;
	text-indent: -99999px;
	background: #506c7d url("../images/logo.gif") no-repeat;
	margin: 0 0 0 25px;
}

.main .top .search {
	width: 340px;
	height: 44px;
	float: left;
	margin: 54px 0 0 30px;
	padding: 0;
	background:url(../images/bg_search.gif) no-repeat left top;
}

.main .top .search .submit {
	width: 85px;
	height: 25px;
	border: none;
	float: left;
	font: 16px Tahoma;
	color: #3c6e8f;
	cursor: pointer;
	padding-right: 20px;
	background: #ffffff url("../images/blue_arrow.gif") right 6px no-repeat;
	margin: 0 17px 0 7px;
	position: relative;
	top: 9px;
}

.main .top .search .string {
	width: 200px;
	height: 17px;
	border: 1px solid #c6c6c6;
	background-color: #ffffff;
	float: left;
	font: 11px Tahoma;
	color: #666666;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	top: 12px;
}

.main .top .menu {
	float: right;
	background: url("../images/menu_spacer.gif") right top no-repeat;
}

.main .top .menu li {
	float: left;
	height: 122px;
	background: url("../images/menu_spacer.gif") no-repeat;
}

.main .top .menu li a {
	display: inline-block;
	height: 55px;
	font: 16px Tahoma;
	color: #3c6e8f;
	text-decoration: none;
	padding: 67px 22px 0 22px;
	position: relative;
	z-index: 30;
}

.main .top .menu li a.selected {
	text-decoration: none;
	margin-right: -1px;
	padding-right: 23px;
	background: #ebf0f4 url("../images/menu_selected_arrow.gif") center 98px no-repeat;
}

.main .toplinks {
	width: 960px;
	background: url("../images/toplinks_bg.gif") repeat-y;
	height: 1%;
	overflow: hidden;
}

.main .toplinks .coloured_orange {
	width: 320px;
	float: left;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/block1_bg.gif) no-repeat left top;
}

.main .toplinks .coloured_violet {
	width: 320px;
	float: left;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/block2_bg.gif) no-repeat left top;
}

.main .toplinks .coloured_lightgreen {
	width: 320px;
	float: left;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/block3_bg.gif) no-repeat left top;
}

.main .toplinks .coloured_orange div, .main .toplinks .coloured_violet div, .main .toplinks .coloured_lightgreen div {
	background-position: 269px 4px;
	background-repeat: no-repeat;
}

.main .toplinks .coloured_orange div span, .main .toplinks .coloured_violet div span, .main .toplinks .coloured_lightgreen div span {
	font: 18px Tahoma;
	color: #ffffff;
	line-height: 40px;
	padding-right: 30px;
	background: url("../images/white_arrow.gif") right 5px no-repeat;
	margin-left: 25px; 
}

.main .toplinks .coloured_orange a:hover, .main .toplinks .coloured_violet a:hover, .main .toplinks .coloured_lightgreen a:hover { text-decoration:none; }
.main .toplinks .coloured_orange a, .main .toplinks .coloured_violet a, .main .toplinks .coloured_lightgreen a { text-decoration:none; }
.main .toplinks .coloured_orange div a, .main .toplinks .coloured_violet div a, .main .toplinks .coloured_lightgreen div a { text-decoration:none; }
.main .toplinks .coloured_orange div a:hover, .main .toplinks .coloured_violet div a:hover, .main .toplinks .coloured_lightgreen div a:hover { text-decoration:none; }
.main .toplinks .coloured_orange:hover { text-decoration:none; background:url(../images/block1_bg_hover.gif) no-repeat left top; }
.main .toplinks .coloured_violet:hover { text-decoration:none; background:url(../images/block2_bg_hover.gif) no-repeat left top; }
.main .toplinks .coloured_lightgreen:hover { text-decoration:none; background:url(../images/block3_bg_hover.gif) no-repeat left top; }

.main .toplinks .coloured_orange p {
	font: bold 11px Tahoma;
	line-height: 19px;
	margin: 0;
	padding: 15px 25px;
	color: #b56d05;
	text-decoration:none;
}

.main .toplinks .coloured_violet p {
	font: bold 11px Tahoma;
	line-height: 19px;
	margin: 0;
	padding: 15px 25px;
	color: #6e1873;
	text-decoration:none;
}

.main .toplinks .coloured_lightgreen p {
	font: bold 11px Tahoma;
	line-height: 19px;
	margin: 0;
	padding: 15px 25px;
	color: #a2a800;
	text-decoration:none;
}

.main .toplinks .orange div {
	text-decoration:none;
}

.main .toplinks .orange p {
	color: #b56d05;
	text-decoration:none;
}

.main .toplinks .violet div {
	background-color: #6e1873;
	background-image: url("../images/i_violet.gif");
	text-decoration:none;
}

.main .toplinks .violet p {
	color: #6e1873;
	text-decoration:none;
}

.main .toplinks .lightgreen div {
	background-color: #a2a800;
	background-image: url("../images/i_lightgreen.gif");
	text-decoration:none;
}

.main .toplinks .lightgreen p {
	color: #a2a800;
	text-decoration:none;
}

.main .content {
	height: 1%;
	overflow: hidden;
	background: url("../images/shadow_main.png") repeat-y;
}

.content-inner {
	height: 1%;
	overflow: hidden;
	background: url("../images/shadow_bottom.gif") center bottom no-repeat;
}

.main .content .left {
	width: 230px;
	float: left;	
}

.main .content .left .note {
	height: 229px;
}

.main .content .left .note h2 {
	font: 17px Tahoma;
	color: #3c6e8f;
	font-weight: normal;
	margin: 0;
	padding: 25px 25px 0 25px;
}

.main .content .left .note p {
	font: 11px Tahoma;
	color: #808080;
	margin: 0;
	padding: 10px 25px 5px 25px;
	line-height:19px;
}

.main .content .left .note .link {
	display: inline-block;
	font: 11px Tahoma;
	color: #3c6e8f;
	padding: 0px 25px 0px 25px;
	background: url("../images/blue_arrow.gif") right 1px no-repeat;
	margin-top: 10px;
}

.main .content .left .menu {
	padding: 18px 0 5px 0;
	line-height: 30px;
}

.main .content .left .menu span {
	display: block;
	height: 38px;
	padding-left: 25px;
	font: 14px Tahoma;
	color: #3c6e8f;
	line-height: 32px;
	margin-bottom: -8px;
	margin-top: -2px;
	background: url("../images/left_menu_selected.png") no-repeat;
}

.main .content .left .menu a {
	font: 14px Tahoma;
	color: #3c6e8f;
	margin-left: 25px;
}

.main .content .left .menu li ul li { display:block; padding:0 0 0 30px; width:190px; line-height:20px; margin:7px 0; }
.main .content .left .menu li ul li a { font-size:11px; margin:0px; color:#009ee0; }

.main .content .left .citation {
	width: 204px;
	margin: 10px auto 0 auto;
} 

.main .content .left .citation .img { height:108px; width:204px; display:block; }

.main .content .left .citation .txt {
	height: auto;
	overflow: visible;
	background-color:#88a7a9;
	font: 13px Tahoma;
	color: #ffffff;
	line-height: 20px;
	padding: 20px 20px 8px 20px;
	text-indent: -7px;	
	border-left:1px solid #c6c8c8;
	border-right:1px solid #c6c8c8;
}

.main .content .left .citation .bottom { height:11px; width:204px; background:url("../images/citation_bottom.png") no-repeat; }

.main .content .center {
	width: 500px;
	float: left;
	padding-bottom: 20px;
}

.main .content .center object { margin:10px 25px; }

.main .content .center .line { margin:0 25px 10px 25px; display:block; height:1px; width:450px; border-top:1px solid #dddddd; }

.main .content .center .main-photo {
	height: 245px;
	border-bottom: 1px solid #dddddd;
	background: url("../images/photo_on_main.jpg") 25px 25px no-repeat;
}

.main .content .center h1 {
	font: 17px Tahoma;
	color: #3c6e8f;
	font-weight: normal;
	margin: 0;
	padding: 5px 25px 15px 25px;
	line-height: 24px;
}

.main .content .center h2 {
	font: 17px Tahoma;
	color: #3c6e8f;
	font-weight: normal;
	margin: 0;
	padding: 5px 25px 15px 25px;
	line-height: 24px;
}

.main .content .center p {
	font: 11px Tahoma;
	color: #808080;
	margin: 0;
	padding: 0 25px 15px 25px;
	line-height: 19px;
}

.main .content .center ul { margin-left:50px; line-height:20px; padding: 0 25px 15px 0; }
.main .content .center ul li { list-style-type:square; color:#808080; font-size:11px; }

.main .content .center ol { margin-left:50px; line-height:20px; padding: 0 25px 15px 0; }
.main .content .center ol li { list-style-type:numeric; color:#808080; font-size:11px; }

.main .content .color-orange .cursus-ul, .main .content .color-violet .cursus-ul, .main .content .color-green .cursus-ul { margin-left:50px; line-height:20px; padding: 0 25px 15px 0; }
.main .content .color-orange .cursus-ul li { list-style-type:square; color:#f18e00; font-size:11px; }
.main .content .color-violet .cursus-ul li { list-style-type:square; color:#6e1873; font-size:11px; }
.main .content .color-green .cursus-ul li { list-style-type:square; color:#a2a800; font-size:11px; }

.main .content .right {
	width: 230px;
	float: left;	
}

.main .content .tags-center {
	width: 174px;
	margin: 0 auto;
	padding:0 15px;
	background: url("../images/tags_bg.png") repeat-y;
} 
		
.main .content .tags-top {
	height: 12px;
	margin: 11px auto 0 auto;
	background: url("../images/tags_top.png") center bottom no-repeat;
}

.main .content .tags-bottom {
	height: 12px;
	overflow: visible;
	background: url("../images/tags_bottom.png") center bottom no-repeat;
}

.main .content .about-tailor { color:#3c6e8f; text-align:center; line-height:24px; }

.main .content .right .tags .bottom a {
	font: 12px Tahoma;
	color: #3c6e8f;
}

.main .content .right h2 {
	font: 17px Tahoma;
	color: #3c6e8f;
	font-weight: normal;
	margin: 0;
	padding: 15px 25px 15px 25px;
}

.main .content .right p {
	font: 11px Tahoma;
	color: #808080;
	margin: 0;
	padding: 15px 15px 15px 25px;
	line-height: 19px;
}

.main .content .right p strong {
	color: #3c6e8f;
}

.main .content .right p a {
	color: #00b0d8;
}

.main .content .right ul { margin-left:50px; line-height:20px; padding: 0 25px 15px 0; }
.main .content .right ul li { list-style-type:square; color:#009ee0; font-size:11px; }

.main .content .right .link {
	display: block;
	margin: 5px 15px 0 24px;
	padding-left: 31px;
	font: 14px Arial;
	color: #3c6e8f;
	line-height: 22px;
	background: url("../images/right_link_bg.gif") no-repeat;
}

.main .bottom {
	height: 11px;
}

.main .tricolor {
	height: 20px;
	background: url("../images/tricolor_bg.gif") repeat-y;
}

.main .footer {
	height: 1%;
	overflow: hidden;
	font: 11px Tahoma;
	color: #9e9e9e;
	padding: 10px 25px;
}

.main .footer a {
	font: 11px Tahoma;
	color: #9e9e9e;
}

.main .footer a:hover {
	font: 11px Tahoma;
	color: #9e9e9e;
	text-decoration: none;
}

.main .footer .copyright {
	float: left;
	width:220px;
	text-decoration: none;
}

.main .footer .copyright a:hover {
	float: left;
	width:220px;
}

.main .footer .tags { float:left; width:460px; text-align:center; }

.main .footer .creator {
	float: right;
	width:220px;
	text-align:right;
}

/********** subpage_tekstueel.html **********/

.main .content .left .tags {
	width: 204px;
	margin: 12px auto 0 auto;
	background: url("../images/tags_bg.gif") repeat-y;
} 
		
.main .content .left .tags .top {
	height: auto;
	overflow: visible;
	background: url("../images/tags_top.gif") no-repeat;
}

.main .content .left .tags .bottom {
	height: auto;
	overflow: visible;
	background: url("../images/tags_bottom.gif") center bottom no-repeat;
	line-height: 20px;
	padding: 15px 15px;
	text-align: justify;
}

.main .content .left .tags .bottom a {
	font: 12px Tahoma;
	color: #3c6e8f;
}

.m-tekst .content .left .tags {
	margin-top: 25px;	
} 

.main .content .center h3 {
	font: 12px Tahoma;
	color: #009ee0;
	font-weight: bold;
	margin: 0;
	padding: 0 25px 15px 25px;
	line-height:19px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.main .content .center table { margin-left:25px; }
.main .content .center td { font-size:11px; line-height:19px; color:#808080; }

.main .content .color-orange h3 { color:#f18e00; }
.main .content .color-green h3 { color:#a2a800; }
.main .content .color-violet h3 { color:#6e1873; }

/********** subpage_IT_professional_copy.html **********/

.m-gold-h .content .left .menu span,
.m-gold-h .content .center h2,
.m-gold-h .content .right h2 {
	color: #9ca200;
}

/********** subpage_IT_professional.html **********/

.m-violet-h .content .left .menu span,
.m-violet-h .content .center h2,
.m-violet-h .content .right h2 {
	color: #6e1873;
}

/********** subpage_officegebruiker.html **********/

.m-orange-h .content .left .menu span,
.m-orange-h .content .center h2,
.m-orange-h .content .right h2 {
	color: #d47d00;
}

/********** subpage_links.html **********/

.main .content .center .orange-menu {
	font: 11px Tahoma;
	color: #009ee0;
	padding: 15px 25px 5px 25px;
	margin-left:0;
}

.main .content .center .color-orange { color:#f18e00; }
.main .content .center .color-violet { color:#6e1873; }
.main .content .center .color-green { color:#a2a800; }

.main .content .center .orange-menu li {
	display: inline;
	line-height:19px;
	color: #009ee0;
}

.main .content .center .orange-menu a {
	font: 11px Tahoma;
	color: #009ee0;
}

.main .content .center .color-orange li, .main .content .center .color-orange li a { color:#f18e00; }
.main .content .center .color-violet li, .main .content .center .color-violet li a { color:#6e1873; }
.main .content .center .color-green li, .main .content .center .color-green li a { color:#a2a800; }

.main .content .center .orange-menu span {
	margin: 0 5px;
}

.main .content .center .preview {
	margin: 20px 25px 15px 25px;
	padding: 0 0 15px 0; 
	border-bottom: 1px solid #dddddd;
}

.main .content .center .preview strong {
	color: #f18e00;
	font-weight: normal;
}

.main .content .center .preview a {
	text-decoration: underline;
}

.main .content .center .preview a:hover {
	text-decoration: none;
}

.main .content .center .no-border {
	border: none;
}

.m-links .content .center h2 {
	padding-bottom: 0;
}

/********** subpage_mega.html **********/

.main .content .center .lists {
	width: 45%;
	padding-left: 5%;
	float: left;
}

.main .content .center .lists h3 {
	padding: 20px 0 0 0;
	line-height: 19px;
}

.main .content .center .lists ul {
	font: 11px Tahoma;
	color: #808080;
	line-height: 19px;
}

/********** subpage_intake_excel.html **********/

.m-excel .content .center p {
	color: #467491;
}

.m-excel .content .center .intake {
	padding: 0 0 0 25px;
}

.m-excel .content .center .intake a {
	font: 11px Tahoma;
	color: #467491;
	line-height: 27px;
	text-decoration: underline;
}

.m-excel .content .center .intake a:hover {
	text-decoration: none;
}

/********** subpage_contact.html **********/

.main .content .center h4 {
	display: inline-block;
	font: 16px Tahoma;
	color: #3c6e8f;
	line-height: 24px;
	padding: 0 25px;
	margin: 0 0 2px 0;
	background-color: #ebf0f4;
	float: left;
}

.main .content .center .form {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.main .content .center .form .left {
	float: left;
	width: 185px;
	padding: 0 0 0 25px;
	font: 11px Tahoma;
	color: #808080;
	line-height: 22px;
}

.main .content .center .form .left em {
	color: #f18e00;
	font-style: normal;
}

.main .content .center .form .right {
	float: left;
	line-height: 22px;
}

.main .content .center .form .right input {
	width: 228px;
	height: 16px;
	border: 1px solid #bebebe;
}

.main .content .center .form p {
	padding: 20px 25px 15px 25px;	
}

.main .content .center .form p em {
	color: #f18e00;
	font-style: normal;
}

.clear-both {
	clear: both;
}

.m-cont .content .center .form textarea {
	display: block;
	width: 402px;
	height: 100px;
	font: 11px Tahoma;
	color: #808080;
	padding: 5px;
	overflow: hidden;
	margin: 10px 0 10px 25px;
	border: 1px solid #bebebe;
}

.m-cont .content .center .form .checkbox {
	float: left;
	margin-left: 25px;
	margin-right: 5px;
}

.m-cont .content .center .form .dropdown {
	width:100px;
	font: 11px Tahoma;
	padding:3px;
	margin-left:5px;
}

.m-cont .content .center .form .label {
	width: 240px;
	float: left;
	font: 11px Tahoma;
	color: #808080;
}

.m-cont .content .center .form  .submit {
	width: 85px;
	height: 25px;
	border: none;
	float: right;
	font: 14px Tahoma;
	color: #3c6e8f;
	cursor: pointer;
	padding: 0 25px 0 0;
	background: #ffffff url("../images/blue_arrow.gif") right 6px no-repeat;
	margin: 0 63px 0 7px;
	position: relative;
	top: -6px;
}

/********** subpage_download.html **********/

.m-down .content .left .tags {
	margin-top: 375px;	
} 

.m-down .content .center p strong {
	color: #3c6e8f;
}

.m-down .content .center .form .right textarea {
	display: block;
	width: 220px;
	height: 78px;
	font: 11px Tahoma;
	color: #808080;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #bebebe;
}

.m-down .content .center .form .submit {
	width: 85px;
	height: 25px;
	border: none;
	float: right;
	font: 14px Tahoma;
	color: #3c6e8f;
	cursor: pointer;
	padding: 0 25px 0 0;
	background: #ffffff url("../images/blue_arrow.gif") right 6px no-repeat;
	margin: 8px 60px 0 7px;
}

.m-down .content .center .with-b-p {
	padding-bottom: 35px;
}

/********** subpage_nieuwsbrief_aanvragen.html **********/

.m-news .content .left .tags {
	margin-top: 210px;	
}

.m-news .content .center .form .submit {
	margin-top: 15px;
}  

/********** subpage_reserveren.html **********/

.m-res .content .left .tags {
	margin-top: 375px;	
} 

.m-res .content .center .form {
	padding-bottom: 40px;
}

.m-res .content .center .form .right select {
		width: 232px;
		padding: 0;
		font: 11px Tahoma;
		color: #808080;
} 

/********** vrijblijvend_reserveren.html **********/

.m-vri .content .center p {
	font: 11px Tahoma;
	color: #467491;
	line-height: 19px; 	
}

.m-vri .content .center p strong {
	font-size: 11px;
}

.m-vri .content .center .form .left {
	width: 140px;
}

.m-vri .content .center .form .right input {
	width: 200px;
}

.m-vri .content .center .form .submit {
	position: relative;
	top: -26px;
	left: 30px;
	margin-top: 0;
	margin-bottom: -10px;
}

/********** subpage_intake_Excel2.html **********/

.m-ex2 .content  {
	background-image: url("../images/content_bg2.gif");
}

.m-ex2 .content .center {
	width: 730px;
}

.m-ex2 .content-inner {
	background-image: url("../images/content_bottom2.gif");
}


.m-ex2 .content .center .form .left {
	width: 140px;
}

.m-ex2 .content .center .form .right input {
	width: 200px;
}

.m-ex2 .content .center p {
	font: 11px Tahoma;
	line-height: 19px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.m-ex2 .content .center .form table {
	border-collapse: collapse;
	border: none;
	border-color: #ffffff;
	font: 11px Tahoma;
	color: #808080;
	margin-right: 12px;
	margin-left: 0px;
}

.m-ex2 .content .center .form table input {
	width: 12px;
	height: 12px;
	margin: 3px 7px;
	border: 1px solid #cbd4db;
}

.m-ex2 .content .center .form table  .letter {
	width: 5px;
	padding-left: 10px;
}

.m-ex2 .content .center .form table  td {
	border: 1px solid #eff3f7;
	padding: 2px;
	vertical-align: top;
}

.m-ex2 .content .center .form table h2 {
	font: 17px Tahoma;
	color: #3c6e8f;
}

.m-ex2 .content .center .form table .name {
	border-top: none;
}

.m-ex2 .content .center .form table .header {
	text-align: center;
	font: bold 11px Tahoma;
	color: #808080;
	vertical-align: middle;
}

.m-ex2 .content .center .form table .light {
	background-color: #ebf0f4;
	border: 1px solid #ffffff;
}

.m-ex2 .content .center .form table .middle {
	background-color: #cfdce7;
	border: 1px solid #ffffff;
}

.m-ex2 .content .center .form table .dark {
	background-color: #a5bfd3;
	border: 1px solid #ffffff;
}

.m-ex2 .content .center .form table .smaller {
	font-size: 11px;
	text-align: center;
}

.m-ex2 .content .center .form table .jno {
	font: bold 11px Tahoma;
	color: #467491;
	text-align: center;
}

.m-ex2 .content .center .form table .main {
	font: bold 11px Tahoma;
	color: #467491;
	padding-left: 10px;
}

.m-ex2 .content .center .form table .grey {
	padding-left: 10px;
}

.m-ex2 .content .center .form .naw-form { margin:0 25px 0 25px; }
.m-ex2 .content .center .form .naw-form td { border:none; padding:0px; }
.m-ex2 .content .center .form .naw-form td .field { width:250px; margin:1px 0px; border:1px solid #bebebe; padding:4px; font: 11px Tahoma; }
.m-ex2 .content .center .form .naw-form td .requiredfield { width:250px; margin:1px 0px; border:1px solid #bebebe; padding:4px; font: 11px Tahoma; line-height:12px; }
.m-ex2 .content .center .form .naw-form td em { color: #f18e00; font-style: normal; }

.m-ex2 .content .center .form  .submit {
	width: 85px;
	height: 25px;
	border: none;
	float: right;
	font: 14px Tahoma;
	color: #3c6e8f;
	cursor: pointer;
	padding: 0 25px 0 0;
	background: #ffffff url("../images/blue_arrow.gif") right 6px no-repeat;
	margin: 25px 63px 0 7px;
	position: relative;
	top: -6px;
}

.dhtmlgoodies_question {
	color:#3a6e93;
	width:450px;
	margin:0px 25px;
	padding:5px 0px;
	overflow:hidden;
	cursor:pointer;
	font-size:11px;
}
.dhtmlgoodies_question span { 
	font-size:11px;
}
.dhtmlgoodies_answer {
	width:450px;
	margin:0px 25px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content {
	font:11px Tahoma;
	line-height: 20px;
	color:#808080;
	position:relative;
	padding:5px 0px;
}
.dhtmlgoodies_stroke { border-bottom: 1px solid #ddd; padding-bottom: 5px; margin:0 25px; }

/********** tabs **********/

.main .tabs {
	height: 35px;
	background: url("../images/dot_e0e0e0.gif") left bottom repeat-x;
	padding-left: 17px;
	oveflow: hidden;
	margin-top: 10px;
}

.main .tabs div {
	float: left;
	background: url("../images/tab.gif") left top no-repeat;
	padding-left: 11px;
	margin-right: 4px;
	cursor: pointer;
}

.main .tabs span {
	display: inline-block;
	height: 23px;
	font: 11px Tahoma;
	color: #808080;
	padding: 12px 21px 0 10px;
	background: url("../images/tab.gif") right top no-repeat;
}

.main .content .color-orange .tabs span:hover {
	color: #f18e00;
	background-image: url("../images/tab_active.gif");
}

.main .content .color-violet .tabs span:hover {
	color: #6e1873;
	background-image: url("../images/tab_active.gif");
}

.main .content .color-green .tabs span:hover {
	color: #a2a800;
	background-image: url("../images/tab_active.gif");
}


.main .tabs div.active {
	background-image: url("../images/tab_active.gif");
	cursor: default;
}

.main .tabs div:hover {
	background-image: url("../images/tab_active.gif");
	cursor: pointer;
}

.main .content .color-orange .tabs div.active span {
	color: #f18e00;
	background-image: url("../images/tab_active.gif");
}

.main .content .color-violet .tabs div.active span {
	color: #6e1873;
	background-image: url("../images/tab_active.gif");
}

.main .content .color-green .tabs div.active span {
	color: #a2a800;
	background-image: url("../images/tab_active.gif");
}

.main .tab-layers div {
	display: none;
}

.main .tab-layers div.active {
	display: block;
}

.main .tab-layers h1 {
	margin: 0;
	padding: 20px 25px 20px 25px;
	font: 17px Tahoma;
	color: #3c6e8f;
	line-height: 24px;
}

.main .tab-layers p a {
	text-decoration: underline;
	color: #3c6e8f;
}

.main .tab-layers p a:hover {
	text-decoration: none;
}

.main .tab-layers dl {
	margin: 0;
	padding: 0;
}

.main .tab-layers dt {
	width: 156px;
	clear: left;
	float: left;
	font: bold 11px Tahoma;
	color: #808080;
	line-height: 24px;
	background-color: #ebf0f4;
	border-top: 1px solid #dddddd;
	text-indent: 25px;
}

.main .tab-layers dd {
	margin-left: 156px;
	margin-bottom: 15px;
	border-top: 1px solid #dddddd;
	font: 11px Tahoma;
	color: #808080;
	line-height: 19px;
	padding: 2px 30px 0 10px;
}

.main .megamenu {
	height: auto;
	border: 1px solid #c6c6c6;
	background-color: #ffffff;
	position: absolute;
	margin-left:358px;
	top: 116px;
	display: none;
	z-index: 20;
}

.main .megamenu div {
	width: 170px;
	float: left;
	padding: 15px 15px 0 15px;
}

.main .megamenu div h2 {
	margin: 0;
	padding: 0;
	font: bold 12px Tahoma;
	color: #3c6e8f;
	line-height: 19px;
}

.main .megamenu div ul { margin-bottom:15px; }

.main .megamenu div ul li a {
	font: 12px Tahoma;
	color: #808080;
	line-height: 19px;
	display:block;
	padding-left: 9px;
	background: url("../images/megamenu_marker.gif") left 7px no-repeat;
}

#table-roi .cell { padding:4px 5px; border-bottom:1px solid #e0e0e0; }
#table-roi .cell_bg { background-color:#eeeeee; border-bottom:1px solid #e0e0e0; }
#table-roi .cell h3 { margin:0; padding:0; }

#leerstijlentest-cat { float:left; width:70px; height:200px; display:block; overflow:hidden; margin:0 0 0 25px; }
#leerstijlentest-cat p { height:30px; display:block; margin:15px 0; line-height:30px; padding:0; font-weight:bold; }
#leerstijlentest-results { float:left; margin-left:25px; width:560px; height:200px; display:block; background:url(/images/bg_results.gif) no-repeat left top; vertical-align:middle; overflow:hidden; border:1px solid #c6c6c6; border-top:none; border-right:none; }
#leerstijlentest-results .stroke_activist { height:30px; display:block; background:url(/images/bg_activist_stroke.gif) repeat-x left top; overflow:hidden; color:#ffffff; font-weight:bold; text-align:right; padding:0 10px 0 0; line-height:30px; margin:15px 0; font-size:11px; }
#leerstijlentest-results .stroke_denker { height:30px; display:block; background:url(/images/bg_denker_stroke.gif) repeat-x left top; overflow:hidden; color:#ffffff; font-weight:bold; text-align:right; padding:0 10px 0 0; line-height:30px; margin:15px 0; font-size:11px; }
#leerstijlentest-results .stroke_theoreticus { height:30px; display:block; background:url(/images/bg_theoreticus_stroke.gif) repeat-x left top; overflow:hidden; color:#ffffff; font-weight:bold; text-align:right; padding:0 10px 0 0; line-height:30px; margin:15px 0; font-size:11px; }
#leerstijlentest-results .stroke_pragmaticus { height:30px; display:block; background:url(/images/bg_pragmaticus_stroke.gif) repeat-x left top; overflow:hidden; color:#ffffff; font-weight:bold; text-align:right; padding:0 10px 0 0; line-height:30px; margin:15px 0; font-size:11px; }
#leerstijlentest-voorkeuren { margin:0 0 0 125px; }
#leerstijlentest-voorkeuren p { width:186px; display:block; overflow:hidden; text-align:center; float:left; padding:0; font-weight:bold; line-height:30px; }