@charset "utf-8";
h1 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #bf1e2e;
	font-weight: bold;
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: none;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	color: #f36f21;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 20px;
}
h3 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #00AEEF;
	font-weight: bold;
	font-size: 1.2em;
}
h4 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #bf1e2e;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0em;
}
h5 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #bf1e2e;
	font-weight: bold;
	font-size: 1em;
}
h6 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #bf1e2e;
	font-weight: bold;
	font-size: 0.7em;
}
pre {
	font-family: "Lucida Console", Monaco, monospace;
}
p {
	margin-bottom: 1em;
	margin-right: 8px;
	margin-top: 1em;
}
a {
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	text-decoration: underline;
	color: #f36f21;
}
#content a {
	text-decoration: none;
	color: #00aeef;
	font-weight: bold;
}
#content a:hover {
	color: #f36f21;
	text-decoration: underline;
}
#content ul {
	list-style-type: square;

}
#content li {
	background-repeat: no-repeat;
	line-height: 1.5em;
}
dl {
	margin: 15px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #304C98;
	border-bottom-color: #304C98;
}
dt {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
dd {
	color: #A41B1B;
	padding: 0 0 20px 25px;
}
/* t.b.v. Forms */
fieldset {
	width: 450px;
	border: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
legend {
	color: #2E2E2E;
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0px;
}
label {
	width: 100px;
	float: left;
	padding: 2px 0 0 0;
	color: #2E2E2E;
}
input {
	margin: 2px 0 9px 0;
	padding: 1px 0 2px 3px;
	border: 1px solid #444;
	background-color: transparent;
}
select {
	margin: 2px 0 15px 0;
	padding: 1px 0 2px 3px;
	border: 1px solid #444;
	background-color: transparent;
}
.button {
	background-color: transparent;
	color: #444;
	font-weight: bold;
	width: auto;
	margin: 0 5px 0 0;
	padding: 1px 5px 2px 5px;
	float: right;
}
/* begin hack \*/
* html .button {
	padding: 0;
}
* html legend {
	margin-left: -5px;
}
/* einde hack */ 

/* t.b.v. fotoalbum*/
 #container_photo {
	float: left;
	border: 1px solid #000;
	width: 417px;
	margin: 50px 0 20px 100px;
	padding: 3px;
}
/* ie begrijpt de combinatie van margins en floating elements niet dus bij deze de hack: */
* html #container_photo {
	margin: 25px 0 5px 50px;
}
#container_photo a:link, #container_photo a:visited {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	margin: 1px;
	background-color: #2A2A2A;
	border: 1px solid #2A2A2A;

}
#container_photo a:hover, #container_photo a:active {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	margin: 1px;
	border: 1px solid #FFF;
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/* dit heeft ie nodig anders geeft hij een bottom-pading (??!!??) aan het omsluitende a element */
#container_photo img {
	float: left;
	margin: auto;
}
#albums table{
	padding: 5px;
}
#albums td{
	color: #000;
	background-color: #FFF;
	padding: 5px;
}
#albums td a{
	color: #202020;
}
#albums img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thumbnails td{
	color: #000;
	background-color: #FFF;
	padding: 5px;
}
#thumbnails a{
	color: #202020;
}
#thumbnails img{
	border: 2px solid #4C4C4C;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#gallery td {
	color: #000;
	padding: 5px;
}
#gallery a {
	color: #202020;
}
#gallery img {
	border: 2px solid #4C4C4C;
}
.photo {
	height: 120px;
	width: 120px;
	vertical-align: middle
}
th {
	font-size: 1em;
	font-variant: small-caps;
	color: #00AEEF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8DD8F8;
	border-right-color: #8DD8F8;
	border-bottom-color: #8DD8F8;
	border-left-color: #8DD8F8;
}
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	font-size: 0.8em;
	line-height: 0.9em;
	text-align: left;
	vertical-align: top;
}
.td a {
	font-weight: normal;
	color: #424242;
	text-decoration: none;
}
.td a:hover {
	font-weight: normal;
	color: #424242;
	text-decoration: none;
}
.sponsor {
	margin: 10px;
}
