@charset "utf-8";


body,td,th {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
body {
	background-color: #3477c1;
	background-image: url(back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

.bodyStyle {
	max-width: 770px;
	width: 770px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.fotolijst-rechts {
	float:right;
	padding-top: 5px;
	padding-left: 10px;
}

.fotolijst-links {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
}


.groot {
	padding: 0px 0px 5px 0px;
}

.klein {
	padding: 0px 5px 0px 0px;
}


.h2 {
	font-size: larger;
	font-weight: bold;
	padding-bottom: 10px;
	color: #e6be51;
}

.h2 span img {
	padding-right:6px;
}

.h3 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #e6be51;
}

b {
	color: #e6be51;
}

a
{
  outline: none;
}

a:link {
	color: #e6be51;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e6be51;
}
a:hover {
	text-decoration: none;
	color: #ffd050;
}
a:active {
	text-decoration: none;
	color: #e6be51;
}

.footer {
	font-size: smaller;
	text-align: center;
	color: #aaaaaa;
}

.footer a:link {
	color: #cccccc;
	text-decoration: none;
}

.footer a:visited {
	text-decoration: none;
	color: #cccccc;
}
.footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
.footer a:active {
	text-decoration: none;
	color: #cccccc;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: circle;
	padding-top: 0px;
	margin-top: 0px;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-width: 0px 0px 0px 0px;
}

tr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-width: 0px 0px 0px 0px;
}

td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-width: 0px 0px 0px 0px;
}

.hidden{display:none;}
