/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#layout {
	margin-top: 20px;
	text-align: left;	
	margin: 0px auto;
	margin-top: 20px;
	min-width: 780px;
	width: 780px;
	text-align: center;
	clear: both;
	display: block;
}

#footer {
	display: block;
	margin-top: 20px;
	text-align: left;	
	margin: 0px auto;
	min-width: 780px;
	width: 780px;
	text-align: center;
}

#left {
	float: left;
	width: 150px;
	height: 25px;
	text-align: left;	
}

#middle {
	text-align: left;
	position: relative;
	clear: none;
	margin: 0px auto;
	min-width: 440px;
	width: 440px;
	background-position: top left;
	background-repeat: no-repeat;
}

#right {
	float: right;
	width: 150px;
	/*height: 25px;	*/
	text-align: left;
}

.breadcrumbContainer {
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.breadcrumbItemLink {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	/*color: #000; keukenprins */
	text-decoration: none;
}

.breadcrumbItemLink:hover {
	font-size: 9px;
	font-weight: normal;
	color: #0083C1;
	/*color: #0083C1; keukenprins */
	text-decoration: underline;
}

.quickSearch {
	font-size: 9px;
	font-weight: bold;
	vertical-align: middle;
	color: #666666;
}

.quickSearchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	vertical-align: middle;
	color: #666666;	
	width: 150px;
}

#roundedContainer 
{
	width: 200px;
	margin: 0px 10%;
	text-align: center;
	background: Gainsboro;
}

b.roundedTop, b.roundedBottom{display:block; background: White}
/* b.roundedTop, b.roundedBottom{display:block; background: #d0bfa5;} keukenprins */
b.roundedTop b, b.roundedBottom b{display: block; height: 1px; overflow: hidden; background: Gainsboro}
b.rounded1{margin: 0 5px}
b.rounded2{margin: 0 3px}
b.rounded3{margin: 0 2px}
b.rounded4{margin: 0 1px; height: 2px}