/* 
color="#cccc9f"
rood #db4105
lichtrood #f1b59e
blauw #9fb4cc
lichtblauw #d6dfe9


*/

body
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff8e3;
	font-size: 86%;
	padding-bottom: 40px;
}

*
{ margin: 0; padding: 0; border: 0; text-align: left; vertical-align: top; }

#pagina
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#kop
{
	height: 100px;
	text-align: left;
	background-image: url(../images/beeldbalk.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 1000px;
}

#nav
{
	height: 30px;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #cccc9f;
}

#inhoud
{
	text-align: center;
	margin-top: 40px;
}

#kolom {
	float: left;
	position: relative;
	margin-left: 60px;
}

.footer
{
	text-align: center;
	width: 100%;
	clear: both;
}

.clear { clear: both; }

#inhoud img
{
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#intro { width: 264px; margin-top: 25px; }

#intro ul
{ font-size: 0.9em; list-style-type: disc; margin-left: 30px; margin-bottom: 30px; line-height: 1.6em; }

/*Typografie*/
#kop h1
{
	color: #CCCC9F;
	font-size: 1.2em;
}

h2 { margin-bottom: 15px; }

p
{
	color: #000;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-left: 15px;
	margin-bottom: 2em;
	max-width: 500px;
}
.credit { color: #999; font-size: 0.7em; }
strong
{
	color: #800000;
	font-style: italic;
}
#home h2 { color: #db4105; font-size: 1em; }

#home h2 a { color: #db4105; }
/* Evenement */
#kalender
{
	width: 600px;
	float: left;
	position: relative;
}

.vevent
{ margin-bottom: 20px; margin-right: auto; margin-left: auto; background-image: url(../images/bg-kalender-home.png); background-repeat: repeat-y; min-height: 100px; }

.datum
{
	width: 25%;
	float: left;
	color: #fff;
	font-weight: bold;
	padding-top: 20px;
	margin-right: 20px;
	text-align: center;
}

.dtstart, .dtend
{
	color: #FFF;
	font-weight: bold;
	font-size: 2em;
}

.dtstart { }
.dtend { }

h3, h3 a:link, h3 a:visited, h3 a:hover
{
	color: #db4105;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 10px;
	
}

h3 a:hover { color: #db4105; text-decoration: underline; }

.evenement
{
	position: relative;
	top: 0;
	width: 400px;
	height: 100%;
	
	margin-left: 150px;
}

#affiche
{
	
	
	
	
	
}
.summary
{
	margin-top: 10px;
	font-size: 1.2em;
	margin-left: 15px;
}

.location
{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.description { margin-top: 20px; margin-bottom: 10px; }
.evenement ul { margin-bottom: 20px; margin-left: 40px; padding-bottom: 20px; }
hr.clear
{ clear: both; width: 100%; height: 2px; background-color: #999; }
.banner { margin-top: 20px;
	width: 300px;
}
/* Navigatie */
ul#navigatie
{
	
	display: block;
}

ul#navigatie li
{
	list-style-type: none;
	list-style-position: outside;
	float: left;
}

ul#navigatie li a:link, ul#navigatie li a:visited, ul#navigatie li a:hover, ul#navigatie li a:active
{
	color: #db4105;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	margin-right: 10px;
	padding: 5px 15px;
}

ul#navigatie li a:hover { text-decoration: underline; }
#footer a { font-size: 0.7em; }

/* Banners op kalenderpagina */

#banners { width: 100%; height: 40px; text-align: center; margin-bottom: 40px; }

.kalender div.banner	 {
	float: left;
	width: 264px;
}
.floatright { float: right; margin: 30px 10px 10px; }
.floatleft { float: left; }
