
html, body {
	margin:0;
	padding:0;
}

body {
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8d8d8d;
	
	
	height:100%;
}

h1 {
	font-size:34px;
	color:#000000;
	margin-bottom:50px;
}


h1 .grijs  {
	color:#cacaca;

}

h2 {
	font-size:18px;
	padding-left:0px;
	color:#000000;
	margin-bottom:10px;
}

a {
	color:#ff844e;
}

a img{
	border:none;
}

.oranje {
	color:#ff844e;
}

.input{
	width:300px;
	color:#8d8d8d;
}

.textarea{
	width:300px;
	height:100px;
	color:#8d8d8d;
}

input.aantal{
	width:30px;
	text-align:right;
}

input.small{
	width:100px;
	margin-right:15px;
}

.select{
	width:304px;
	color:#8d8d8d;
}

.select option {
	width:300px;
}

.button{
	color:#8d8d8d;
	background-color:#f2ff5f;
	outline:none;
}

#main {
	margin:0 auto;
	width:971px;
	height:100%;
	background-image:url(../images/bg.jpg);
	min-height:auto;
}

#filler {
	height:20px;
	background-color:#e6e6e6;
}
.catbox{
	width: 526px;
}
 .catbox_item{
	 
	width: 200px;
float: left;
background-image: url(../images/cat_but2.png);
background-repeat: no-repeat;
height: 35px;
position: relative;
left: 0px;
padding-left: 40px;
padding-top: 2px;
font-size: 15px;
font-family: arial;
color: black;
margin-bottom: 20px;
	 
 }
 
 .catbox_item a{
	
	color:#000000;
	 
	 
 }

 .catbox a{
	
	color:#000000;
	 
	 
 }

#menu {
	float:left;
	background-image:url(../images/left.jpg);
	background-repeat:no-repeat;
	width:471px;
	height:135px;
	padding-top: 125px;
	padding-left:50px;

}

#menu ul {
	list-style-type:none;
	margin-top:50px;
}

#menu ul li {
	float:left;
	margin-right:15px;
}

#menu ul li a {
	text-decoration:none;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	
}

#menu ul li a.actief, #menu ul li a:hover {

	color:#ff844e;
}

#images {
	float:right;
}

#images img {
	margin:0px;
	float:left;
	border:0px;
}

#overlay{
	height:100%;
	width:100%;
	background-color:#000000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position:absolute;
	top:0px;
}

#overlay #login{
	margin:0px auto;
	width: 300px;
	padding:420px 15px 0px 15px;
}

#overlay #login .button{
	color:#000000;
	background-color:#FFE401;
}


#content {
	
	
	background-image:url(../images/bg.jpg);
	
}

#top {
	background:url(../images/content_top.jpg) center bottom no-repeat;
	height:50px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:650px;
}

#top a img {
	border:none;
}

#sidebar_left{
	width: 192px;
	float: left;
	min-height:1px;
	padding-left:11px;
}
#sidebar_right{
	width: 191px;
	float: left;
	min-height:1px;
	padding-right:11px;
}


#sidebar_left .input, #sidebar_right .input{
	width:130px;
	margin-bottom:5px;
}
#sidebar_left .select, #sidebar_right .select{
	width:130px;
	margin-bottom:5px;
}
#sidebar_left .button, #sidebar_right .button{
	width:130px;
}

#sidebar_left .multiple_disabled, #sidebar_right .multiple_disabled{
	background-color:transparent;
	border: none;
}

#scrolldiv {
	overflow:auto;
	overflow-x:hidden;
	width:516px;
	height:100%;
	padding:0px 25px;
	
	background:url(../images/content_bg.jpg) repeat-y center;
	
	float:left;
	
}

#content p {
	margin-top:30px;
	margin-left:100px;
	line-height:19px;

}
.clearer {
	height:0px;
	min-height:0px;
	clear:both;
}

.team {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:250px;
}

.nomargin {
	margin-right:0px;
}

.contact {
	margin-left:101px;
}

.contact td {
	vertical-align:top;
}

#route {
	display:none;
}

.box_top{
	background:url(../images/box_top.jpg) repeat-y #f2ff5f;
	width:155px;
	height:36px;
	margin:0px auto;
	font-weight:bold;
}
.box{
	background:url(../images/box.jpg) repeat-y #f2ff5f;
	width:135px;
	padding:0px 10px;
	margin:0px auto;
	text-align:center;

}

.left{
	text-align:left;
}

.box_bottom{
	background:url(../images/box_bottom.jpg) repeat-y #f2ff5f;
	width:155px;
	height:38px;
	margin:0px auto 10px;
}

.big_box{
	background: url(../images/big_box.jpg) no-repeat #f2ff5f;
	width:232px;
	height:88px;
	padding:20px;
	font-weight:bold;
}

ul#staffel{
	width:130px;
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#staffel li{
	padding-left:5px;
}

.actief{
	background-color: #ffe401;
	font-size: 1.1em;
}

.niet_actief{
	background-color: transparent;
	font-size: 1em;
}

.table td{
	padding:1px 5px;
}

.table td.filler{
	display:none;
}

.table td.top, .table tr.top td{
	vertical-align:top;
}

.table td.right, .table tr.right td{
	text-align: right;
}

.table span.small { font-size: 10px; color:#FF844E; }

#mask1, #mask2 {   
    width:250px;   
    overflow:hidden;  
	float:left;  
}   

#panel1 div, #panel2 div {   
    width:250px;   
	float:left;   
}   

#panel1 div a, #panel2 div a{
	outline:none;
}   

a.next{
	cursor:pointer;
	width:20px;
	height:20px;
	background:url(../images/next.png) no-repeat;
	display:block;
	float:left;
}

a.prev{
	cursor:pointer;
	width:20px;
	height:20px;
	background:url(../images/prev.png) no-repeat;
	display:block;
	float:left;
	margin-right:10px;
}


a.tooltip span {  
	display:none;   
	padding:2px 3px;   
	margin-left:8px;   
	width:130px;  
}  

a.tooltip2 span.tt_c {  
	display:none;   
	padding:2px 3px;   
	margin-top:25px;   
	width:300px;  
}  

a.tooltip:hover span, a.tooltip2:hover span.tt_c{  
	display:block;   
	position:absolute;   
	background:#ffffff;   
	border:1px solid #cccccc;   
	color:#6c6c6c;  
}  

a.tooltip:hover span {
	display:inline;   
}
a.tooltip2:hover span.tt_c{  
	display:block;   
}

a.tooltip2:hover span.tt_c p{
	margin-left: 5px !important;
	margin-top: 0px !important;
}

ul.adressen, ul.bestand {
	list-style: none;
}

ul.adressen li{
	margin-bottom:25px;
}


.pager	{ display:block; }
.pager_l { float:left; margin:5px 10px; }
.pager_r { float:right; margin:5px 10px; }
a.pager_l, a.pager_r { text-decoration:none; color:#FF844E; }
span.pager_l, span.pager_r { display: none; }


