@import url(navigatie.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: #e6e6e6;
	background-repeat: repeat-x;
	color: Black;
	font-style: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", verdana, 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;
	display: block;
	font-size: 1px;
	height: 15px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

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

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

div.footer p {
	color: silver;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
}

div.footer p a {
	color: #ee7f00;
}

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 {
	display: inline;
	float: left;
	width: 0px;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 0px;	
	margin-bottom: 0px;
}

#left h2 {
	color: #99d7ea;
	padding: 4px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#left p {
	color: #99d7ea;
	font-size: 9px;
}


/* Rechterkolom */
#right {
	float: left;
	width: 438px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#right p {
	color: Black;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 5px 0px;
	text-align: justify;
}

#right h2 {
	color: #ee7f00;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right h3 {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;

}

#right ul li {
	background: url(../images/bullet.jpg) no-repeat;
	background-position: left;
	color: black;
	font-size: 100%;
	line-height: 1.3em;
	padding-left: 22px;
}

#right a:link {
	color: #ee7f00;
	border: 0;
}

#right a:visited {
	color: #ee7f00;
	border: 0;
}

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

#right a:active {
	color: black;
	border: 0;
}

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

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

#right .thumbnail {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100px;
}

#right ul li#foto {
	background: url(../images/icon-fotoalbum.gif) no-repeat;
	font-size: 100%;
	line-height: 1.3em;
	padding: 5px 0px 20px 40px;
	margin-left: 0px;
}

/* Agenda */
#agenda {
	display: inline;
	float: left;
	width: 198px;	
	margin-top: 10px;
	margin-right: 18px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#agenda h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}


/* Links */
a {
	color: #473B07;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ee7f00;
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:hover .img {
	border: 1px solid #ee7f00;
	display: block;
	padding: 3px;
}

a.sublevel {
	font-weight: bold;
	text-transform: lowercase;
}

.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

input {
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: Black;	
	background-color: #ECECEC;
	border: 0;
	border-bottom: dashed 1px;
	padding: 4px;
}

textarea {
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	border: 0;
	background-color: #ECECEC;
	padding: 4px;
}

.date {
	font-size: 0.8em;	
	margin-bottom: 4px;
}

.event {
	padding: 2px;
	background-color: #b2e1ef;
	margin-bottom: 8px;
}

div.banner {
	display: block;
	float: right;
	position: absolute;
	top: 96px;
	right: 10px;
}
