html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6;
	color: #666666;
	background-repeat: repeat-x;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #edeff0;
	border: none;
	float: left;
}

#copyright hr {
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	background-color: #edeff0;
	border: none;
	float: left;
}

a {
	text-decoration: none;
	color: #FF7600;
}

a:hover {
	text-decoration: underline;
	color: #FF7600;
}


.no_error {
	display: none;
	color:#FF7600;
}

.error {
	display:inline;
	color:#FF7600;
}

.alert {
	color:#FF7600;
}


#containeroverall {
	margin: 0 auto;
	width: 1024px;
}

#top {
	width: 1024px;
	height: 140px;
	float: left;
}

#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}

#contact {
	margin-top: 20px;
	margin-right: 30px;
	color: #a5a6ac;	
	float: right;
	text-align: right;
}

#contact a {
	text-decoration: none;
	color: #a5a6ac;
}

#contact a:hover {
	text-decoration: underline;
	color: #FF7600;
}

#menu {
	width: 1024px;
	height: 46px;
	float: left;
	z-index: 200;
	position: relative;
}

#menu_left {
	background-repeat: no-repeat;
	float: left;
}
	
#menu_middle {
	width: 990px;
	height: 46px;
	background-image: url(../pics/menubar_center.png);
	background-repeat: repeat-x;
	float: left;
}

#menu_right {
	background-repeat: no-repeat;
	float: left;
}

#searchfield {
	margin-top: 9px;
	margin-right: 16px;
	width: 146px;
	height: 22px;
	background: url(pics/zoeken-achtergrond.gif) no-repeat top right;
	float: right;
}

.textfield {
	border: 0px solid #FFF;
	margin-top: 2px;
	margin-left: 2px;
	color: #cacaca;
	font-size: 10pt;
	background: transparent none !important;
}

#breadcrumbs {
	margin-top: 4px;
	margin-left: 20px;
	width: 1024px;
	height: 14px;
	color: #a5a6ac;
	text-align: left;
	float: left;
}

#breadcrumbs a {
	text-decoration: none;
	color: #FF7600;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #FF7600;
}

#sliderlarge {
	margin-top: 22px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 1024px;
	height: 344px;
	float: left;
}

#slidersmall {
	margin-top: 22px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 682px;
	height: 258px;
	float: left;
}

#diensten {
	margin-top: 22px;
	margin-bottom: 2px;
	margin-left: 16px;
	width: 320px;
	height: 258px;
	float: left;
}

#dienstentext {
	margin-top: 30px;
	text-align: left;
	color: #FFF;
}

#dienstentext h1 {
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	color: #FFF;
}

.dienstenoverall {
	width: 310px;
	height: 36px;
	float: left;
}

.dienstenarrow {
	float: left;
}

.diensteninfo {
	margin-top: 6px;
	margin-left: 10px;
	color: #FFF;
	text-align: left;
	float: left;
}

.diensteninfo a {
	text-decoration: none;
	color: #FFF;
}

.diensteninfo a:hover {
	text-decoration: underline;
	color: #FFF;
}

#contentoverall {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 1024px;
	float: left;
}

#content {
	margin-top: 0px;
	width: 1024px;
	float: left;
}

.content_full {
	width: 1024px;
	float: left;
	text-align: left;
}

.tabsmall {
	width: 330px;
	background-image: url(pics/tab-small.png);
	background-repeat: no-repeat;
	float: left;
}

.tabsmalltext {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.tabsmalltext  h1{
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.tablarge {
	width: 682px;
	background-image: url(pics/tab-large.png);
	background-repeat: no-repeat;
	float: left;
}

.tablargetext {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.tablargetext h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

div#dienstenlinks {
	margin-top: 0px;
    text-align: left;
}
	
#dienstenlinks ul {
    list-style-image: url(pics/arrow-large.png);
    position: relative;
    margin-top: 7px;
    margin-bottom: 5px;
}

#dienstenlinks li {
    vertical-align: middle;
    margin: 0px;
}

#footeroverall {
	margin: 0 auto;	
	width: 100%;
	background-image: url(pics/bgfooter.png);
	background-repeat: repeat-x;
	float: left;
}

#footer {
	margin: 0 auto;
	width: 1024px;
}

#footerleft {
	margin-top: 20px;
	margin-right: 58px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 290px;
	color: #666666;
	float: left;
}

#footerleft h1 {
	margin-bottom: 16px;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footerleft a {
	font-size: 8pt;
	text-decoration: none;
	color: #666666;
}

#footerleft a:hover {
	text-decoration: underline;
	color: #666666;
}

#footercenter {
	margin-top: 20px;
	margin-right: 58px;
	margin-bottom: 20px;
	width: 290px;
	color: #666666;
	float: left;
}

#footercenter h1 {
	margin-bottom: 16px;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footerright {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 290px;
	color: #666666;
	float: left;
}

#footerright h1 {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footerright a {
	font-size: 8pt;
	line-height: 1.2;
	text-decoration: none;
	color: #666666;
}

#footerright a:hover {
	text-decoration: underline;
	color: #666666;
}

#copyright {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 1024px;
	text-align: center;
	color: #666666;
	font-size: 8pt;
	float: left;
}

#copyright a {
	text-decoration: none;
	color: #666666;
}

#copyright a:hover {
	text-decoration: underline;
	color: #666666;
}
