/*body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
/*margin: 0; padding: 0; border: none; text-indent: 0;
}*/

body  {
	color: #9a3a2e;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: GillSans, "Gill Sans MT", "Verdana", Geneva,  sans-serif;*/
	background-color: #dcbbad;
	background-image: url("images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	scrollbar-track-color: #dcbbad;
	scrollbar-face-color: #dcbbad;
	scrollbar-arrow-color: #9a3a2e;
	scrollbar-highlight-color: #dcbbad;
	scrollbar-shadow-color: #dcbbad;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #9a3a2e;
}

p {
   font-size: 1em;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 0px;
}


ul li p {
   font-size: 1em;
	margin: 0;
	margin-left: 20px;
	margin-top: -18px;
	margin-bottom: 20px;
	padding: 0;	
}

hr {
	border: 0;
	border-top: 1px dashed #9a3a2e;
	height: 0px;
}


h1 {
   font-size: 1.0em;
	margin-top: 4px;
	margin-left: 8px;
	vertical-align: left;
}

h1 A:link {
	text-decoration: none;
	font-weight: bold; 
}
h1 A:visited {
	text-decoration: none;
	font-weight: bold; 
}
h1 A:hover {
	text-decoration: none;
	color: #ee923b;
	font-weight: bold; 
}
h1 A:active {
	text-decoration: none;
	color: black;
	font-weight: bold; 
}

h2 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0;
}



table {
	border: 0px;
	font-size: 1em;
	text-align: justify;	
}

td {
	vertical-align: top;
}

.menu {
	vertical-align: bottom;
}


.table {
	font-size: 1.0em;
	height: auto;
	vertical-align: middle;
	border: 0px;
}

.td {
	vertical-align: middle;
}

.orange {
  color: #EE7D39;
  }
A:link {
	text-decoration: none;
	color: #9a3a2e;
	font-weight: bold; 
}
A:visited {
	text-decoration: none;
	color: #9a3a2e;
	font-weight: bold; 
}
A:hover {
	text-decoration: none;
	color: #ee923b;
	font-weight: bold; 
}
A:active {
	text-decoration: none;
	color: #ee923b;
	font-weight: bold; 
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9a3a2e;	
	
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9a3a2e;
}

button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #9a3a2e;
	border: 0;
}

blockquote {
  background: transparent url(images/quoleft.png) left top no-repeat;
  font-family: "Comic Sans MS", "MS Serif", "New York", serif;
  font-size: 1.1em;
  color: #EE7D39;
}

blockquote div {
  padding: 0 52px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
  
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

form ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:400px;
}

form ul li {
	margin-top:5px;
	clear:both;
}

form ul li input,form ul li select {
	float:left;
}

form ul li span {
	display:block; 
	width:198px;
	float:left;
}

#kader-licht-rood {
  background-color:#ead4d3;
  background-image:url(http://www.rietfiddelaers.nl/images/kader-bg-licht-rood.png);
  background-position:50% bottom;
  background-repeat:no-repeat;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:13px;
  width:auto;
}

#kader-licht-oranje {
  background-color:#fce9d7;
  background-image:url(http://www.rietfiddelaers.nl/images/kader-bg-licht-oranje.png);
  background-position:50% bottom;
  background-repeat:no-repeat;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:13px;
  width:auto;
}

#kader-rood {
  background-color:#942824;
  background-image:url(http://www.rietfiddelaers.nl/images/kader-bg-rood.png);
  background-position:50% bottom;
  background-repeat:no-repeat;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:13px;
  width:auto;
}

#kader-oranje {
  background-color:#ee9337;
  background-image:url(http://www.rietfiddelaers.nl/images/kader-bg-oranje.png);
  background-position:50% bottom;
  background-repeat: no-repeat;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:13px;
  width:auto;
}


