@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;
}

td, tr, li ,dt, dd {
	margin-left: 0;
	padding-left: 0;
}

body {
	background: transparent url(../images/bg.jpg);
	background-color: #f9a51b;
	background-repeat: repeat-x;
	color: #7091CE;
	font-size: 12px;
	font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	margin: 0;
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 2px dashed black;
	height: 0px;	
}


div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

div.content {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/content-bg.jpg) top left repeat-y ;
	overflow: hidden;
	text-align: left;
	
	height: 100%;
}

div.footer {
	background: #f9a51b url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 158px;
	text-align: center;
}

div.footer p {
	color: #EF693F;
	line-height: 20px;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 4px;
	padding-left: 170px;
	text-transform: uppercase;
}

div.footer p a {
	color: #7091CE;
	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: 602px;
	height: 100%;
	margin-left: 0px;
	margin-right: 70px;
	padding: 0px;
}

#left p {
	color: #7091CE;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 15px 0px;
	text-align: justify;
}

#left h2 {
	color: #ef693f;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left h3 {
	color: #7091CE;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left h4 {
	color: #7091CE;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left ul li {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	color: #7091CE;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 8px 22px;
}

#left a {
	text-decoration: none;
}


#left a:link {
	color: #ef693f;
	border: 0;
}

#left a:visited {
	color: #ef693f;
	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 .thumbnail {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100px;
}

/* Rechterkolom */
#right {
	display: inline;
	float: left;
	width: 228px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/left-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 600px;
}

#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;
}


.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

table {
	font-size: 1.0em;
	width: 100%;
	border: 0;
	text-align: left;
	
}

h1 {
   margin-top: 30px;
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

table {
	background-image: url(images/main-bg.jpg);
	border: 0px;
	font-size: 1.0em;
	text-align: justify;
}

td {
	vertical-align: top;
}

.table {
	background: white;
	font-size: 1.0em;
	height: auto;
}

.td {
	background: white;
	vertical-align: bottom;
	height: 10px;
}

A:link {
	text-decoration: none;
	color: #7091CE;
	font-weight: bold; 
}

A:hover {
	text-decoration: none;
	color: black;
	font-weight: bold; 
}

A:active {
	text-decoration: none;
	color: black;
	font-weight: bold; 
}

A:visited {
	text-decoration: none;
	color: #7091CE;
	font-weight: bold; 
}

/*
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7091CE;	
	border: 0;
	border-bottom: solid 1px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7091CE;
	border: 0;
	border: solid 1px;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #7091CE;
	border: 0;
	border: solid 1px;
}*/
