/*
	Title:      Main styles
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* Common styles
===================================================== */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #303030;
	text-align: left;
	background: #fff url(../media/imgs/main_bg.jpg) fixed repeat-x left bottom;
}

.dropdownlist {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span, 
h2 span, 
h3 span, 
h4 span, 
h5 span {
	display: none;
}
h1 {
	font-size: 24px;
	display: block;
	margin: 0 0 25px 0;
	padding: 2px 0 0 0;
	color: #1D559F;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1D559F;;
}
h3 {
	font-size: 12px;
	display: block;
	margin: 15px 0 15px 0;
	padding: 0;
	color: #1D559F;;
}
h4 {
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 0;
	color: #1D559F;;
}
h5 {
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
	color: #1D559F;;
}
h6 {
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
}
#introContent {
	top: 15px;
}
.HiddenPanel {
	font-weight: lighter;
	visibility: hidden;
	position: absolute;
	width: 220px;
	padding: 4px;
	margin-top: 0;
	background-color: White;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
ul, 
ol {
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
#navMenu ul,
#navSub ul {
	margin: 0px 0px 0px 0px;
}
img {
	border: 0;
}
form, 
input, 
textarea, 
option {
	margin: 0;
	padding: 0;
}
a:focus, 
a:active {
	outline: none;
}
:-moz-any-link:focus {
 	outline: none;
}

object {
	outline: none;
}

/* ASP.NET form tag
===================================================== */

html,
body {
	min-height: 100%;
	height: 100%;
}

#main {
	height:auto !important;
	margin:0;
	min-height:100%;
	padding:0;
	position:relative;
	width:100%;	
}

/* table
===================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.border-table td ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 160px;
}

table.border-table td ul li {
	line-height: 20px;
}

table.border-table {
	border: 2px solid #BFD7FA;
	background-color: #E4EFFF;
}

table.border-table td {
	padding: 3px;
}

table.border-table td strong {
	color: #1D559F;;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #1D559F;;
	font-weight: normal;
}
a.button span{
	display:none;
}

.clear {
	clear: both;
}
#mainRow {
	margin: 0 auto;
	padding-bottom: 360px;
	overflow: hidden;
	width: 100%;
}

#mainCol {
	margin: 0 auto;
	text-align: left !important;
	width: 980px;
	position: relative;
}

#topRow #logo {
	margin: 15px 0px 15px 0px;
	float: left;
	padding-left: 11px;
}

#topRow #rightTop ul {
	float: right;
	text-align: right;
	padding-top: 19px;
	padding-right: 11px;
	font-size: 11px;
	line-height: 16px;
	list-style: none;
}

#topRow #rightTop ul li {
	float: left;
	margin-left: 10px;
}

#topRow #rightTop ul li.worldSelector {
	position: relative;
}

#topRow #rightTop ul li select {
	border: none !important;
	color: #1c539c;
	font-size: 11px;
	height: 20px;
	padding-top: 1px;
	background-color: #e3f6ff;
	position: relative;
	top: -2px;
}

#topRow #rightTop a {
	color:#1c539c;
}

#leftCol {
	font-size: 11px;
	float: left;
	width: 233px;
}

/* contentCol
===================================================== */

#contentCol {
	float: right;
	width: 727px;
	margin-left: 10px
}
#contentCol #contentLeft {
	float: left;
	width: 243px;
}
#contentCol #contentRight {
	float: left;
	width: 490px;
	margin-left: 4px;
}

/* contentColWide (wide version of contentCol)
===================================================== */

#contentColWide {
	width: auto;
	margin: 0 10px;
	float: none;
}

/* box
===================================================== */

.box {
	margin-bottom: 4px;
}
.box .box_top {
	float: left;
	width: 100%;
	height: 4px;
	background: none;
	line-height: 4px;
}
.box .box_content {
	display: inline;
	float: left;
	width: 100%;
	padding: 8px 0;
	background: none;
}
.box .box_content.iframe {
	background-image: none;
}
.box .box_bot {
	margin-bottom: 2px;
	clear: left;
	float: left;
	width: 100%;
	height: 6px;
	background: url(../media/imgs/vlak-4col-bot.png) no-repeat;
	line-height: 6px;
}
td .box_bot {
	margin-bottom: 2px;
	clear: left;
	float: left;
	width: 100%;
	height: 6px;
	background: url(../media/imgs/vlak-4col-bot.png) no-repeat;
	line-height: 6px;
}

/* leftCol
===================================================== */

#leftCol .box .box_top {
	background: none;
}
#leftCol .box .box_content {
	padding: 0;
	line-height: 16px;
	background: none;
}
#leftCol .box .box_bot {
	background: none;
}

/* contentCol
===================================================== */

#contentCol .box .box_top {
	background: none;
}
#contentCol .box .box_content {
	padding: 0;
	background: none;
}
#contentCol .box .box_bot {
	background: url(../media/imgs/vlak-3col-bot.png) no-repeat;
}
#contentCol #contentLeft .box .box_top {
	background: url(../media/imgs/vlak-1col-top.png) no-repeat;
}
#contentCol #contentLeft .box .box_content {
	padding: 0;
	background: url(../media/imgs/vlak-1col-bg.png) repeat-y;
}
#contentCol #contentLeft .box .box_bot {
	background: url(../media/imgs/vlak-1col-bot.png) no-repeat;
}
#contentCol #contentRight .box .box_top {
	background: url(../media/imgs/vlak-2col-top.png) no-repeat;
}
#contentCol #contentRight .box .box_content {
	padding: 0;
	background: url(../media/imgs/vlak-2col-bg.png) repeat-y;
}
#contentCol #contentRight .box .box_bot {
	background: url(../media/imgs/vlak-2col-bot.png) no-repeat;
}

/* padBox
===================================================== */

.padBox {
	display: block;
	padding: 8px 6px 8px 6px;
}
.padBox img {
	margin: 0px 0px 0px 0px;
}
.padBox ol.olist {
	margin: 0;
	padding: 0;
}
.padBox ol.olist li {
	background: url(../media/imgs/cirkel02.gif) no-repeat 0 0;
	color: #333;
	list-style: none;
	position: relative;
	line-height: 14px;
	padding-left: 23px;
	margin-bottom: 10px;
	text-indent: -17px;
	font-size: 11px;
}
.padBox ol.olist li strong {
	color: #2778EB;
	list-style: none;
	position: relative;
	line-height: 14px;
	margin-bottom: 10px;
	text-indent: -17px;
	font-size: 11px;
}
.padBox ol.olist li span.nr {
	color: #fff;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	padding-right: 11px;
	line-height: 18px;
}
.padBox ol.olist li span {
	padding: 5px 0 10px;
	color: #333;
	display: block;
	line-height: 16px;
	font-size: 11px;
}
.vlakTitle {
	float: left;
}
a.btnExpCol {
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../media/imgs/btn-minus.gif) no-repeat;
	cursor: pointer;
	font-size: 4px;
	line-height: 4px;
	margin-top: 2px;
}

/* list
===================================================== */

.list {
	clear: both;
}
ul.list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.list li {
	width: 196px;
	height: 24px;
	background: #c3e1f1 url(../media/nav/bg_li.gif) top left no-repeat;
	list-style-type: none;
	font-size: 11px;
	padding: 5px 0 0 15px;
	border-bottom: solid 1px #87c4e3;
}
ul.list li#current {
	color: #fff !important;
	background: transparent url(../media/nav/bg_li.gif) bottom left no-repeat;
	height: 24px;
	cursor: default;
}
ul.list li#current a {
	color: #fff !important;
}
ul.list li a {
	display: block;
	width: 100%;
	background-position: right 1px;
	color: #083b7e !important;
	text-decoration: none !important;
}
ul.list li:hover {
	background: url(../media/nav/bg_li.gif) bottom left no-repeat;
	height: 24px;
}
.list li:hover a {
	color: #fff !important;
}
.list li a.orlist {
	color: #FF6600 !important;
	font-weight: bold;
	background: transparent;
}
.list li a.orlist:hover {
	color: #303030 !important;
}
.list li#homepage {
	background: #c3e1f1 url( );
	height: 24px;
	text-decoration: none;
}
.list li#homepage:hover {
	background: transparent url(../media/nav/bg_li_home.gif) top left no-repeat;
	height: 24px;
}

/* boxTopNav
===================================================== */

.boxTopNav {
	display: inline;
	float: left;
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
	border-bottom: solid 1px #87c4e3;
	font-size: 11px;
}
.boxTopNavLeft {
	float: left;
	height: 25px;
}
.boxTopNavLeft a {
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left -1px;
}
.boxTopNavLeft a:hover {
	background-position: left -21px;
}
.boxTopNavRight {
	float: right;
	height: 25px;
	position: relative;
	top: 0px;
	width: 200px;
	left: 0px;
}
.boxTopNavRight a.pagerPreviousLink {
	margin: 0 20px 0 0;
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left top;
	color: Black;
	text-align: left;
}
.boxTopNavRight a.pagerPreviousLink:hover {
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left -20px;
	text-align: left;
}
.boxTopNavRight a.pagerPreviousLinkDisabled {
	margin: 0 20px 0 0;
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left top;
	color: #b8b8b8;
}
.boxTopNavRight a.pagerNextLink {
	margin: 0 0 0 20px;
	padding-right: 18px;
	background: url(../media/imgs/arr-1-right.gif) no-repeat;
	background-position: right top;
	color: Black;
	text-align: left;
}
.boxTopNavRight a.pagerNextLink:hover {
	padding-right: 18px;
	background: url(../media/imgs/arr-1-right.gif) no-repeat;
	background-position: right -20px;
	text-align: right;
}
.boxTopNavRight a.pagerPreviousLink {
	margin: 0 20px 0 0;
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left top;
	color: Black;
	text-align: left;
}
.boxTopNavRight a.pagerPreviousLink:hover {
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left -20px;
	text-align: left;
}
.boxTopNavRight a.pagerPreviousLinkDisabled {
	margin: 0 20px 0 0;
	padding-left: 18px;
	background: url(../media/imgs/arr-1-left.gif) no-repeat;
	background-position: left top;
	color: #b8b8b8;
}
.boxTopNavRight a.pagerNextLinkDisabled {
	margin: 0 0 0 20px;
	padding-right: 18px;
	background: url(../media/imgs/arr-1-right.gif) no-repeat;
	background-position: right top;
	color: #b8b8b8;
}
.boxTopNavRight a.pagerPreviousLinkDisabled:hover, 
.boxTopNavRight a.pagerNextLinkDisabled {
	color: #b8b8b8;
	cursor: default;
}

/* box homepage
===================================================== */

.box-homepage {
	width: 984px;
	height: 240px;
	overflow: hidden;
	background: url(../media/imgs/vlak-4col-homepage-bg.png) no-repeat;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: solid 1px #b8b8b8;
}
.home-left {
	position: relative;
	float: left;
	width: 478px;
	height: 240px;
}
.home-left .home-col1 {
	position: absolute;
	width: 221px;
	left: 11px;
	top: 11px;
	height: 240px;
	overflow: hidden;
}
.home-left .home-col2 {
	position: absolute;
	width: 220px;
	left: 258px;
	top: 11px;
	height: 231px;
	overflow: hidden;
}
.home-col3 {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.home-left .txt {
	border-top: solid 1px #ccc;
	padding-top: 9px;
}

/* T01 (3 columns wide background)
===================================================== */

.home-col3-type1 {
	overflow: hidden;
	background: url(../media/imgs/block2.png) no-repeat top left;
}

.home-col3-type1 .thirdBlockImg img {
	width: auto;
}

.home-col3-type1 .thirdBlockImg,
.home-col3-type1 .thirdBlockTitle,
.home-col3-type1 .thirdBlockContent,
.home-col3-type1 .thirdBlock {
	background: none;
}

/* vid big
===================================================== */

.vid-big {
	float: right;
	width: 479px;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.vid-big div {
	margin: 0;
	padding: 0;
	display: block;
	width: 78px;
	height: 78px;
	background: url(../media/imgs/btn-play.png) no-repeat;
	position: absolute;
	top: 78px;
	left: 211px;
	z-index: 1000;
}
.vid-big:hover div {
	background: url(../media/imgs/btn-playOn.png) no-repeat;
	z-index: 1000;
	cursor: hand;
}
.botAligned {
	font-size: 11px;
	position: absolute;
	bottom: 25px;
}
.botAligned.f11 {
	font-size: 11px;
	position: relative;
	margin-top: 35px;
}
span.btnBigEmpty {
	display: block;
	width: 221px;
	height: 34px;
	margin-top: 4px;
}

/* common link classes
===================================================== */

a.btnBig {
	display: block;
	width: 221px;
	height: 34px;
	text-indent: -9999px;
	margin-top: 4px;
}
a.inloggen1 {
	background: url(../media/imgs/btn-inloggen.png) no-repeat;
	background-position: 0 -40px;
}
a.aanmelden1 {
	background: url(../media/imgs/btn-aanmelden.png) no-repeat;
	background-position: 0 -40px;
}
a.inloggen1:hover, 
a.aanmelden1:hover {
	background-position: 0 -40px;
}
a.inloggen2 {
	background: url(../media/imgs/btn-inloggen.png) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.aanmelden2 {
	background: url(../media/imgs/btn-aanmelden.png) no-repeat;
	background-position: 0 0;
}
a.aanvragen2 {
	background: url(../media/imgs/btn-aanvragen.png) no-repeat;
	background-position: 0 0;
}
a.interesse
{
	background: url(../media/imgs/btn-interesse.png) no-repeat;
	background-position: 0 0;
}
a.offerte2 {
	background: url(../media/imgs/btn-offerte.png) no-repeat;
	background-position: 0 0;
}
a.relatie {
	background: url(../media/imgs/btn-relatie-aanmelden.png) no-repeat;
	background-position: 0 0;
}
a.inloggen2:hover, 
a.aanmelden2:hover, 
a.offerte2:hover {
	background-position: 0 -40px;
}
.morelink {
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 8px;
	padding-top: 5px;
	border-top: solid 1px #ccc;
}

/* contactbox
===================================================== */

.contactBox {
	border-top: solid 1px #ccc;
	padding-top: 6px;
}
.contactBox .lbl {
	display: block;
	float: left;
	width: 60px;
}
.contactBox table.contactLogo {
	margin-top: 18px;
	width: 221px;
	height: 81px;
	border: solid 1px #ccc;
	background: #fff;
}
.contactBox table.contactLogo td {
	text-align: center;
	vertical-align: middle;
}

/* contentCol
===================================================== */

#contentCol #col1 {
	width: 585px;
	float: left;
	margin-top: 30px;
	padding-left: 32px;
	position: relative;
}
#contentCol #col1-alt {
	width: 468px;
	float: left;
	margin-top: 35px;
	padding-left: 0;
	position: relative;
	overflow: hidden;
}
#NewsItemNav {
	top: 10px;
	float: right;
}
#contentCol #col1-nieuws {
	width: 651px;
	float: left;
	margin-top: 0px;
	padding-left: 32px;
}
#contentCol #col1-docs {
	width: 651px;
	float: left;
	padding-left: 32px;
}
#contentCol #col1-nieuws2 {
	width: 651px;
	float: left;
	margin-top: 250px;
	padding-left: 32px;
}
#contentCol #col1-nieuws3 {
	width: 651px;
	float: left;
	margin-top: 40px;
	padding-left: 32px;
}
#contentCol .foto {
	float: left;
	width: 220px;
	padding: 0 28px 20px 0;
	font-size: 11px;
	line-height: 16px;
	color: #f60;
}
#contentCol .foto img {
	border: solid 1px #b8b8b8;
	margin-bottom: 6px;
}
#contentCol .foto-nieuws {
	float: left;
	width: 189px;
	padding: 0 0 20px;
	font-size: 11px;
	line-height: 16px;
	color: #f60;
}
#contentCol .foto-nieuws2 {
	float: left;
	width: 125px;
	padding: 0 0 20px;
	font-size: 11px;
	line-height: 16px;
	color: #f60;
}
#contentCol .foto-nieuws img {
	border: solid 1px #b8b8b8;
	margin-bottom: 6px;
}
#contentCol .text-nieuws {
	float: right;
	width: 436px;
}
#contentCol .text-nieuws2 {
	float: right;
	width: 506px;
}
#contentCol .blueCol {
	float: right;
	width: 211px;
	margin-top: 35px;
	padding-right: 10px;
	margin-bottom: 70px;
	overflow: hidden;
	position: relative;
	z-index: 990;
}
#contentCol .blueCol .bg_effect {
	background: transparent url(../media/imgs/blue-col-bg-effect.gif) top left no-repeat;
	position: absolute;
	width: 211px;
	height: 282px;
	top: -10px;
	left: 5px;
	z-index: 995 !important;
}

/* blueCol
===================================================== */

.blueCol #blueCol {
	position: relative;
	z-index: 999;
}

.blueColTop {
	float: left;
	width: 221px;
	height: 15px;
	background: url(../media/imgs/blue-col-top.gif) no-repeat;
	line-height: 4px;
	position: relative;
	z-index: 990;
}
.blueColBg {
	display: inline;
	float: left;
	width: 201px;
	padding: 0 10px 0 10px;
	background: url(../media/imgs/blue-col-bg.gif) repeat-y;
	position: relative;
	z-index: 990;
}
.blueColBg ol.olist li,
.blueColBg ol.olist li a {
	color: #fff;
}
.blueColBot {
	float: left;
	width: 221px;
	height: 17px;
	background: url(../media/imgs/blue-col-bot.gif) no-repeat;
	line-height: 4px;
}
ul.blueList {
	font-size: 11px;
	line-height: 17px;
	list-style-type: none;
}
ul.blueList img {
	float: left;
}
ul.blueList li, 
ul.contentList li {
	padding-bottom: 17px;
}
ul.contentList {
	list-style: none;
	margin: 0;
	padding-left: 1.9em;
	text-indent: -1.9em;
}
ul.contentList li img {
	padding-right: 17px;
}

/* table-3col
===================================================== */

.table-3col {
	font-size: 11px;
	line-height: 16px;
}
.table-3col td {
	vertical-align: top;
	width: 221px;
}
.table-3col td.pad {
	width: 26px;
}
.table-2col {
	font-size: 11px;
	line-height: 16px;
}

/* table-2col
===================================================== */

.table-2col td {
	vertical-align: top;
	width: 936px;
}
.table-2col td.pad {
	width: 26px;
}
.table-2col-news {
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0;
}
.table-2col-news td {
	vertical-align: top;
	width: 311px;
}
.table-2col-news td.pad {
	width: 26px;
}
.table-2col-news a {
	color: #f60;
	font-weight: bold;
}

/* table-partner
===================================================== */

.table-partner {
	width: 100%;
	margin: 14px 0;
	font-size: 11px;
	line-height: 16px;
}
.table-partner td.logo {
	/*background:#fff;*/
	overflow: hidden;
	vertical-align: top;
}
.table-partner td.logo img {
	margin: 0;
	padding: 0;
	border: solid 1px #b8b8b8;
}
.table-partner .pad {
	width: 30px;
}
.table-partner td.text {
	width: 413px;
	vertical-align: top;
}
.table-partner td.links {
	width: 80px;
	vertical-align: top;
	text-align: right;
}

/* table-form
===================================================== */

.table-form {
	width: 651px;
	margin: 14px 0;
	font-size: 12px;
	line-height: 16px;
}
.table-form tr.br {
	font-size: 4px;
	line-height: 4px;
	height: 10px;
}
.table-form tr.tiny {
	font-size: 1px;
	line-height: 1px;
	height: 10px;
}
.table-form tr.top {
	vertical-align: top;
}
.table-form td.t189 {
	width: 195px;
}
.table-form td.t26 {
	width: 26px;
}
.table-form td.t62 {
	width: 62px;
}
.table-form td.t88 {
	width: 88px;
}
.table-form td.t409 {
	width: 409px;
}
.table-form td.t435 {
	width: 435px;
}
.table-form td.t347 {
	width: 347px;
	text-align: right;
}
.table-form label {
	margin:0px 5px 0px 5px;
	font-size: 12px;
}
.linefull {
	display: block;
	margin-left: -32px;
}

/* links and trigger classes
===================================================== */

.vid-1col {
	margin: 0 0 5px;
	height: 122px;
	width: 219px;
	border: solid 1px #b8b8b8;
	overflow: hidden;
}
a.faq_que {
	margin-bottom: 12px;
	line-height: 17px;
	padding-left: 28px;
	display: block;
	background: url(../media/imgs/btn-plus.gif) no-repeat;
	background-position: left 0;
	font-weight: bold;
	color: #333;
}
a.faq_que:hover {
	background: url(../media/imgs/btn-plus-on.gif) no-repeat;
}
a.faq_que.open {
	color: #1D559F;;
}
.faq_ans {
	display: none;
	padding-left: 28px;
	padding-bottom: 17px;
}
.hspace15 {
	display: block;
	height: 15px;
	background: #ccc;
}
.hspace25 {
	display: block;
	height: 25px;
}
.hspace10 {
	display: block;
	height: 35px;
}
.hspace35 {
	display: block;
	height: 35px;
}
.hspace70 {
	display: block;
	height: 70px;
}
.clearMe {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
.block {
	display: block;
}
.newsForm {
	display: inline;
}
.drop436 {
	width: 436px;
	height: 22px;
	border: solid 1px #b8b8b8;
	font: normal 12px/11px Arial, sans-serif;
	color: #303030;
}

/* input elements
===================================================== */

select.txt436 {
	height: 22px;
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: solid 1px #b8b8b8;
	margin-bottom: 10px;
	width: 436px;
}


input.txt436, 
input.txt88, 
input.txt235 {
	height: 17px;
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: solid 1px #b8b8b8;
	margin-bottom: 10px;
}
textarea, select {
	margin-bottom: 2px;
}
input.txt436 {
	width: 436px;
}
input.txt88 {
	width: 88px;
}
input.txt235 {
	width: 235px;
	margin-left: 10px;
}
input.radio, 
input.checkbox {
	margin: 0 0 3px;
	padding: 0;
}
input.btnSml {
	border: none;
	width: 80px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../media/imgs/btn-submit.gif) no-repeat;
	font: bold 11px/11px Arial, sans-serif;
	cursor: pointer;
	color: #fff;
}
input.btnSml:hover {
	color: #fff;
	background-position: 0 -30px;
}
input.btnSml, 
input.btnSmlGrey {
	border: none;
	width: 80px;
	height: 24px;
	margin: 0;
	padding: 0;
	font: bold 11px/11px Arial, sans-serif;
	cursor: pointer;
	color: #fff;
}
input.btnSml {
	background: url(../media/imgs/btn-submit.gif) no-repeat;
}
input.btnSmlGrey {
	background: url(../media/imgs/btn-grey.gif) no-repeat;
	background-position: 0 -30px;
}
input.btnSmlGrey:hover {
	color: #fff;
	background-position: 0 0;
}
input.btnSmlSuperbig {
	border: none;
	width: 170px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../media/imgs/btn-submit-superbig.gif) no-repeat;
	font: bold 11px/11px Arial, sans-serif;
	cursor: pointer;
	color: #fff;
}
input.btnSmlSuperbig:hover {
	color: #fff;
	background-position: 0 -30px;
}
input.btnSmlbig, button.btnSmlbig {
	border: none;
	width: 120px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../media/imgs/btn-submit-big.gif) no-repeat;
	font: bold 11px/11px Arial, sans-serif;
	cursor: pointer;
	color: #fff;
}
input.btnSmlbig:hover, 
button.btnSmlbig:hover {
	color: #fff;
	background-position: 0 -30px;
}

/* btnAddBig
===================================================== */

.btnAddBig {
	width: 120px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../media/imgs/btn-submit-big.gif) no-repeat;
	font: bold 11px/11px Arial, sans-serif;
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 24px;
}

/* vidimage
===================================================== */

.vidimage span{
	display:none;
}
.vidimage.playbutton{
	position:relative;
	display:block;
}
.vidimage.playbutton span{
	display:block;
	width:73px;
	height:73px;
	background:url(../media/imgs/btn-play.png) no-repeat;
	position:absolute;
	left:70px;
	top:25px;
	z-index:10;
	cursor:pointer;
}
.vidimage.playbutton:hover span{
	background:url(../media/imgs/btn-playOn.png) no-repeat;
}
.btnAddBig:hover {
	color: #fff;
	background-position: 0 -30px;
}

/* btnAdd
===================================================== */

.btnAdd {
	width: 80px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../media/imgs/btn-submit.gif) no-repeat;
	font: bold 11px/11px Arial, sans-serif;
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 24px;
}
.btnAdd:hover {
	color: #fff;
	background-position: 0 -30px;
}

/* footer elements (stick to bottom)
===================================================== */

.footerElements {
	clear:both;
	color:#808080;
	display:block;
	font-size:10px;
	height:360px;
	overflow:hidden;
	position:absolute;
	left: 50%;
	bottom:0;	
	margin-left: -490px;
}

/* footer 
===================================================== */

#footer {
	text-align: left;
	width: 959px !important;
	height: 220px;
	padding: 26px 0 19px 21px;
	font-size: 11px;
	line-height: 16px;
	clear: both;
	position: relative;
	background: url(../../media/imgs/footer.png) no-repeat 0 0;
}

/* footer table
===================================================== */

table.footerTable {
	width: 980px;
	overflow: hidden;
	height: auto;
}
table.footerTable tr {
	width: 196px;
}
table.footerTable tr td {
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	height: auto;
	overflow: hidden;
}

table.footerTable tr td.col1,
table.footerTable tr td.col2,
table.footerTable tr td.col3,
table.footerTable tr td.col4,
table.footerTable tr td.col5 {
	width: 190px;
}

table.footerTable h6 a {
	color: #67737a;
	font-weight: bold;
}

table.footerTable a {
	color: #67737a;
}

/* footer disclaimer
===================================================== */

#footer .disclaimer {
	position: absolute;
	top: 240px;
	left: 21px;
}

/* trigger classes
===================================================== */

.datum {
	color: #f60;
	font-size: 11px;
}
.datum-gr {
	color: #b8b8b8;
	font-size: 11px;
}
.auteur {
	color: #b8b8b8;
}
.leader {
	font-size: 11px;
	font-weight: bold;
	color: #b8b8b8;
	position: absolute;
	top: -20px;
	text-align: right;
}
.leader2 {
	position: relative;
	top: 20px;
	left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #b8b8b8;
}
.or {
	color: #f60;
}
.gr {
	font-weight: normal;
	color: #b8b8b8;
}

/* a links
===================================================== */

a.arr-2-right {
	text-wrap: suppress;
	padding: 0 18px 1px 0;
	background: url(../media/imgs/arr-2-right.gif) no-repeat;
	background-position: right -1px;
}
a.arr-2-right:hover {
	background-position: right -21px;
}
a:hover {
	text-decoration: underline;
}
p.paging {
	position: relative;
}

a.orlinkprev {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	left: 0;
}
a.orlinkprev:hover {
	color: #303030;
}
a.orlinknext {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	right: 0;
}
a.orlinknext:hover {
	color: #303030;
}
a.orlink {
	text-decoration: none;
	font-weight: bold;
}
a.orlink:hover {
	color: #303030;
	text-decoration:underline;
}
a.bllink {
	color: #1D559F;
	text-decoration: none;
	font-weight: bold;
}
a.bllink:hover {
	color: #303030;
	text-decoration:underline;
}
a.pdf {
	text-wrap: suppress;
	padding: 1px 1px 1px 20px;
	background: url(../media/imgs/icn-pdf.gif) no-repeat;
	background-position: left top;
}
.formTable tr.top th, 
.formTable tr.top td {
	text-align: left;
	height: 29px;
	vertical-align: middle;
	border-bottom: solid 1px #303030;
}
.formTable tr td {
	height: 29px;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
.formTable tr td.aright {
	text-align: right;
}
a.redlink {
	color: #c00;
	text-decoration: none;
}
a.grlink {
	color: #1D559F;;
	text-decoration: none;
}
a.redlink:hover, 
a.grlink:hover {
	color: #303030;
}
.statusFull, .formTable {
	width: 100%;
	margin: 14px 0 30px;
	line-height: 16px;
}
a.edit {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	background: url(../media/icons/icon_edit.gif) no-repeat;
	width: 16px;
	height: 16px;
}
a.delete {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	background: url(../media/icons/icon_trash.gif) no-repeat;
	width: 16px;
	height: 16px;
}
a.add {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	display: block;
	background: url(../media/icons/icon_add.gif) right center no-repeat;
}
a.edit span, 
a.delete span {
	display: none;
}
.statusFull tr td {
	vertical-align: top;
	padding: 4px 2px 4px 2px;
	height: 22px;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
.statusFull tr.top th, 
.statusFull tr.top td {
	padding: 4px 2px 4px 2px;
	text-align: left;
	height: 22px;
	vertical-align: middle;
	border-bottom: solid 1px #303030;
}
.statusFull td a.iconDownload {
	padding-left: 20px;
	font-weight: bold;
	background: url(../media/imgs/download-page-green.gif) no-repeat left center;
}
.statusFull tr td.aright, 
.statusFull tr th.aright {
	text-align: right;
}
.statusFull tr td.acenter, 
.statusFull tr th.acenter {
	text-align: center;
}
.col1Table {
	clear: both;
	width: 100%;
}
.col1Table tr td {
	height: 29px;
	vertical-align: middle;
	border-top: solid 1px #ccc;
}
.col1Table tr td.aright {
	text-align: right;
}
.col1Table tr.high td {
	height: 48px;
}
.formTable tr.top th, 
.formTable tr.top td {
	text-align: left;
	height: 29px;
	vertical-align: middle;
	border-bottom: solid 1px #303030;
}
.formTable tr td {
	height: 29px;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
.formTable tr td.aright {
	text-align: right;
}
.table-login {
	width: 468px;
	margin: 14px 0;
	font-size: 12px;
	line-height: 16px;
}
.lijntje {
	border-top: 1px solid #cccccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: 310px;
}
ul.vragenlijst li {
	padding-left: 20px;
	margin-bottom: 5px;
	line-height:17px;
}

ul.vragenlijst li div {
	margin: 10px 0;
	padding: 2px 10px 5px 10px;
	background: #fff;
}
ul.vragenlijst li div p {
	padding-top: 0;
	line-height: 1.4em;
}
ul.vragenlijst, ul.vragenlijst ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.vragenlijst ul {
	margin: 0 0 0 20px;
	padding: 0 !important;
	list-style: square;
}
ul.vragenlijst ol li {
	background: none;
	padding: 0;
}
ul.vragenlijst ul li {
	padding-left: 0px;
	background: none;
}
a.zwart {
	color: #4a4a4a;
	padding-left: 20px;
	margin-left:-20px;
	background: url(/media/imgs/btn-plus.gif) no-repeat left 0px;
}
a.zwart:hover {
	color: #4a4a4a;
	text-decoration: underline;
}
a.active {
	font-weight: bold;
	color: #1D559F;
	background: url(/media/imgs/btn-min-on.gif) no-repeat left 0px;
}
.top {
	width: 650px;
}
.top td {
	vertical-align: top;
	padding: 20px 0 20px 0;
}
.spacer {
	width: 30px;
}
.vragentabel {
	width: 310px;
}
.wide .vragentabel {
	width: 100%;
}
table td.t132 {
	width: 132px;
}
table td.t336 {
	width: 336px;
}

/* form styles
===================================================== */

div.form-style h2 {
	margin: 0px 0px 10px 0px;
	display: block;
}
div.form-style div.form-col1 {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	float: left;
	position: relative;
	top: 10px;
	width: 715px;
}
div.form-style div.form-col2 {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	float: left;
	width: 385px;
}
div.form-style div.form-col3 {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	float: right;
	width: 315px;
	overflow: hidden;
}
div.form-style div.form-col1 .invitation {
	width: 315px;
	height: 24px;
	position: absolute;
	right: 0px;
	_right: 45px;
	top: 115px;
}
div.form-style div.form-col1 .statusFull, 
div.form-style div.form-col1 .formTable {
	margin-top: 0px;
}
div.form-style div.form-col1 .formTable .top td {
	padding-top: 0px;
}
div.form-style div.form-col1 div.docs label {
	width: 260px;
}
div.form-style p.clear {
	border-bottom: 1px solid #CCCCCC;
}
div.form-style p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
div.form-style label {
	float: left;
	width: 160px;
	display: block;
}
div.form-style table label {
	/*margin:0px 10px 0px 5px;*/
	float: none;
	width: auto;
	display: inline;
}
div.form-style input.text {
	border: 1px solid #B8B8B8;
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 17px;
	padding: 1px;
}
div.form-style textarea.text {
	border: 1px solid #B8B8B8;
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 330px;
	height: 100px;
	padding: 1px;
}
textarea.text2 {
	border: 1px solid #B8B8B8;
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 310px;
	height: 137px;
	padding: 1px;
}
div.form-style table.form-table {
	margin: 0px;
}
div.form-style table.form-table th {
	padding: 5px 10px 5px 5px;
}
div.form-style table.form-table td {
	border: 1px solid #B8B8B8;
	padding: 5px 10px 5px 5px;
}
div.form-style table.form-table td.footer {
	border: none;
	padding: 5px 0px 5px 5px;
}
div.form-style ul.doc-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.form-style ul.doc-list li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
div.form-style ul.doc-list li img {
	margin-right: 10px;
}
.hiddentable, .hiddentable table {
	display: none;
}

/* news
===================================================== */

/* Nieuwsblok linksonder op pagina */
ul.news li {
	text-align: left;
}
ul.news span {
	display: block;
	font-weight: bold;
}
ul.news span.datum {
	color: #999;
	font-weight: normal;
	float: left;
	width: 64px;
}
ul.news span.bron {
	display: inline;
	font-weight: normal;
	border-left: 1px solid #CCC;
	padding-left: 6px;
}

/* infoblock
===================================================== */

/* Blokken met foto's en tekst onder op homepagina */
div.infoblock {
	float: left;
	margin-right: 25px;
	position: relative;
}
div.infoblock.last {
	margin-right: 0;
}
div.infoblock h5, 
div.infoblock p {
	margin: 0;
}
div.infoblock div.morelink {
	font-size: 11px;
}

/* infoblock | login (T00)
===================================================== */

.login {
	height: 310px;
}

.login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.login fieldset legend {
	display: none;
}

.login fieldset input.inputText {
	padding: 5px;
	color: #1D559F;
	background-color: #f3f9fc;
	border: 1px solid #e5ecf4;
	width: 277px;
	position: relative;
	left: 2px;
	/* Proprietary W3C CSS3 box-shadow */
	box-shadow: 0 0 2px #93aed1;
	
	/* Proprietary Mozilla CSS3 box-shadow */
	-moz-box-shadow: 0 0 2px #93aed1;
	
	/* Proprietary Webkit (Safari/Chrome) CSS3 box-shadow */
	-webkit-box-shadow: 0 0 2px #93aed1;
}

.login fieldset input.inputBtn {
	text-indent: -999px;
	display: block;
	width: 144px;
	height: 41px;
	border: none;
	cursor: pointer;
	margin: 16px 0 15px 0;
	overflow: hidden;
	line-height:0px;
	font-size: 0px;
	background: transparent url(../media/imgs/btn-login.gif) no-repeat top left;
}

.login fieldset input.inputBtn:focus {
	border: none;
}

.login .thirdBlockImg {
	height: auto;
}

.login .thirdBlockContent {
	height: 234px;
}

.login h3 {
	color: #1d559f;
	font-size: 18px;
	margin: 5px 0 0 0;
	padding: 0;
}

.login h5 {
	color: #0a0a0a;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}	

.login h6 {
	color: #606060;
	font-weight: normal;
	font-size: 12px;
	margin: 21px 0 5px 0;
}

.login fieldset .passwordForgotten {
	color: #1D559F;	
	padding-right: 16px;
	background: url(../media/imgs/arr-2-right.gif) no-repeat right 0px;
	font-weight:bold;
}
	
/* Breadcrum
===================================================== */

div.breadcrum {
	color: #7dbddd;
}
div.breadcrum a {
	font-weight: normal;
	color: #1d559f;
	text-decoration: none;
	margin: 0 3px 0 3px;
}
div.breadcrum a:hover {
	color: #1D559F;;
}

/* newsItems
===================================================== */

div.newsDivider {
	margin: 60px 0 0 0;
}
div.newsItem {
	clear: both;
	overflow: hidden;
	margin: 10px 0 0px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
}
div.newsItem h4 {
	font-weight: bold;
	font-size: 14px;
	margin: -2px 0 0 0;
	padding: 0 0 10px 0;
	display: block;
}
div.newsItem h4 a {
	text-decoration: none;
}
div.newsItem h4 a:hover {
	color: #000;
}
div.newsItem div.newsCol1 {
	float: left;
	width: 225px;
	overflow: hidden;
}
div.newsItem div.newsCol2 {
	margin: 0 0 0 235px;
}
div.newsItemType2 div.newsCol1 {
	width: 130px;
}
div.newsItemType2 div.newsCol2 {
	margin-left: 135px;
}
div.newsItem div.newsCol2 p {
	margin-top: 0;
	padding-top: 0;
}
div.newsItem div.newsFooter span.datum {
	color: #999;
	font-weight: normal;
	padding-right: 5px;
}
div.newsItem div.newsFooter span.bron {
	font-weight: normal;
	padding: 0 5px;
	color: #999;
}
div.newsItem div.newsFooter a {
	padding: 0 5px;
}
div.newsItem div.newsCol1, 
div.newsItem div.newsCol2 {
	margin-top: 20px;
}

/* tabs
===================================================== */

/* tab menu */
ul.tabs {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	width: 715px;
	height: 32px;
	border-bottom: 1px solid #b8b8b8;
}
ul.tabs li {
	margin: 0px 5px 0px 0px;
	_margin-bottom: -1px;
	position: relative;
	z-index: 10;
	padding: 0px 19px 0px 0px;
	height: 32px;
	list-style: none;
	background: url(../media/imgs/tabr_on.gif) no-repeat top right;
	overflow: hidden;
	float: left;
}
ul.tabs li a {
	margin: 0px;
	_margin-bottom: -1px;
	padding: 0px 0px 0px 19px;
	height: 32px;
	line-height: 32px;
	display: block;
	_display: inline-block;
	background: url(../media/imgs/tabl_on.gif) no-repeat top left;
	color: #b8b8b8;
	font-weight: bold;
}
ul.tabs li.current {
	height: 33px;
	background: url(../media/imgs/tabr.gif) no-repeat top right;
}
ul.tabs li.current a {
	color: #030303;
	background: url(../media/imgs/tabl.gif) no-repeat top left;
	height: 33px;
	line-height: 33px;
}

/* col1
===================================================== */

div.col1 {
	width: 487px;
	overflow: hidden;
	background: url(../media/imgs/vlak-2col-homepage-bg.png) no-repeat;
	padding-bottom: 4px;
	margin-bottom: 4px;
	float: right;
	height: 315px;
}
div.col1 .table-2col {
	font-size: 11px;
	line-height: 16px;
}
div.col1 .table-2col td {
	vertical-align: top;
	width: 219px;
	padding: 8px 11px;
}

/* col2
===================================================== */

div.col2 {
	width: 493px;
	overflow: hidden;
}
div.col2 .box {
	width: 243px;
	float: left;
}
.vcard .mail strong {
	color: #FF6600;
}
div.col2 .box .box_content {
	height: 280px;
}
div.col2 .box.rMargin {
	margin: 0px 0px 0px 5px;
}

/* multiple-block
===================================================== */

div.multiple-blocks {
	overflow: hidden;
	position: relative;
	clear: both;
}
div.multiple-blocks div.box {
	float: left;
	margin: 0 5px 5px 0;
	width: 242px;
}
div.multiple-blocks div.box div.box_content {
	height: 320px;
}
div.multiple-blocks div.box-last-row {
	margin: 0;
	float: right;
}

/* thirdBlock
===================================================== */

div.thirdBlock {
	background: transparent url(../media/imgs/3block_type3.png) left bottom no-repeat;
	padding-bottom: 9px;
	width: 321px;
	float: left;
	margin-right: 8px;
	position: relative;
}

div.thirdBlockContent p {
	margin: 0;
}

div.thirdBlockContent p.leesmeer {
	background: transparent url(../media/imgs/arr-2-right.gif) 67px 0px no-repeat;
	display: block;
	margin-top: 5px;	
}

div.thirdBlockContent p.leesmeer a {
	color: #1d559f;
}

div.thirdBlockContent {
	width: 291px;
	height: 100px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 9px;
	background: transparent url(../media/imgs/3block_type1_content.png) repeat-y bottom left ;	
}

.thirdBlockImg {
	width: 295px;
	height: 182px;
	position: relative;
	overflow: hidden;	
	padding: 9px 15px 0;
	overflow: hidden;
	background: transparent url(../media/imgs/3block_type1.png) no-repeat top left;	
}

.thirdBlockImg img {
	width: 293px;
}

.thirdBlockTitle {
	background: url(../media/imgs/teststrip.png) no-repeat 3px top;
	width: 290px;
	padding: 3px 15px 0 15px;
	height: 41px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 980;
	overflow: hidden;
}

.thirdBlockTitle p {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

div.thirdBlock.last {
	float: right;
	margin-right: 0 !important;
}

*AutoComplete flyout */ 
.autocomplete_completionListElement {
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	list-style-type: circle;
	width: 300px;
	position:relative;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
	background-color: Gray;
	color: black;
	padding: 1px;
	cursor: hand;
}
/* AutoComplete item */

.autocomplete_listItem {
	background-color: window;
	color: windowtext;
	padding: 1px;
}

/* tell-a-friend (bottom footer.inc.shtml all templates)
===================================================== */

#dimmedOverlay {
	position: fixed;
	_position: absolute; /* Win/IE6 */
	z-index: 997;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0f2d55;
	opacity: 0.8;
	filter:alpha(opacity=80); /* Win/IE */
	display: none; /* temp. disable  */
}

#tellAfriend {
	position: fixed;
	_position: absolute; /* Win/IE6 */
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -315px;
	padding: 23px 21px 24px 16px;
	z-index: 998;
	display: block;
	width: 627px;
	height: 315px;
	overflow: hidden;
	background: #fff;
	display: none; /* temp. disable  */
}

#tellAfriend fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#tellAfriend fieldset legend {
	display: none;
}

#tellAfriend  .closeBtn {
	position: absolute;
	top: 0px;
	right: 5px;
	margin: 0;
	padding: 0;	
}

#tellAfriend  .closeBtn a {
	text-decoration: none;
	color: #1d559f;
}

#tellAfriend  .closeBtn img {
	position: relative;
	top: 10px;
}

#tellAfriend  .closeBtn span {
	/*text-decoration: underline;*/
}

#tellAfriend .tellAfriendCol1 {
	width:305px;
	overflow: hidden;
	float:left;
}

#tellAfriend .tellAfriendCol2 {
	width: 310px;
	overflow: hidden;
	float:left;
}

#tellAfriend .inputText {
	margin-top: 5px;
	padding: 5px;
	color: #1D559F;
	background-color: #f3f9fc;
	border: 1px solid #e5ecf4;
	width: 282px;
	
	/* Proprietary W3C CSS3 box-shadow */
	box-shadow: 0 0 2px #93aed1;
	
	/* Proprietary Mozilla CSS3 box-shadow */
	-moz-box-shadow: 0 0 2px #93aed1;
	
	/* Proprietary Webkit (Safari/Chrome) CSS3 box-shadow */
	-webkit-box-shadow: 0 0 2px #93aed1;
}

#tellAfriend h3 {
	margin-top: 28px;
}

#tellAfriend h3,
#tellAfriend h5 {
	color: #1d559f;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0;
}

#tellAfriend h5 {
	font-weight: normal;
	color: #0a0a0a;
}

#tellAfriend h6 {
	margin-top: 17px;
	color: #606060;
	font-size: 14px;
	font-weight: bold;
}

#tellAfriend .btnCancel,
#tellAfriend .btnSubmit {
	width: 142px;
	height: 41px;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: none;
	cursor:pointer;
	position: relative;
	z-index: 999;
}

#tellAfriend .btnCancel {
	margin-right: 10px;
	background: url(../media/imgs/btn_annuleer.gif) top left;
}

#tellAfriend .btnSubmit {
	background: url(../media/imgs/btn_verstuur.gif) top left;
}