/* DIVS */

body,html {
	background-image: url(../images/timber_balk.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b7a76;
	height:100%;
	text-align : center;
}
#main {
	background-color: white;
	width: 780px;
	height: 99%;
	min-height: 99%;
     margin-bottom:-140px;
 	margin-top: 12px;
}

#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
     width: 1em; 
     z-index: -1; 
}
body>div#main {
	height: auto;
}
#main,#header,#footer,#cleaner,#content {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:left;
}
#cleaner{
	height:140px;
	background-color: white;
}
body>div#footer {
      height: auto;
}
#sifr {
	margin-left: 200px;
}
#menu {
	width: 197px;
	float: left;
}
#left {
	width: 360px;
	padding-right: 22px;
	float: left;
}
#left2 {
	width: 550px;
	padding-right: 22px;
	float: left;
}
#right {
	width: 186px;
	float: right;
	border-left: 1px dotted #BABABA;
	padding-left: 14px;
}
#spacer {
	height: 0px;
}

/* LINKS */

a:link {
	color: #f27300;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #f27300;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #f27300;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #f27300;
	text-decoration: none;
}

/* FORM INPUTS */

form {
	margin: 0px;
}
input.button {
	border: 0px;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #BABABA;
	color: #999999;
	font-weight: bold;
	width: 35px;
	height: 18px;
	cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF');
}
.veld {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding-left: 2px;
	border: 1px solid #BABABA;
}
input.radio {
	width: auto;
	height: auto;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding-left: 2px;
	border: 1px solid #BABABA;
}


/* GENERAL */

.titel {
	color: #f27300;
	font-weight: bold;
    font-size:12px;
}
.breadcrumbs {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.breadcrumbs a {
	color: #999999;
	font-weight: normal;
}
.breadcrumbs a:hover {
	color: #999999;
	font-weight: normal;
}
.breadcrumbs a:link {
	color: #999999;
	font-weight: normal;
}
.breadcrumbs a:active {
	color: #999999;
	font-weight: normal;
}
.breadcrumbs a:visited {
	color: #999999;
	font-weight: normal;
}
.lijstrow {
	background-color: #FFFFFF;
}
.lijstrowon {

	background-color: #F9F9F9;
}
	
