@charset "utf-8";
/* CSS Document */

* {
	font-family: Calibri, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

body {
	background-color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0px;
	min-width: 982px;
	background-image: url(../Images/BackGrounds/Bg_Body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;

}
#TopHeader {
	background-image: url(../Images/BackGrounds/Logo_Top.png);
	background-repeat: no-repeat;
	height: 150px;
}
#TopHeaderLeft {
	float: left;
	line-height: 1.35em;
	text-transform: uppercase;
	text-align: left;
	height: 150px;
	width: 10px;
}

#TopHeaderRight {
	float: right;
	height: 130px;
	padding-top: 20px;
	line-height: 1.35em;
	background-image: url(../Images/BackGrounds/RightTop.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}
#Adres {
	padding-top: 88px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #FFF;
	float: left;
}

#Header {
	width: 100%;
	height: 105px;
	background-image: url(../Images/BackGrounds/Bg_Header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 48px;
}

#ContentWrapper {
	width: 982px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../Images/BackGrounds/Contentwrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#ContentLeft {
	width: 235px;
	float: left;
	margin-right: 14px;

}
#ContentRight {
	width: 733px;
	float: left;
	margin-right: 0px;
}
#Footer {
	padding-top: 28px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #FFF;
	clear: both;
	letter-spacing: 0.2em;
	color: #006675;
	background-image: url(../Images/BackGrounds/Bg_Footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-bottom: 10px;
}
#Bottum-Navigation {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	padding: 0;
	color: #CCC;
	z-index: 9999999;
	background-image: url(../Images/BackGrounds/Bg_BottumNav.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#Nav-Wrapper {
	width: 982px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Images {
	float: left;
}
#Slideshow {
	float: right;
	width: 400px;
	height: 98px;
	margin-top: 1px;
}
#Nav-Wrapper ul {
	list-style-type: none;
	color: #FFF;
}
#Nav-Wrapper li {
	float: left;
	text-transform: uppercase;
	margin-right: 1px;
	color: #FFF;
}
#Nav-Wrapper a:link, #Nav-Wrapper a:visited, #Nav-Wrapper a:active {
	text-decoration: none;
	display: block;
	height: 60px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 0.3em;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
#Nav-Wrapper a:hover {
	background-image: url(../Images/BackGrounds/Bg_Buttons.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#ContentLeft .Content {
    padding: 20px;
	font-size: 12px;
	line-height: 1.35;
}
#ContentRight .Content {
	padding: 20px 28px;
	font-size: 14px;
	line-height: 1.35;
	color: #333;
}

#Footer a:link, #Footer a:visited, #Footer a:active {
	color: #333;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
	color: #000;
}
#Header #Images li {
	float: left;
	color: #FFF;
}
#Header #Images ul {
	list-style-type: none;
}
#OpenLeft {
	float: left;
	padding: 10px;
}
#OpenRight {
	float: left;
	padding: 10px;
}


.Content-Header-Wrapper {
	background-image: url(../Images/BackGrounds/HeaderMid.jpg);
	background-repeat: repeat-x;
}
#Maps {
	color: #333;
}

.Cotent-Heading {
	background-image: url(../Images/BackGrounds/HeaderLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Cotent-Heading h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	background-image: url(../Images/BackGrounds/HeaderRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-top: 10px;
}
.Current {
	background-image: url(../Images/BackGrounds/Bg_Buttons.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.Page-Propper {
	background-color: #006675;
	color: #CCC;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #333;
	-webkit-box-shadow: 5px 5px 20px #333;
	box-shadow: 5px 5px 20px #333;
	 #  /* Voor IE 8 */  
#   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";  
#   /* Voor IE 5.5 - 7 */  
#   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333'); 
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.tarieven {

}

.Topper {
	color: #FF802B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-transform: uppercase;
}
.Clear {
	clear: both;
}

.ImgHeader {
	margin-top: 1px;
	margin-right: 5px;
}
.Kapsel1 a:link, .Kapsel1 a:visited, .Kapsel1 a:active {
	background-image: url(../Images/BackGrounds/Kapsel_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 98px;
	margin-top: 1px;
	margin-right: 5px;
}
.Kapsel1 a:hover {
	background-image: url(../Images/BackGrounds/Kapsel_01_Down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Kapsel2 a:link, .Kapsel2 a:visited, .Kapsel2 a:active {
	background-image: url(../Images/BackGrounds/Kapsel_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 98px;
	margin-top: 1px;
	margin-right: 5px;
}
.Kapsel2 a:hover {
	background-image: url(../Images/BackGrounds/Kapsel_02_Down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Kapsel3 a:link, .Kapsel3 a:visited, .Kapsel3 a:active {
	background-image: url(../Images/BackGrounds/Kapsel_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 98px;
	margin-top: 1px;
	margin-right: 5px;
}
.Kapsel3 a:hover {
	background-image: url(../Images/BackGrounds/Kapsel_03_Down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Kapsel4 a:link, .Kapsel4 a:visited, .Kapsel4 a:active {
	background-image: url(../Images/BackGrounds/Kapsel_04.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 98px;
	margin-top: 1px;
	margin-right: 5px;
}
.Kapsel4 a:hover {
	background-image: url(../Images/BackGrounds/Kapsel_04_Down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Kapsel5 a:link, .Kapsel5 a:visited, .Kapsel5 a:active {
	background-image: url(../Images/BackGrounds/Kapsel_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 98px;
	margin-top: 1px;
	margin-right: 5px;
}
.Kapsel5 a:hover {
	background-image: url(../Images/BackGrounds/Kapsel_05_Down.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ImgHome {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.PullquoteLeft {
	display: block;
	position: relative;
	height: 338px;
	width: 362px;
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.PrijlijstLeft {
	float: left;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006675;
	margin-bottom: 20px;
}
.PrijlijstRight {
	float: left;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006675;
	padding-left: 20px;
	margin-bottom: 20px;
}

