body {
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
	overflow: auto;
}
table, td, body {
	font-family: Verdana, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #555;
	line-height: 1.4em;
}
form {
	margin: 0px;
	padding: 0px;
	float: left;
}
h1 {
	font-family:arial;
	font-size: 32px;
	font-weight: normal;
	color:#f26522;
	margin: 20px 0 30px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	color:#f26522;
}
h3 {
	font-size: 14px;
	color:#f26522;
}

p {
	color: #555;
}
a {
	color:#f26522;
}
a:hover {
	color:#000;
}
textarea,
input[type=text] {
	border: 0;
	font-size: 12px;
	padding: 2px;
	color: #08f;
	background-color:#f4f4f4;
}
input[type=text] {
	border-bottom: 1px dashed #ccc;
}
textarea {
	border: 1px dashed #ccc;
	font-family: Verdana, Arial, Helvetica;
}

.submitbutton {
	border: 2px solid #ddd;
	color:#fff;
	background-color: #f26522;
}
ul {
	list-style-type: square;
}
div#header {
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:140px;
	text-align:center;
}
div#headerLogo {
	width:530px;
	height:100px;
	margin:0 auto;
	padding-top:18px;
}

/* HORIZONTAL MENU */
div#menuLine {
	position:absolute;
	width:100%;
	margin:auto;
	text-align:center;
	margin-top:-4px;
}

div#menu {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:41px;
	padding-top:4px;
}

div#menuContainer {
	font-family: Arial, Verdana, Helvetica;
	margin: auto;
	/* -- deze instelling groter maken als menu-items niet naast elkaar staan -- */
	width:950px;
	/* -- end -- */
}

.menuItemPromote,
.menuItemInactive,
.menuItemActive {
	background-repeat: repeat-x;
	height:35px;
	float: left;
	font-size: 14px;
}

.menuItemInactive:hover {
	background-image: url(images/menu_hover_background.gif);
}
.menuItemInactive a:hover {
	color:#f26522;
}

.menuItemInactive {
	background-image: url(images/menu_inactive_background.gif);
}
.menuItemActive {
	background-image: url(images/menu_hover_background.gif);
}
.menuItemActive a,
.menuItemInactive a {
	line-height: 35px;
	text-decoration: none;
	display:block;
	padding: 0 40px 0 40px;
}
.menuItemActive a {
	font-weight:bold;
	color:#f26522;
}
.menuItemInactive a {
	color: #fff;
}


/* CONTENT CONTAINERS */
div#contentContainer {
	padding-top:10px;
	width:100%;
	clear:left;
}
div#content {
	margin: 0px auto;
	width:950px;
	clear:left;
}


/* CONTENT BLOCKS */
div#contentBlockLeft {
	width:450px;
	float: left;
	border-right:1px solid #ddd;
	padding-right: 25px;
}
div#contentBlockRight {
	width:450px;
	float: right;
}
div#contentBlockLeftLarge {
	width:600px;
	float: left;
	border-right:1px solid #ddd;
	padding-right: 25px;
}
div#contentBlockRightSmall {
	width:300px;
	float: right;
}



/* FOOTERS */
div#footerContainer {
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	background-color: #000;
	width:100%;
	height:200px;
	clear:left;
}
div#footerContainer2 {
	background-image: url(images/footer_background2.gif);
	background-repeat: no-repeat;
	background-position: center 33px;
	width:100%;
	height:200px;
	clear:left;
}

div#footerContent {
	color:#adc;
	padding-top:100px;
	padding-left:20px;
	text-align:left;
}
div#footerContent a {
	color:#fff;
}
div#footerEnd {
	background-color:#000;
	display: block;
    position: absolute;
	width: 100%;
    _height: 30%;
    min-height: 30%;
    overflow: visible;
}

.c1 {
	font-weight:bold;
	color:#f26522;
	padding: 15px 0 0 0;
	border-bottom:1px solid #f26522;
}
.c2 {
	font-weight:bold;
	color:#888;
	text-align:right;
	padding-right:5px;
	font-size:10px;
}
.c3 {
	color:#444;
}
.eindbedrag[type=text],
.eindbedrageuro {
	text-align:right;
	background-color:transparent;
	border:none;
	font-size:22px;
	color:#f26522;
	width:75px;
}
.eindbedrag[type=text] {
	border-top:3px  double #888;
}

.photo {
	float:left;
	margin:5px;
}

.photo img {
	padding:5px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 0 5px #bbb; 
	-moz-box-shadow: #bbb 0 0 5px; 
}



