body {
margin: 0;
background-image: url('./images/achtergrond.jpg');
background-attachment: fixed;
background-position: top left;
background-color: white;
font-family: verdana, 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;
}

#menurechts a:hover {
text-decoration: none;
color: #E60005;
}

td.streeponder {
border-bottom: 1px solid black;
font-size: 9pt;
color: #EE2D21;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}

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

#linkjes {
text-align: center;
color: black;
font-size: 9pt;
}

#linkjes a {
color: black;
text-decoration: underline;
outline: 0;
padding-left: 12px;
padding-right: 12px;
}

#linkjes a:hover {
text-decoration: none;
}

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

#slideshow {
margin-left: auto;
margin-right: auto;
}

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

#content {
background-image: url('images/background.jpg');
background-color: #E8E8E8;
margin-left: auto;
margin-right: auto;
width: 700px;
border: 1px solid black;
border-top: none;
}

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

a {
color: #00275A;
}

p {
color: black;
margin-left: 100px;
margin-right: 100px;
font-size: 9pt;
line-height: 1.3em;
}

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

h1 {
color: #00275A;
margin-left: 100px;
margin-right: 100px;
font-size: 11pt;
font-weight: bold;
}

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

div.centreren {
text-align: center;
}

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

table.product {
margin-left: auto;
margin-right: auto;
font-size: 10pt;
width: 500px;
}

td.naamcell {
color: #00275A;
font-size: 9pt;
}

td.nummercell {
color: black;
width: 35px;
font-size: 9pt;
}

td.prijscell {
width: 100px;
color: black;
font-size: 9pt;
}

td.ingredientcell {
color: black;
font-size: 8pt;
font-style: italic;
}

td.toevoegcell {
width: 85px;
}

fieldset {
border: 0px;
}

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

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

tr.ingredienten {
color: #CF2027;
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: #CF2027;
font-weight: normal;
font-weight: bold;
}

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

#plattegrond {
margin-left: auto;
margin-right: auto;
}

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

#footer {
text-align: center;
font-size: 8pt;
color: black;
}

#footer a {
color: grey;
}

#footer a:hover {
text-decoration: none;
color: black;
}

/************* 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: 6px solid #00275A;
	padding: 10px;
	font-size: 8pt;
}

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


