/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	height:100%;
}

/* nieuwe layer sectie */
#outer_body {
	position: relative;
	border: 0px;
	width:786px;
	height:100%;
	background-image: url('/images/new/shadow_background.gif');
	background-repeat: repeat-y;
}
#outer_body {
	border: 0px;
	width:786px;
	height: 100%;
	background-image: url('/images/new/shadow_background.gif');
	background-repeat: repeat-y;
}
#inner_body {
	border: 0px;
	width:780px;
	height: 100%;
}
#outer_left {
    float: left;
	border: 0px;
	width:185px;
	height: 100%;
	background: #D60000;
	margin-left: 3px;

}
#inner_left {
    float: left;
	border: 0px;
	width:167px;
	height: 100%;
	background: #FFFFFF;
	padding-top: 6px;
	text-align: center;
}
#main {
	float: right;
	border: 0px;
	width:575px;
	height: 100%;
	text-align: left;
}
#topbar {
	border: 0px;
	width:780px;
	height: 88px !important;
	background: #D60000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

a.footer {
color: #D60000;
text-decoration: none;
font-weight: normal;
background-color : transparent;
}
a.footer:hover {
color: #D60000;
background-color : transparent;
text-decoration: none;
}



.footer {
background-color : transparent;
text-align: right;
color: #D60000;
}

.designed {
  color: #D60000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
td.footer {
background-color: #ffffff;
font:13px arial, verdana, georgia, sans-serif;
color: #D60000;
border-top: solid 1px #000000;
padding-top: 9px;
text-align: right;
font-weight: normal;
text-decoration: none;
}
A.meer_locaties {
  font-family: arial;
  font-size : 10px; 
  color: #000000;
  text-decoration: underline;
}

A.meer_locaties:hover {
  font-family: arial;
  font-size : 10px; 
  color: #D60000;
  text-decoration: underline;
}

