#tabs {
	margin: 0 auto;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	height: 22px;
}


#navigation {
 	height: 22px;
 	margin-left: 70px;
	overflow: hidden;
}

#navigation a
{
	color: #fff;
	font-weight: bold;
	background: #8eb1d5 url(../images/left-corner-normal.jpg) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	cursor: pointer;
}

#navigation a span
{
	background: url(../images/right-corner-normal.jpg) right top no-repeat;
	padding-right: 10px;
}

#navigation a, #navigation a span
{
	display: block;
	float: left;
	height: 22px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none;
}
/* End hide */

#navigation a:hover
{
	color: #fff;
	background: #005ea4 url(../images/left-corner-active.jpg) left top no-repeat;
	padding-left: 10px;
}

#navigation a:hover span
{
	background: url(../images/right-corner-active.jpg) right top no-repeat;
	padding-right: 10px;
}

#navigation li
{
	list-style-type: none; 
	float: left;
	margin: 0;
	height: 22px;
	margin-left: 1px;
}

#navigation li#act a {
	background: #005ea4 url(../images/left-corner-active.jpg) left top no-repeat;
}

#navigation li#act span
{
	background: url(../images/right-corner-active.jpg) right top no-repeat;
}

/* END MENU, BEGIN SEARCH */

#search {
	float: right;
	margin-right: 80px;	
}

#searchbox {
	border: 1px solid #cfe1f0;
}

#searchbutt {
	background: url(../images/searchbutt.jpg) no-repeat;
	display: inline-block;
	height: 22px;
	width: 69px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.tx-indexedsearch-searchbox-button,
input.csc-mailform-submit {
	background: url(../images/zoeken2.jpg) repeat-x;
	cursor: pointer;
	height: 22px;
	width: 69px;
	border: none;
	margin-top: 5px;
	color:white;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size: 11px;
}
.tx-indexedsearch-searchbox-button {
	width: 69px;
}
input.csc-mailform-submit {
	width: 80px;
}
