body {

margin: 0;
background-image: url('./images/achtergrond.jpg');
background-position: top center;
background-color: #38140d;
font-family: arial;

}

/************* winkelwagen *************/

#winkelwagen {

background-color: white;
background-position: right;
background-repeat: repeat-y;
position: absolute;
top: 10px;
right: 0%;
margin-right: 10px;
border: 1px solid black;

}

#winkelwagen a {

color: black;
font-size: 8pt;
padding-left: 5px;
outline:0;

}

/************* informatie *************/

#info {

color: black;
font-size: 8pt;
padding-left: 5px;
padding-right: 5px;

}

/************* menurechts *************/

#menurechts {

background-color: white;
position: absolute;
top: 10px;
left: 0%;
margin-left: 10px;
width: 200px;
border: 1px solid black;

}

#menurechts a {

color: black;
font-size: 8pt;
font-weight: normal;

}

td.streeponder {

border-bottom: 1px solid black;
font-size: 9pt;
color: red;
padding-left: 5px;
padding-right: 5px;
text-align: center;

}

/************* div linkjes *************/

#linkjes {

text-align: center;
font-size: 9pt;

}

#linkjes a {

color: #597349;
text-decoration: underline;
outline: 0;
font-weight: bold;
padding-left: 12px;
padding-right: 12px;

}

/************* slideshow *************/

#slideshow {

margin-left: auto;
margin-right: auto;

}

/************* content *************/

#content {

background-color: #bed0b3;
margin-left: auto;
margin-right: auto;
width: 700px;
border: 8px solid #779863;
border-top: none;
border-bottom: none;

}

/************* hoveren van linkjes *************/

#menurechts a:hover {

text-decoration: none;
color: #779863;

}

#linkjes a:hover {

text-decoration: none;
color: black;

}

#footer a:hover {

text-decoration: none;
color: black;

}

/************* tekststyling *************/

a {

color: #779863;

}

h1 {

color: #779863;
margin-left: 100px;
margin-right: 100px;
font-size: 14px;
font-weight: bold;

}

h2 {

color: black;
margin-left: 100px;
margin-right: 100px;
font-size: 9pt;
font-weight: bold;

}

p.groot {
margin-left: 50px; 
margin-right: 50px; 
line-height: 1.3em;
}

h1.groot {
margin-left: 50px; 
margin-right: 50px; 
line-height: 1.3em;
}


p {

color: #545454;
margin-left: 100px;
margin-right: 100px;
font-size: 9pt;
line-height: 1.5em;

}

div.centreren {

text-align: center;

}

/************* product table *************/

table.product {

margin-left: auto;
margin-right: auto;
font-size: 9pt;
width: 500px;

}

td.naamcell {

color: #597349;
font-size: 10pt;
height: 8px;
}

td.nummercell {

color: black;
width: 35px;
font-size: 9pt;
height: 8px;
}

td.prijscell {

width: 100px;
color: black;
font-size: 9pt;
height: 8px;
}

td.ingredientcell {

color: black;
font-size: 8pt;
font-style: italic;
height: 8px;
}

td.toevoegcell {

width: 85px;
height: 8px;
}

fieldset {

border: 0px;

}

/************* menu *************/

#menu {

font-weight: normal;
color: black;
font-size: 8pt;
width: 650px;
margin-left: 25px;

}

tr.ingredienten {

color: #cc3030;
font-size: 7pt;

}

#adres {

font-weight: normal;
color: black;
font-size: 8pt;
width: 595px;
margin-left: 55px;
margin-right: 55px;
margin-top: 16px;

}

tr.bovenrij {

color: #cf4239;
font-weight: bold;

}

td.adresveld {

width: 100px;

}

td.inputveld {

width: 230px;

}

#menu select {

font-size: 8pt;

}

strong.bezorgtijden {

color: red;
font-weight: normal;
font-weight: bold;

}

/************* plattegrond *************/

#plattegrond {

margin-left: auto;
margin-right: auto;

}

/************* footer *************/

#footer {

text-align: center;
font-size: 8pt;
color: grey;

}

#footer a {

color: grey;

}

/************* popup *************/

#overlaybestel {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 100px;
    left: 0px;
	z-index: 1000;
	text-align: left;
}

* html #overlaybestel { /*\*/position: absolute; top: expression((176 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#foo > #overlaybestel { width: 100%;
min-height: 100%;
position: fixed;
top: 100px;
left: 0px;
z-index: 1000;
text-align: left; }

.showbestelopties {
	display: visible;
}
.hidebestelopties {
	display: none;
}

.bestelopties {
	margin: 0 auto 0 auto;
	width: 600px;
	background: white;
	border: 4px solid black;
	padding: 10px;
	font-size: 8pt;
}

.errorMessage {
	display: block;
	font-weight: bold;
	color: red;
}
