@charset "utf-8";
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #cc2d30;
	font-weight: bold;
	font-size: 2.2em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFF;
	background-color: #002868;
	padding: 10px;
	text-align: center;
	border: 4px solid #000;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #cc2d30;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #002868;
	font-weight: bold;
	font-size: 1.6em;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	color: #cc2d30;
	font-weight: bold;
	font-size: 1.4em;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	color: #002868;
	font-weight: bold;
	font-size: 1.2em;
}
pre {
	font-family: "Lucida Console", Monaco, monospace;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding-bottom: 1.3em;
}
a {
	text-decoration: none;
	color: #cc2d30;
	font-weight: bolder;
}
a:hover {
	color: #cc2d30;
	text-decoration: underline overline;
}
#content ul {
	margin: 10px 0 10px 15px;
	padding: 0;
	list-style: none;
}
#content li {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	background-position: 0 0px;
	line-height: 1.5em;
}
dl {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
dt {
	font-weight: bold;
	color: #FFF;
	font-size: 1.3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
dd {
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* t.b.v. Forms */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 250px;
	max-width: 350px;
	width: 500px;
}
form fieldset {
 /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* 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;
}
.boxround h2 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.boxround p {
	margin: 0 10px;
}
.boxround ul {
	margin: 10px 0 10px 15px;
	padding: 0;
	list-style: none;
}
.boxround li {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	background-image: url(../images/16px-Music_note_699.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	line-height: 1.5em;
}
.thebody {
	padding: 10px 10px 10px 10px;
	clip:       rect(auto, auto, auto, auto);
	font-size: 1.2em;
	width: 450px;
	background-image: url(../images/carbonfibre.jpg);
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	left: 50px;
}
#albums table {
	padding: 5px;
}
#albums td {
	color: #000;
	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;
	padding: 5px;
}
#thumbnails a {
	color: #202020;
}
#thumbnails img {
	border: 2px solid #4C4C4C;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.photo {
	height: 160px;
	width: 160px;
	vertical-align: middle
}
.calendar {
	border: 1px solid #cc2d30;
	width: 476px;
}
.weekheader {
	font-weight: bolder;
	color: #cc2d30;
}
.weekend {
}
.weekday {
}
.calendarheader {
	text-align: left;
	vertical-align: top;
}
.calendarday {
	background-image: url(../trans25.png);
	background-repeat: repeat;
	text-align: left;
	vertical-align: top;
}
.calendarweekend {
	background-image: url(../trans50.png);
	background-repeat: repeat;
	text-align: left;
	vertical-align: top;
}
.calendartoday {
	background-image: url(../trans75.png);
	background-repeat: repeat;
	text-align: left;
	vertical-align: top;
}
.pics {  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
	display: block;
    margin-left: auto;
    margin-right: auto
} 
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }