/* -------------------------------------------------------------------- basics */
* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #AC7933;
}
body {
	font-size: 11px;
	background-color: #E1EEF4;
	line-height: 17px;
	background-image: url(img/bodybackground.gif);
}
h1 {
	font-size: 16px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #654932;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C5DCE9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #36291B;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-top: 15px;
}
p {
	font-size: 11px;
	margin-bottom: 16px;
}
a:link, a:visited {
	color: #654932;
}
a:hover, a:active {
	color: #654932;
}
#Intro a:link, #Intro a:visited {
	color: #F91B16;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#Intro a:hover, #Intro a:active {
	color: #FFF;
	background-color: #71D83F;
	border-bottom-color: #654932;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
li {
	padding-left: 24px;
	background-image: url(img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
hr {
	border: none;
	border-bottom: 1px solid #FF0000; 
	height: 0;
}
.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#columnContent img{
	margin-right: 20px;
	margin-bottom: 17px;
	border: 3px solid #FFF;
}
/* ------------------------------------------------------------- columnContent */
#columnContent h2 {
	font-size: 16px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #36291B;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
#columnContent ul {
	margin-left: 16px;
}
#columnContent li {
	background-image: none;
	list-style-type: disc;
	padding-left: 0px;
}
/* ----------------------------------------------workshops pagina */
.workshopwrapper {
	clear: both;

}
div.workshop {
	width: 260px;
	float: left;
	margin-right: 28px;

}
#columnContent div img {
	border: none;
	margin: 0px;
}
#columnContent p {
	color: #654932;
	margin-right: 75px;
}
.workshop ul {
}

.workshop ul li {
	background-image: none;
	background-color: #FEB00E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	padding: 5px;
	color: #36291B;
}
.workshop a:link, .workshop a:visited {
	color: #36291B;
}
.workshop a:hover, .workshop a:active {
	color: #FFF;
	text-decoration: none;
}
/* ----------------------------------------aanmelden */
.workshop ul li#aanmelden {
	background-image: none;
	background-color: #F8990C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 5px;
	color: #36291B;
}
.workshop ul li#aanmelden a:link, .workshop ul li#aanmelden a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #36291B;
}
.workshop ul li#aanmelden a:hover, .workshop ul li#aanmelden a:active {
	color: #FFF;
	text-decoration: none;
}

