body {
	background-color: white;
	margin:0;
	padding: 0;
	background-image: url(images/eierback.jpg);
	background-repeat: repeat-y;
 	background-position: 50%;

}
#container {
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	
}

#boven {
	background-image: url(images/eierboven.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 189px;
}
#onder {
	float: left;
}

#menu {
	background-image: url(images/eierleft.jpg);
	background-repeat: no-repeat;
	width: 176px;
	height: 401px;
	float: left;
}
#content {
	float: left;
	padding-left: 10px;
	width: 529px;
}
#rechts {
	background-image: url(images/eierright.jpg);
	background-repeat: repeat-y;	
	height: 401px;
	float: left;
	width: 7px;
}
#menu ul.menu {
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#menu li {
	padding-left: 30px;	
	margin-top: 2px;
	background-image: url(images/eiermenubg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type : none;
}
#menu a {
	font-family: Arial, Sans-serif;
	font-size: 10px;
	color: black;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
}
#menu li.selected {
	background-image: url(images/eiermenusel.jpg);
}
#menu .submenu {
	padding: 0px;
	margin-left: -10px;
}

#menu .submenu li {
	padding-left: 30px;	
	background-image: url(images/eiersubmenubg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type : none;
	height: 20px;
	line-height: 20px;
}
#menu .submenu li.selected {
	background-image: url(images/eiersubmenusel.jpg);
}
#body {
	margin: 10px;
}

.article h1, #bestellijst h1, #formtype h1 {
	color: #CD0000;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.article p {
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
.article img {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 5px;
}

#aanbiedingen  {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica;
}
#aanbiedingen .tekst {
	font-size: 20px;
	width: 400px;
}
#aanbiedingen td.van {
	background-image: url(images/aanbiedingkruis.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 100px;
	vertical-align: absolute-middle;
	padding-left: 25px;
}
#aanbiedingen td.voor {
	background-image: url(images/aanbiedingster.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 100px;
	vertical-align: absolute-middle;
	padding-left: 25px;
}

#bestellijst {
	font-family: Arial, Sans-serif;
	font-size: 11px;
}
#bestellijst table {
	width: 100%;
	border: 1px solid black;
}
#bestellijst .header {
	font-weight: bold;
}
#bestellijst .center {
	text-align: center;
}
#bestellijst .small {
	width: 6ex;
}
#bestellijst .result {
	width: 10ex;
}
#bestellijst input, #bestellijst textarea {
	font-size: 11px;
	font-family: Arial, Sans-serif;
	border: 1px solid black;
}
#bestelform input {
	text-align: right;
	width: 5ex;
}
#bestellijst input.text {
	width: 33ex;
}
#totaal {
	font-weight: bold;
}
#formtype {
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
#formtype input, #formtype textarea {
	font-size: 12px;
	font-family: Arial, Sans-serif;
	border: 1px solid black;
}
#formtype td {
	vertical-align: top;
}
.fout {
	color: #CD0000;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold; 
}
#bestellijst textarea {
	width: 50ex;
	height: 10em;
	overflow: auto;
}