/*
ZoekAllbanen - http://www.zoekallebanen.nl/
@author: Yes2web
@version: 20080908
*/

/* General stuff
****************************/
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
	}
h1,h2,h3,h4,dt,dd{
	margin: 0;
	}
label{
	cursor: pointer;
	}
fieldset{
	border: none;
	}
legend{
	display:none;
	}

.align-left{ text-align:left;}	
.align-right{ text-align:right;}
.float-left{ float:left;}
.float-right{ float:right;}

.ui-tabs-hide { display: none; }

address{
	font-style:normal;
	}
	
	
/* Headers & subnav
****************************/
h3 {
	font-size: 1.2em;
	color: #333;
	}
h4 {
	margin-bottom: 10px;
}

/* Links
****************************/
a {
	color: #6B28AB;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.button-link{
	margin-bottom:10px;
	}

/* Colors
***************************/
.orange{
	color:#D9933D;
	}
.grey{
	color:#999999;
	}