/* Alle margins en paddings default 0 */
* { margin: 0; padding: 0; }

/* Afbeeldingen nooit borders */
img { border  : none; }

html, body {
	font-family : Verdana, Arial, Helvetica;
	font-size   : 13px;
	color       : #000;
  background  : #fff url("bg.jpg") repeat-x 0 0;
  height      : 100%;
  text-align  : center;
}

/* Always show scrollbar (in Firefox) */
html {
  overflow-y  : scroll;
}

p, li, th, td {
	font-family : Verdana, Arial, Helvetica;
	font-size   : 13px;
}

p, ul, dl {
  margin-bottom : 10px;
}

ul {
  padding     : 0 30px 0 30px;
  line-height : 150%;
}

h1 {
  font-size   : 19px;
  font-weight : bold;
	font-style  : italic;
  margin      : 10px 0;
}

h2 {
  font-size   : 16px;
  font-weight : bold;
	font-style  : italic;
  margin      : 15px 0 10px 0;
}

h3 {
  font-size     : 14px;
  margin-bottom : 10px;
}

#page {
  overflow  : auto !important;
  overflow  : visible;
  margin    : 0 auto;
  padding   : 0 0 0 1px;
  width     : 902px;
  height    : auto !important; /* real browsers */
  min-height: 100%; /* real browsers */
  height    : 100%; /* IE6: treated as min-height */
  background  : #fff url("bg.jpg") repeat-x 0 0;
  text-align: left;
}
* html #page { height: 100%; }

.header {
  margin      : 2px 25px 2px 25px;
  text-align  : center;
}

.headerleft {
  text-align  : center;
  float       : left;
  font-size   : 22px;
  font-weight : bold;
  font-style  : italic;
  line-height : 35px;
  color       : #800000;
  width       : 195px;
  margin      : 35px 0 13px 0;
  padding     : 0 0 0 1px;
}

.headerright {
  text-align  : center;
  float       : right;
  font-size   : 22px;
  font-weight : bold;
  font-style  : italic;
  line-height : 35px;
  color       : #800000;
  width       : 195px;
  margin      : 35px 0 13px 0;
  padding     : 0 1px 0 0;
}

.footer {
  border    : 2px solid #000;
  padding   : 5px 8px 5px 8px;
  font-size : 11px;
}

.ftrimgcenter {
  display     : block;
  margin      : 0 auto;
}

.mainmenu {
  width           : 900px;
  border-collapse : collapse;
  margin-bottom   : 3px;
}

.submenu {
  width           : 400px;
  border-collapse : collapse;
  margin          : 3px 0 5px 100px;
}

.submenuNieuws {
  width           : 200px;
  border-collapse : collapse;
  margin          : 3px 0 5px 700px;
}

.mmp {
  font-size       : 13px;
  font-weight     : bold;
  border          : 2px solid #000;
  width           : 11%;
  height          : 18px;
  text-align      : center;
  color           : #dddcb0;
  background-color: #800000;
}

.smp {
  width : 25%;
}

.smpNieuws {
  width : 50%;
}

a, a:visited, a:hover {
	color           : #000;
  text-decoration : underline;
}

.mmp a, .mmp a:visited {
	color           : #dddcb0;
  text-decoration : none;
}

.mmp a:hover, .mmp:hover {
	color           : #dddcb0;
  text-decoration : none;
  background-color: #a00000;
}

.active, .active:hover {
  background-color: #000;
}

.aanbod {
  margin    : 30px 40px 40px 40px;
  padding   : 0 0 20px 350px;
}

.groot {
  font-size   : 16px;
  line-height : 30px;
  font-weight : bold;
  padding-left: 10px;
}

.groot a, .groot a:visited {
	color           : #000;
  text-decoration : none;
}

.groot a:hover {
	color           : #dddcb0;
  text-decoration : none;
  background-color: #a00000;
  border          : 2px solid #000;
}

.aterm {
  width: 200px;
  float: left;
}

.adef {
  padding-left  : 200px;
}

.flleft {
  float   : left;
  padding : 0 10px 0 0;
}

.flright {
  float   : right;
  padding : 0 0 0 10px;
}

.flrighttop {
  float   : right;
  padding : 10px 0 0 10px;
}

.tablePrijslijst {
  table-layout    : fixed;
  border-collapse : collapse;
  border-spacing  : 0 0;
  line-height     : 25px;
  margin-bottom   : 10px;
  border-top      : 1px solid #000;
}

.bbSolid {
  border-bottom : 1px solid #000;
}

.bbDashed {
  border-bottom : 1px dashed #000;
}

.tdLabel {
  width       : 200px;
  padding-left: 20px;
}

.tdInfo {
  width : 350px;
}

.tdPrijs {
  width : 100px;
}


