body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-position: 0 199px; /* 189px when 4 submenu items */
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #88857a;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#content img {
	float: left;
	margin: 0 20px 5px 0;
}

/*******************************************
Extra's
*******************************************/

:focus
{
  -moz-outline-style: none;
}

.accordion_content {
	overflow: hidden;
}

.txt_hidden {
	display: none;
	visibility: hidden;
}

.clear_both {
	clear: both;
}

/*******************************************
Header
*******************************************/

#header{
	display: block;
	width: 760px;
	height: 70px;
}

#logo{
	float: left;
	display: block;
	height: 70px;
	width: 500px;
	background-color: #ffffff;
	background-image: url(images/carabas_logo.gif);
	background-repeat: no-repeat;
}

#logo a {
	display: block;
	width: 260px;
	height: 50px;
	margin-top: 20px;
}

#logo h1{
	display: none;
	visibility: hidden;
}

#logo h2{
	display: none;
	visibility: hidden;
}

#meta{
	float: right;
	display: block;
	width: 187px;
	height: 50px;
	padding-top: 20px;
}

#metamenu ul{
	float: left;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	list-style: none;
}

#metamenu ul li{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #cfceca;
	color: #cfceca;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	display: block;
}

#metamenu ul li a{
	text-decoration: none;
	color: #cfceca;
}

#metamenu ul li a:hover{
	color: #88857a;
}

#metamenu ul li a.metaselected{
	color: #88857a;
}

#sizer{
	float: left;
	color: #cfceca;
	font-size: 10px;
	font-weight: bold;
	width: 50px; /*60px;*/
}

#sizer span{
	float: left;
}

#sizer a{
	float: right;
	display: block;
	margin: 1px;
	margin-top: 3px;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
}

.textup{
	background-image: url(images/textup.gif);
}

.textdown{
	background-image: url(images/textdown.gif);
}

.textreset{
	background-image: url(images/textreset.gif);
}

#search input {
	border: 1px solid #a8a69e;
	font-size: 10px;
	color:#88857a;
}

#search input.searchfield {
	width: 138px;
	border-right: 0px;
	padding-left: 2px;
}

#search input.searchbtn {
	width: 45px;
	*width: 43px;
	*height: 17px;
	padding: 0px;
	cursor: pointer;
	background-color: #e7e7e5;
}

/*******************************************
Menu
*******************************************/

#menu{
	display: block;
	height: 130px; /* 120px when 4 submenu items */
	width: 760px;
}

#menupart{
	float: left;
	display: block;
	height: 130px; /* 120px when 4 submenu items */
	width: 190px;
}

#menupart h2{
	margin: 0px;
	padding: 10px 0px 5px 30px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #496093;
}

#menupart ul{
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	font-size: 10px;
	list-style-type: none;
}

#menupart ul li{
	margin: 0px;
	padding: 2px 0 2px 0;
	*padding: 0 0 3px 0;
}

#menupart ul a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #88857a;
}

#menupart ul a:hover{
	color: #496093;
}

/*******************************************
Content
*******************************************/

#content a{
	text-decoration: underline;
	color: #979ec2;
}

/*******************************************
MainContent
*******************************************/

#mainContent{
	background-image: url(images/contentbackground.gif);
	background-repeat: repeat-y;
}

#mainContent a:hover{
	color: #496093;
}

#content {
	line-height: 16px;
}

#content ul {
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 5px;
}

#content ul li {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	list-style: disc;
}

#content ul ul {
	margin: 0 0 5px 15px;
	padding: 0;
}

#content ul ul li {
	list-style: circle;
}

#content h4 {
	font-size: 10px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
}

.infobox {
	border: 1px solid #E7E7E5;
	background-color: #f9f9f9;
	margin: 0;
	margin-bottom: 15px;
	padding: 10px;
}

.actionbox {
	border: 1px solid #A8A69E;
	background-color: #E7E7E5;
	margin: 10px 0;
	padding: 10px;
}

#content ul li.docs_pdf {
	list-style: none;
	margin-left: -15px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 26px;
	padding-bottom: 4px;
}

#content ul li.docs_zip {
	list-style: none;
	margin-left: -15px;
	background-image: url(images/zip.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 26px;
	padding-bottom: 4px;
}

#content ul li.docs_img {
	list-style: none;
	margin-left: -15px;
	background-image: url(images/img.gif);
	background-repeat: no-repeat;
	background-position: 4px 0;
	padding-left: 26px;
	padding-bottom: 4px;
}

#content ul li.docs_psd {
	list-style: none;
	margin-left: -15px;
	background-image: url(images/psd.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding-left: 26px;
	padding-bottom: 4px;
}

#content ul li.docs_abr {
	list-style: none;
	margin-left: -15px;
	background-image: url(images/abr.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding-left: 26px;
	padding-bottom: 4px;
}

/*******************************************
Footer
*******************************************/

#footer{
	clear: both;
	border-top: 1px solid #bfbeb8;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer a{
	display: block;
	width: 140px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/tinctuur.gif);
	background-repeat: no-repeat;
}

#footer a span{
	display: none;
}
