* {margin:0; padding:0;
}
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Container {
	width: 1000px;
	height: 100%;
	margin: auto;
	text-align: left;
	background-color: #cccccc;
}
#Wrapper {
	display: block;
	width: 1000px;
	background: #cccccc url(../images/background.gif) repeat-x;
	text-align: left;
}
#Header {
	display: block;
	width: 970px;
	height: 111px;
	background: url(../images/BgHeader.png) repeat-x;
	margin-left: 15px;
	text-align: left;
}
#Logo {
	display: block;
	float: left;
	width: 350px;
	height: 111px;
}
#MainMenu {
	display: block;
	height: 111px;
}
#Visual {
	display: block;
	width: 970px;
	margin: 0px 0px 25px 15px;
}
#ContentLeft {
	float: left;
	width: 550px;
	margin: 0px 0px 0px 20px;
	text-align: justify;
}
#ContentRight {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 25px;
}
#Prijzen {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
#ColumnRight {
	float: left;
	width: 174px;
	margin: 2px 0px 0px 15px;
}
#VisualRight {
	float: left;
	width: 391px;
	margin: 30px 0px 0px 0px;
}
/** STYLES MAIN MENU ITEMS **/
.MnuBlue {
	float: left;
	width: 174px;
	height: 20px;
	margin: 53px 0px 0px 0px;
	background: url(../images/BgMnuBlue.png);
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	color: #ffffff;
}
.MnuGrey {
	float: left;
	width: 174px;
	height: 20px;
	margin: 53px 0px 0px 49px;
	background: url(../images/BgMnuGrey.png);
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	color: #ffffff;
}
.MnuRed {
	float: left;
	width: 174px;
	height: 20px;
	margin: 53px 0px 0px 49px;
	background: url(../images/BgMnuRed.png);
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	color: #ffffff;
}
.MainMenuLink {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	line-height: 19px;
	color: #ffffff;
	text-decoration: none;
}
/** STYLES SIDEMENU **/
#Sidemenu {
	float: left;
	width: 174px;
	margin: 0px;
	background: url(../images/BgSideMenu.png);
}
.SideMnuBlue {
	display: block;
	width: 174px;
	height: 20px;
	margin: 0px 0px 15px 0px;
	background: url(../images/BgMnuBlue.png);
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	color: #ffffff;	
}
.SideMnuGrey {
	display: block;
	width: 174px;
	height: 20px;
	margin: 0px 0px 15px 0px;
	background: url(../images/BgMnuGrey.png);
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	color: #ffffff;
}
.SideMnuRed {
	display: block;
	width: 174px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background: url(../images/BgMnuRed.png);
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	color: #ffffff;
}
.SideMenuLink {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	line-height: 19px;
	color: #ffffff;
	text-decoration: none;
}
/** FOOTER **/
#Footer{
	display: block;
	width: 970px;
	height: 30px;
	margin-left: 15px;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #152343;
	text-align: center;
}
#FooterStart{
	display: block;
	width: 970px;
	height: 20px;
	margin-left: 15px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #152343;
	text-align: center;
}

/** BLOCKS **/
#Content {
	margin: 34px 0px 89px 15px;
}
#ContentStart {
	margin: 34px 0px 80px 15px;
}
#BlockBlue{
	float: left;
	width: 310px;
	height: 225px;
	background:url(../images/block_blue.png);
}
#BlockBrown{
	float: left;
	margin-left: 20px;
	width: 310px;
	height: 225px;
	background:url(../images/block_brown.png);
}
#BlockRed{
	float: left;
	margin-left: 20px;
	width: 310px;
	height: 225px;
	background:url(../images/block_red.png);
}
#BlockHeader {
	width: 279px;
	height: 24px;
	color: #fff;
	margin: 18px 0px 0px 15px;
	font-weight: bold;
}
#BlockText {
	width: 280px;
	text-align: justify;
	line-height: 10px;
	color: #fff;
	margin: 11px 0px 0px 15px
}
#LeesMeer {
	position: absolute;
	top: 603px;
	height: 24px;
	margin-left: 200px;
}
/** COMMON STYLES **/
p {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 16px;
	margin-bottom: 20px;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	line-height: 19px;
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	text-decoration: underline;
}
td {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}
/** FORM STYLES INSCHRIJFFORMULIER **/
#ContentForm {
	float: left;
	width: 780px;
	margin: 0px 0px 0px 15px;
	margin-bottom: 30px;
}
#Form {
	width: 720px;
	margin: auto;
}
.Formfield {
	margin-bottom: 10px;
}
.FormfieldCalendar {
	display: block;
}
label {
	display: block;
	float: left;
	width: 275px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
.InputTextfield {
	width: 275px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
.InputSelect {
	width: 279px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
.InputTextarea {
	width: 550px;
	height: 150px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
.Submit {
	margin-left: 278px;
}
.errorMessage {
	margin-left: 10px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #cc0000;
}
.red {
	font-weight: bold;
	color: #cc0000;
}
/** FORM STYLES CONTACT FORMULIER **/
.InputTextfieldct {
	width: 225px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
.InputTextareact {
	width: 402px;
	height: 100px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
.Submitct {
	margin-left: 178px;
}
.LabelCt {
	display: block;
	float: left;
	width: 175px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
}
