/* ------------------------------------ *
 CSS FrameWork: Base.css
 * ------------------------------------ */

 @import url('reset.css');
 @import url('type.css');
 @import url('grid.css');
 @import url('form.css');

 body {
      background: #f7f7b0;
      color: #2a2a2a;
	  font-family: Garamond;
 }

 .text-light { color: #ffffd1 !important; }

 .star { width: 8px; height: 8px; }

 /* Backgrounds */
 .bgTop   { background: url(http://www.meijeraanzee.nl/images/background-top.jpg) repeat-x; }
 .topbar-bg   { background: url(http://www.meijeraanzee.nl/images/topbar-bg.jpg) repeat-x; }
 .bgWall  { background: url(http://www.meijeraanzee.nl/images/bg-wallpaper.jpg) repeat-x; border-top: 1px dotted #2a2a2a; border-bottom: 1px dotted #2a2a2a; }
 .lightest{ background: #4A0C0F; }
 .xtrLight{ background: #cb6f75; }
 .lightRed{ background: #611215; }
 .deepRed { background: #491216; }
 .white   { background: #ffffff; }

 /* borders */
 .bbDark     { border-bottom: 1px solid #852D34; }
 .bbLight    { border-bottom: 1px solid #731317; }
 .bbDotted   { border-bottom: 1px dotted #d16e73; }
 .bbLighter  { border-bottom: 1px solid #AE7C7F; }
 .bbLightest { border-bottom: 1px solid #641417; }
 .btDark     { border-top: 1px solid #490B0E; }
 .btLight    { border-top: 1px solid #460C0E; }
 .borderGray { border: 1px solid #cdcdcd; }
 .dotted     { border-right: 1px dotted #cdcdcd; }

 /* Menu */
 a.menu {
	background: #b24b4f;
	color: #ffffd1;
	display: block;
	float: left;
	font-family: Garamond, arial, verdana;
	font-size: 12px;
	padding: 9px 12px 9px 12px;
	text-align: center;
	text-transform: uppercase;
 }
  a.menu:hover {
	background: #762024;
	color: #ffffd1;
	display: block;
	float: left;
	font-family: Garamond, arial, verdana;
	font-size: 12px;
	padding: 9px 12px 9px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
 }
 
 /* Submenu */
 a.lightLink {
 	color: #ffffd1;
 }
 a.lightLink:hover {
 	color: #ffffd1;
 }

td {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #dbdb96;
}