/* CSS Document */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	background-color: #FFFFFF;
}

#separator {
	position: relative;
	width: 100%;
	height: 5px;
}
#logo {
	position: relative;
	width: 100%;
	height: 115px;
	background-image:url(images/logo.jpg);
}

#flash {
	position: relative;
	width: 100%;
	height: 280px;
	background-color: #CCCCCC;
}

#menu {
	font-size: 15px;
	position: relative;
	height: 30px;
	width: 890px;
	padding-left: 60px;
	color: #DC4E00;
}

#content {
	position: relative;
}

#mainArea {
	position: relative;
	width: 620px;
	background-color: #E8E8E9;
	min-height: 365px;
	_height: 365px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 23px;
}

#eventText {
	width: 290px;
}
#sideBar {
	position: absolute;
	left: 700px;
	top: 0px;
	width: 250px;
	min-height: 100%;
	_height: 388px;
	background-color: #D1D1D3;
}

#sideBarEventsTitle {
	position: relative;
	widht: 100%;
	height: 62px;
	background-image:url(images/vandam_evenement.gif);
	background-repeat: no-repeat;
}

#sideBarSpacer {
	position: relative;
	widht: 100%;
	height: 62px;
}

#eventImage {
	position: absolute;
	left: 365px;
	top: 62px;
}

a {
	color: #DC4E00;
	text-decoration: none;
}

a.menuItem {
	color: #59595D;
}

span.menuItem {
	padding-right: 20px;
}
a.readMore {
	color: #DC4E00;
}
.groteKop {
	font-size: 40px;
	color: #DC4E00;	
}

.kleineKop {
	font-weight: bold;
	color: #DC4E00;	
}

p {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	padding: 0px;
}

div.event{
	
}
div.sideBarTitle {
	font-size: 13px;
}

div.sideBarBody {
}

div.sideBarMoreInfo {
}

div.thumbLine {
	position:relative;
	height: 70px;
}
div.eventThumb {
	position: absolute;
	top: 0px;
	width: 70px;
	height: 70px;
	background-image:url(images/frame_kl.gif);
	overflow: hidden;
	cursor: pointer;
}

div.thumbImage {
	position: absolute;
	left: 8px;
	top: 7px;
	width: 52px;
	height: 52px;
	overflow: hidden;
	cursor: pointer;
}

div.horizontalEventImage {
	position: absolute;
	width: 325px;
	height: 225px;
	background-image:url(images/frame_gr_liggend.gif);
}

div.horizontalInternal {
	position:absolute;
	left: 8px;
	top: 8px;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

div.verticalEventImage {
	width: 225px;
	height: 325px;
	background-image:url(images/frame_gr_staand.gif);
}

div.verticalInternal {
	position:absolute;
	left: 8px;
	top: 8px;
	width: 200px;
	height: 300px;
	overflow: hidden;
}