body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Site_Background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	overflow: -moz-scrollbars-vertical;
}
a {
	color: #621A4B;
	text-decoration: underline;
}

#Site {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#Header {
	width: 100%;
	height: 60px;
	background-image: url(../images/Header_Background.jpg);
	background-repeat: repeat-x;
	*margin-left: 1px;
}
#Header #Logo {
	width: 200px;
	height: 30px;
	width: 160px;
	padding-top: 14px;
	padding-left: 12px;
}

#Menubar {
	color: #621A4B;
	height: 20px;
	background-image: url(../images/Menubar_Background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: solid 1px #E3E3E3;
	border-bottom: solid 1px #E3E3E3;
	*margin-left: 1px;
}
#Menubar #Items {
	float: left;
	font-size: 8pt;
}
#Menubar #Items ul {
	margin: 0px;
	padding: 0px;
}
#Menubar #Items li {
	list-style: none;
	height: 18px;
	float: left;
	padding: 2px 8px 0px 8px;
	border-right: solid 1px #E3E3E3;
}
#Menubar #Items li.Active {
	background-image: url(../images/Menubar_Active_Background.jpg);
}

#Menubar #Items ul li ul {
	visibility: hidden;
	background-color: #5F1F4B;
	width: 0px;
	position: absolute;
	margin-left: -7px;
	>margin-left: -57px;
	margin-top: 5px;
	>margin-top: 19px;
}
#Menubar #Items ul li ul li {
	float: none;
	display: list-item;
	border: none;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	list-style: none;
	width: 143px;
	background-color: #5F1F4B;
}
#Menubar #Items ul li ul li:hover {
	background-image: url(../images/Menubar_Background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
}
#Menubar #Landen {
	float: right;
}
#Menubar #Landen .Vlag {
	width: 25px;
	float: left;
	height: 20px;
}

#Menubar #Items ul li ul li a {
	color: white;
}
#Menubar #Items ul li ul li:hover a {
	color: #621A4B;
}
#Menubar #Items ul li ul li a:hover {
	border-bottom: solid 1px white;
}
#Menubar a, #BottomNav a {
	text-decoration: none;
	color: #621A4B;
}
#Menubar #Items li.Active a {
	color: white;
}

#Eyecatcher {
	height: 160px;
	background-color: #1DB5E7;
	overflow: hidden;
	*margin-left: 1px;
}

#Content {
	font-size: 8pt;
	margin-top: 15px;
	color: #073555;
	width: 100%;
    overflow: hidden;
}
#Content #Main {
	width: 595px;
	padding-left: 12px;
	float: left;
}
#Content #Side {
	float: left;
	margin-left: 10px;
}

#Content p {
	margin: 0px 0px 15px 0px;
	line-height: 17px;
}
#Content h1 {
	color: #621A4B;
	margin: 0px 0px 8px 0px;
	font-size: 14pt;
}
#Content h2 {
	color: #621A4B;
	margin: 0px 0px 8px 0px;
	font-size: 11pt;
	font-style: italic;
}
#Content h3 {
	color: #621A4B;
	margin: 0px 0px 4px 0px;
	font-size: 8pt;
}
#Content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#Content li {
	list-style: none;
	background-repeat: no-repeat;
	background-image: url(../images/Icon_Rad.gif);
	height: 25px;
	padding-left: 35px;
	padding-top: 7px;
}

#Content #News, #Content #Project {
	border-top: solid 1px #E3E3E3;
	margin-left: -12px;
	*margin-left: -11px;
	line-height: 15px;
}

#Content #Main .Projectitem, #Content #Main .Newsitem {
	height: auto;
	min-height: 70px;
	background-image: url(../images/News_Background.jpg);
	border-bottom: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 5px 5px 12px;
}
* html #Content #Main .Projectitem, * html #Content #Main .Newsitem {
	height: 70px;
}
#Content #Main .Newsitem {
	padding-left: 0px;
}
/*
#Content #Main .Newsitem {
	height: 70px;
	overflow: hidden;
	background-image: url(../images/News_Background.jpg);
	border-bottom: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
}
*/
#Content #Main .Newsitem .Image, #Content #Main .Projectitem .Image {
	float: left;
	margin: 0px 10px 0px 10px;
	height: 70px;
}
#Content #Main .Projectitem .Image {
	height: auto;
	margin-left: 0px;
}
#Content #Main .Newsitem .Image img, #Content #Main .Projectitem .Image img {
	border: solid 1px #E3E3E3;
}
#Content #Main .Newsitem h3 a, #Content #Main .Projectitem a {
	text-decoration: none;
}

#Content #Main img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: none;
}
#Content #Main img.Right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#Content #Main .Referentie {
	width: 290px;
	float: left;
}


#Content #Side ul {
	margin: 0px;
	padding: 0px;
}
#Content #Side li {
	background-image: url(../images/Icon_Rad_Small.gif);
	padding-left: 14px;
	height: 12px;
	padding-top: 4px;
	background-position: 0px 7px;
}
#Content #Side li.active a {
	color: #621A4B;
	text-decoration: underline;
}
#Content #Side h1 {
	margin: 0px;
	font-size: 8pt;
}
#Content #Side a {
	color: #073555;
	text-decoration: none;
}
#Content #Side a:hover {
	text-decoration: underline;
}
#Content #Side img {
	margin-bottom: 5px;
}


#Ads {
	clear: both;
	margin-top: 20px;
	height: 200px;
}
#Ads .Block {
	width: 230px;
	height: 125px;
	float: left;
	color: white;
	font-size: 8pt;
	padding-left: 10px;
	padding-top: 75px;
	padding-right: 10px;
	line-height: 15px;
	cursor: pointer;
}
#Ads .Spacer {
	width: 5px;
	height: 200px;
	float: left;
}

#BottomNav {
	color: #621A4B;
	height: 20px;
	background-image: url(../images/Menubar_Background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: solid 1px #E3E3E3;
	border-bottom: solid 1px #E3E3E3;
	margin-top: 15px;
	*margin-left: 1px;
}
#BottomNav #Items {
	float: left;
	font-size: 8pt;
}
#BottomNav #Items ul {
	margin: 0px;
	padding: 0px;
}
#BottomNav #Items li {
	display: inline;
	height: 18px;
	float: left;
	padding: 2px 8px 0px 8px;
	border-right: solid 1px #E3E3E3;
}

.Cleaner {
	clear: both;
}

input {
	font-size: 8pt;
	padding-left: 2px;
	border: solid 1px #E3E3E3;
	background-image: url(../images/Input_Background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #073555;
	width: 175px;
	margin-bottom: 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 400px;
	height: 200px;
	border: solid 1px #E3E3E3;
	padding-left: 2px;
	color: #073555;
}
select {
	font-size: 8pt;
	width: 180px;
	border: solid 1px #E3E3E3;
	margin-bottom: 3px;
	height: 18px;
	color: #073555;
	background-color: #F7F7F7;
}
.formColumnLeft {
	width: 135px;
}
.formSubmitSend {
	margin-top: 8px;
	font-weight: bold;
	background-image: url(../images/Input_Button_Background.jpg);
	color: white;
	height: 20px;
}

.Highlight {
	color: #1AB7EA;
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
}

div.downloadContainer {
}

p.downloadContentItem {
}

.downloadFileTypeIcon {

}

.downloadFileSize {
 	margin-left: 10px;
}

#Content .FAQ {
	border-top: solid 1px #E3E3E3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Content .FAQ .Heading {
	font-size: 9pt;
	float: left;
	font-weight: bold;
	color: #1AB7EA;
}
#Content .FAQ .Vraag {
	font-weight: bold;
	clear: both;
}
#Content .FAQ .Antwoord {
	margin-top: 5px;
	clear: both;
}
#Content .FAQ .Content {
	margin-left: 25px;
}

#activePhoto {
	/* border: solid 1px #E3E3E3;*/
	margin-bottom: 10px;
	height: 435px;
	clear: both;
	width: expression(document.body.clientWidth > 595? "595px": "auto" );
	overflow: hidden;
}
#activePhoto img {
	margin: 0px;
}

#Content #Main div.thumbnails {
	border: solid 1px #E3E3E3;
	padding: 5px;
	margin-bottom: 10px;
	overflow: auto;
	height: 100%;
}

#Content #Main div.thumbnails img {
	vertical-align: middle;
	float: none;
}
#Content #Main div.thumbnails a {
	text-decoration: none;
}