html {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}
body {
    border: medium none;
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#container {
    background: url("../images/containerBack.png") repeat-y scroll 0 0 transparent;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 950px;
}
#contentContainer {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 900px;
}
#mainNavigation {
    background: none repeat scroll 0 0 #FFFF33;
    height: 150px;
    position: relative;
    width: 900px;
}
#navigationTop {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 115px;
    position: relative;
    width: 900px;
}
#navigationLogo {
    float: left;
    position: relative;
}
#topContactInfo {
    float: right;
    height: 105px;
    padding-right: 15px;
    padding-top: 10px;
    width: 150px;
}
.navContact {
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 160px;
}
#navContactEmail {
    color: #82C96B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#navigationBar {
    background: none repeat scroll 0 0 #82C96B;
    height: 35px;
    position: relative;
    width: 900px;
}

a.navigationItem{
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Arial Black",Gadget,sans-serif;
	font-weight:900;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-decoration: none;
}

a.navigationItem:hover {
    background: none repeat scroll 0 0 #69A257;
}

a.navigationItemRight{
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: "Arial Black",Gadget,sans-serif;
	font-weight:900;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-decoration: none;
}

a.navigationItemRight:hover {
    background: none repeat scroll 0 0 #69A257;
}

a.navigationItemActive {
    background: none repeat scroll 0 0 #FFF598;
    color: #000000;
    display: block;
    float: left;
    font-family: "Arial Black",Gadget,sans-serif;
	font-weight:900;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-decoration: none;
}

a.navigationItemRightActive {
    background: none repeat scroll 0 0 #FFF598;
    color: #000000;
    display: block;
    float: right;
    font-family: "Arial Black",Gadget,sans-serif;
	font-weight:900;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-decoration: none;
}

#mainContent {
    height: auto;
    padding-bottom: 15px;
    position: relative;
    width: 900px;
}
#navigationLeft {
    float: left;
    height: auto;
    width: 175px;
}
.navigationLeftHeader {
    color: #82C96B;
    display: block;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}
.navigationLeftProductGroup {
    background: url("../images/navBullet.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 2px 10px;
    padding-left: 12px;
    text-decoration: none;
    width: 143px;
}
.navigationLeftProductGroup:hover {
    text-decoration: underline;
}
.navigationLeftProductGroupActive {
    background: url("../images/navBulletDown.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 2px 10px;
    padding-left: 12px;
    text-decoration: none;
    width: 143px;
}
.navigationLeftProduct {
    background: url("../images/navBullet.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 3px 10px 3px 20px;
    padding-left: 12px;
    text-decoration: none;
    width: 123px;
}
.navigationLeftProduct:hover {
    text-decoration: underline;
}
.navigationLeftProductActive {
    background: url("../images/navBullet.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 10px 3px 20px;
    padding-left: 12px;
    text-decoration: none;
    width: 123px;
}
.navigationLeftProductOpen {
    background: url("../images/navBulletDown.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight: bold;
    margin: 3px 10px 3px 20px;
    padding-left: 12px;
    text-decoration: none;
    width: 123px;
}
.navigationLeftSubProduct {
    background: url("../images/navBullet.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 3px 10px 3px 30px;
    padding-left: 12px;
    text-decoration: none;
    width: 123px;
}
.navigationLeftSubProduct:hover {
    text-decoration: underline;
}
.navigationLeftSubProductActive {
    background: url("../images/navBullet.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight: bold;
    margin: 3px 10px 3px 30px;
    padding-left: 12px;
    text-decoration: none;
    width: 123px;
}
#mainContentRight {
    float: right;
    height: auto;
    width: 725px;
}
#mainContentRightLeft {
    float: left;
    height: auto;
    width: 425px;
}
#mainContentRightRight {
    float: right;
    height: auto;
    width: 300px;
}
.box {
    height: auto;
    margin: 10px 0;
    width: 300px;
}
.boxTop {
    background: url("../images/boxTop.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 300px;
}
.boxHeader {
    color: #000000;
    display: block;
    font-family: "Arial Black",Gadget,sans-serif;
	font-weight:900;
    font-size: 16px;
    height: 20px;
    margin-left: 40px;
    padding-top: 10px;
}
.boxContent {
    background: none repeat scroll 0 0 #FFF598;
    height: auto;
    margin: 0 25px;
    padding: 10px 0 5px;
    width: 250px;
}
.boxBottom {
    background: url("../images/boxBottom.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 300px;
}
h1 {
    color: #82C96B;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 10px;
}
h2 {
    color: #82C96B;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 10px;
}
h3 {
    color: #000;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 10px;
}
p {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 5px 5px 5px 15px;
}
ul {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.nieuwsHeader {
    color: #000000;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.nieuwsDatum {
    display: block;
    font-size: 10px;
    margin: 0 15px;
}
.eventHeader {
    color: #000000;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 0;
}
.eventDatum {
    display: block;
    font-size: 10px;
    margin: 0 15px;
}
.eventText {
    font-size: 12px;
}
#mainFooter {
    background: url("../images/footer.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 950px;
}
#footerText {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
}
#footerText:hover {
    text-decoration: underline;
}
.spacer {
    clear: both;
    width: 100%;
}
.nieuwsbriefLabel {
    display: block;
    font-size: 12px;
    margin-left: 10px;
    width: 150px;
}
.nieuwsbriefInput {
    margin-bottom: 5px;
    margin-left: 10px;
    width: 145px;
}
#nieuwsbriefError {
    color: #FF0000;
    font-size: 12px;
    height: 0;
    margin: 0 10px 5px;
    width: 150px;
}
#nieuwsbriefSubmit {
    background: none repeat scroll 0 0 #FFF598;
    border: 2px solid #FFF598;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 10px 45px;
}
.overzichtContainer {
    float: left;
    height: 200px;
    margin-top: 15px;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
    width: 160px;
}
.overzichtAnhor {
    text-decoration: none;
}
.overzichtImageContainer {
    height: 120px;
    position: relative;
    text-align: center;
    width: 160px;
}
.overzichtImage {
    border: medium none;
    max-height: 120px;
    max-width: 160px;
    text-align: center;
}
.overzichtName {
    color: #82C96B;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.overzichtText {
    margin: 0 5px;
    text-align: justify;
}
.imageContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFF598;
    cursor: pointer;
    float: left;
    height: 68px;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 68px;
}
.imageContainer img {
    border: medium none;
    max-height: 66px;
    max-width: 66px;
}
.imageContainer:hover {
    border: 1px solid #333333;
}
#productImageBig {
    margin: 0 15px;
    max-width: 395px;
    text-align: center;
}
#productTagLine {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}
.productInfo1 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
    position: relative;
    width: 200px;
}
#productInfoOfferte {
    color: #82C96B;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.contactLabel {
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 35px;
    width: 100px;
}
.contactInput {
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 235px;
}
.contactText {
    clear: both;
    margin-left: 35px;
    width: 350px;
}
.contactSubmit {
    background: none repeat scroll 0 0 #82C96B;
    border: 2px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 170px;
    margin-top: 10px;
}
.visitekaartje {
    border: 0 none;
    margin: 10px 15px;
    max-width: 220px;
}
#contactError {
    clear: both;
    color: #FF0000;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 35px;
}
#topBanner {
    left: 115px;
    position: absolute;
    top: 15px;
    z-index: 1;
}
#mvoBanner {
    border: medium none;
    height: 250px;
    margin: 25px;
    position: relative;
    width: 250px;
}

button#productOrder{
	display:block;
	font-size:16px;
	margin:10px auto 0px auto;
	background:#82C96B;
	border:2px solid #82C96B;
	color:#FFF;
	cursor:pointer;
}

table#cartTable{
	width:695px;
	margin:0px 15px;
	font-size:12px;
}

table#cartTable tr{
	height:25px;
}

th#cartProductHeader{
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #82C96B;	
}

th#cartHoeveelheidHeader{
	width:100px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #82C96B;	
}

th#cartPrijsHeader{
	width:70px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #82C96B;
}

th#cartDeleteHeader{
	width:90px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #82C96B;
}

td.cartItemNaam{
	text-align:left;
	vertical-align:middle;
}

td.cartItemHoeveelheid{
	width:100px;
	text-align:center;
	vertical-align:middle;
}

td.cartItemPrijs{
	width:70px;
	text-align:center;
	vertical-align:middle;
}

td.cartItemDelete{
	width:90px;
	text-align:center;
	vertical-align:middle;
}

td.cartItemSubTotaalText{
	border-top: 1px solid #82C96B;
	width:100px;
	text-align:right;
	vertical-align:middle;
}

td.cartItemSubTotaal{
	border-top: 1px solid #82C96B;
	width:70px;
	text-align:center;
	vertical-align:middle;
}
td.cartItemSubTotaalSpacer{
	border-top: 1px solid #82C96B;
	width:90px;
	text-align:right;
	vertical-align:middle;
}

td.cartItemVerzendtext{
	width:100px;
	text-align:right;
	vertical-align:middle;
}

td.cartItemVerzend{
	width:70px;
	text-align:center;
	vertical-align:middle;
}

td.cartItemBTWText{
	width:100px;
	text-align:right;
	vertical-align:middle;
}

td.cartItemBTW{
	width:70px;
	text-align:center;
	vertical-align:middle;
}

td.cartItemTotaalText{
	width:100px;
	text-align:right;
	vertical-align:middle;
}

td.cartItemTotaal{
	width:70px;
	text-align:center;
	vertical-align:middle;
}

a#checkoutButton {
    background: none repeat scroll 0 0 #82C96B;
    border: 3px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 16px;
    margin: 2px 15px 2px 2px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

button#emptyButton {
    background: none repeat scroll 0 0 #82C96B;
    border: 2px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 2px 5px 2px 2px;
    padding: 1px 6px;
}

button.cartItemDeleteButton {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #82C96B;
    cursor: pointer;
    font-size: 10px;
}

label.checkOutLabel{
	font-size:12px;
	margin-left:15px;
}

label.checkOutLabelError{
	font-size:12px;
	margin-left:15px;
	color:#F00;
}

label.checkOutDataLabel{
	display:block;
	font-size:12px;
	margin-left:15px;
	float:left;
	width:125px;
}

label.checkOutDataLabelError{
	display:block;
	font-size:12px;
	margin-left:15px;
	float:left;
	width:125px;
	color:#F00;
}

input.checkOutDataInput{
	float:left;
	width:208px;
}

div.dataSpacer{
	clear:both;
	height:10px;
}

a#sendOrderButton{
	background: none repeat scroll 0 0 #82C96B;
    border: 3px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 16px;
    margin: 2px 15px 2px 2px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    width:80px;
}

a#changeOrderButton {
    background: none repeat scroll 0 0 #82C96B;
    border: 3px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 16px;
    margin: 2px 15px 2px 2px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    width:125px;
}

input#dataSubmit {
    background: none repeat scroll 0 0 #82C96B;
    border: 2px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 2px 15px 2px 2px;
    padding: 1px 6px;
}

a#changeDataButton{
	background: none repeat scroll 0 0 #82C96B;
    border: 3px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 16px;
    margin: 2px 15px 2px 2px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    width:125px;
}

input#payButton{
	background: none repeat scroll 0 0 #82C96B;
    border: 2px solid #82C96B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 2px 15px 2px 2px;
    padding: 1px 6px;
}

table#bevestigingTable{
	margin:0px 15px 10px 15px;
}

td.bevestigingLabel{
	font-size:12px;
	width:125px;
}

td.bevestigingData{
	font-size:12px;
}
