@import url(navigatie.css);
@import url(visit.css);

body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
margin: 0; padding: 0; border: none; text-indent: 0;
}

html { overflow-y: scroll; }

td, tr, li ,dt, dd {
	margin-left: 0;
	padding-left: 0;
}

body {
	background: transparent url(../images/bg.jpg);
	background-color: white;
	background-repeat: repeat-x;
	color: #0055a5;
	font-style: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", tahoma, geneva, verdana, sans;
	margin: 0;
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 1px dashed black;
	height: 0px;	
}


div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

div.content {
	background: transparent url(../images/content-bg.jpg) repeat-y top;
	left: 50%;
	margin-left: -396px;
	position: absolute;
	width: 792px;
}

div.footer {
	background: white url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 191px;
	text-align: center;
}

div.footer p {
	color: #0055a5;
	line-height: 20px;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 40px;
	text-transform: uppercase;
}

div.footer p a {
	color: #7cb955;
	text-decoration: none;
}

div.footer p a:hover {
	color: #000000;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

/* 2-kolommen */
/* Linkerkolom */
#left {
	float: left;
	width: 498px;
	margin-left: 19px;
	margin-right: 0px;
	padding: 10px;
}

#left p {
	color: #0055a5;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 15px 0px;
	text-align: justify;
}

#left p.kleineletters {
	font-size: 9px;
}

#left h2 {
	color: #7cb955;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left h3 {
	color: #0055a5;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left h3.nieuwsitem {
	color: #0055a5;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 3px;
	border-bottom: 1px dashed #0055A5;
	background-color: #F5F9FC;
}

#left ul li {
	background: url(../images/bullet.jpg) no-repeat 0 4px;
	color: #0055a5;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 8px 12px;
}

#left a {
	text-decoration: none;
}


#left a:link {
	color: #7cb955;
	border: 0;
}

#left a:visited {
	color: #7cb955;
	border: 0;
}

#left a:hover {
	color: black;
	border: 0;
}

#left a:active {
	color: #000000;
	border: 0;
}

#left table {	
	margin-left: 0px;
}

#left .img {
	border: 1px solid #ECEBE9;
	padding: 3px;
}

#left img.right {
	float: right;
}

#left img.thumbnail {
	float: left;
	border: 1px solid white;
	padding: 2px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
}

/* Rechterkolom */
#right {
	display: inline;
	float: left;
	width: 196px;
	margin-left: 0px;
	padding: 10px;
}

#right h2 {
	color: #7CB955;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#right p {
	color: #0055a5;
	font-size: 9px;
}

.icon {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#left p.small {
	color: #839eb8;
	font-size: 80%;
	padding-left: 8px;
	text-align: justify;
}

table {
	font-size: 0.8em;
	width: 100%;
	border: 0;
	text-align: left;
	
}

table.formulier tr { height: 28px; vertical-align: middle; }

tr, td {
	border-bottom: solid white 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.last { border-bottom: none; }

.trainingcheckbox { 
	padding: 3px;
	margin-right: 10px;
	vertical-align: middle;
}

.trainingtekst {
	line-height: 20px;
}


