

	/* misc */

	body
	{
		background: white url(images/bg.gif) repeat-x center 95px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 13px;
		color: #474645;
		margin: 0px;
	}

	#site
	{
		width: 879px;
		margin: auto;
		position: relative;
	}

	.anchor
	{
		position: relative;
	}

	a
	{
		text-decoration: none;
	}

	form, fieldset
	{
		border: 0px;
		padding: 0px;
	}


	/* header */

	#header
	{
		position: absolute;
		margin: 0px 20px;
		top: 0px;
		left: 0px;
		width: 839px;
	}

	#headerTop
	{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	#headerBottom
	{
		position: absolute;
		left: 0px;
		top: 164px;
	}
	#headerRight
	{
		position: absolute;
		left: 485px;
		top: 0px;
	}

	#menu
	{
		position: absolute;
		left: -6px;
		top: 104px;
		width: 851px;
		height: 66px;
		color: white;
		font-size: 12px;
	}
	#menuBg
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 851px;
		height: 66px;
		background: url(images/menuBgMedic.png);
	}
	#menuItems
	{
		position: absolute;
		left: 28px;
		top: 28px;
		cursor: default;
	}
	#menuItems a
	{
		color: white;
		margin: 0px 7px;
	}

	#loginInfo
	{
		position: absolute;
		right: 18px;
		top: 19px;
		text-align: right;
	}
	#loginInfo span
	{
		display: block;
		font-size: 10px;
		padding-top: 1px;
	}

	#iconMenu
	{
		position: absolute;
		right: 364px;
		top: 9px;
	}
	#iconMenu a
	{
		float: right;
		width: 18px;
		height: 18px;
		display: block;
		margin: 0px 4px;
	}
	#iconMenu img
	{
		border: 0px;
	}


	/* content */

	#content
	{
		padding-top: 137px;
	}
	#contentBg
	{
		padding: 90px 20px 0px 20px;
		background: #edece7 url(images/contentBg.gif) repeat-x left top;
	}
	#text
	{
		overflow: auto;
		padding-bottom: 50px;
	}

	#content a
	{
		color: #17547a;
		border-bottom: 1px solid #97afbb;
	}

	#content a
	{
		color: #17547a;
		border-bottom: 1px solid #97afbb;
	}

	#content h1
	{
		color: #17547a;
		font-size: 16px;
	}
	#content h2
	{
		color: #17547a;
		font-size: 14px;
	}

	#message_autoLoggedIn
	{
		margin-bottom: 16px;
		display: block;
		font-size: 11px;
		padding: 4px;
		color: #669133;
		border: 1px solid #CFED8B;
		background: #F0F0EE;
	}


	/* forms */

	form.componentForm
	{
		overflow: auto;
	}
	form.componentForm label
	{
		clear: left;
		float: left;
		margin-bottom: 10px;
		position: relative;
		width: 145px;
	}
	form.componentForm div.colon
	{
		float: left;
		width: 40px;
	}
	form.componentForm .text, form.componentForm .file
	{
		float: left;
		margin: 0px 0px 10px 6px;
		width: 142px;
	}
	form.componentForm input.radio
	{
		float: left;
		margin: 0px 6px 10px;
	}
	form.componentForm select
	{
		float: left;
		margin: 0px 180px 10px 6px;
		width: 142px;
	}
	div.radios label
	{
		clear: none;
		margin-right: 10px;
		width: auto;
	}
	.message
	{
		display: block;
		margin: 16px 0px;
		width: 360px;
		float: left;
	}

	a.userThumb
	{
		border: 0px !important;
		margin-bottom: 16px;
		float: left;
	}

	#cI_div
	{
		width: 360px;
		float: left;
		border-right: 1px solid #9a9a96;
		padding-bottom: 10px;
		padding-right: 40px;
	}
	#CI_button
	{
		margin: 16px 0px 0px 190px;
		float: left;
	}

	#cRW_div
	{
		width: 360px;
		float: left;
		margin-left: 60px;
	}
	#cRW_button
	{
		margin: 16px 0px 0px 190px;
		float: left;
	}

	#cP_form .message
	{
		width: 800px;
	}
	#cP_street
	{
		width:105px;
		margin-right: 0px !important;
	}
	#cP_number
	{
		width:27px;
	}
	#cP_zip
	{
		width:45px;
		margin-right: 0px !important;
	}
	#cP_city
	{
		width:87px;
	}
	#cP_button
	{
		margin: 16px 0px 0px 190px;
		float: left;
	}


	/* files */

	.cFiles
	{
		vertical-align: top;
		width: 279px;
		padding: 0px 7px 0px 7px;
	}

	.directory
	{
		background: url(images/bullet.gif) no-repeat 0px 8px;
		padding: 3px 0px 2px 15px;
		cursor: default;
	}
	.directory.open
	{
		background-image: url(images/bulletOpen.gif);
	}
	.directory.closed
	{
		background-image: url(images/bulletClosed.gif);
	}
	.directory.root
	{
		display: none;
	}

	.directoryContent
	{
		padding-left: 15px;
	}

	.files
	{
		padding: 0px;
		margin: 0px;
		list-style: none;
		color: #17547a;
	}
	.file
	{
		padding: 4px 0px 3px 8px;
	}
	.file.odd
	{
		background-color: #dfded9;
	}
	.file.even
	{
		background-color: #d2d1cc;
	}
	.file a
	{
		border-bottom: none !important;
	}
	.file.hover
	{
		background-color: #bcbcbc;
	}
	.file.hover a
	{
		color: white;
	}


	/* tabSystem */

	#tabSystem
	{
	}
	#tabSystem iframe
	{
		border: 0px;
	}
	#tabs
	{
		overflow: auto;
	}
	#tabs a
	{
		color: #000000;
		text-decoration: none;
		height: 17px;
		float: left;
		text-align: center;
		padding: 3px 12px 0px 12px;
		margin-right: 3px;
		background: #f3f3f3;
	}
	#tabs a.active
	{
		font-weight: bold;
		background: #d2d2d2;
	}
	#tabPage
	{
		border-top: 1px solid black;
	}


	/* footer */

	#footer
	{
		height: 315px;
		background: #d4d4d4;
		color: #717171;
		text-align: center;
	}
	#footer .anchor
	{
		width: 1px;
		margin: auto;
	}
 	#footer a
	{
		color: #717171;
	}
	#tree
	{
		position: absolute;
		right: 138px;
		top: 0px;
	}
	#treeTop
	{
		position: absolute;
		right: 269px;
		top: -61px;
		width: 109px;
		height: 61px;
		background: url(images/footerTreeTop.png);
	}

	#toTop
	{
		position: absolute;
		right: -430px;
		top: 5px;
		font-size: 9px;
		color: #8f8f8f !important;
		padding-left: 11px;
		background: url(images/iconToTop.gif) no-repeat left 3px;
	}

	#logoDZ
	{
		position: absolute;
		left: -109px;
		top: 17px;
		width: 182px;
		height: 67px;
		background: url(images/footerLogoDZ.gif);
	}
	#logoDZ:hover
	{
		background: url(images/footerLogoDZColor.gif);
	}
	#keurmerk
	{
		position: absolute;
		left: -108px;
		top: 118px;
		width: 96px;
		height: 98px;
		background: url(images/footerKeurmerk.gif);
	}
	#keurmerk:hover
	{
		background: url(images/footerKeurmerkColor.gif);
	}
	#logoSTZ
	{
		position: absolute;
		left: 12px;
		top: 120px;
		width: 102px;
		height: 89px;
		background: url(images/footerLogoSTZ.gif);
	}
	#logoSTZ:hover
	{
		background: url(images/footerLogoSTZColor.gif);
	}
	#logoTHD
	{
		position: absolute;
		left: -92px;
		top: 235px;
		width: 181px;
		height: 68px;
		background: url(images/footerLogoTHD.gif);
		cursor: default;
	}
	#logoTHD:hover
	{
		background: url(images/footerLogoTHDColor.gif);
	}

 	#address
	{
		position: absolute;
		left: 131px;
		top: 31px;
		width: 365px;
		height: 257px;
		border-left: 1px solid #717171;
		text-align: left;
		padding: 0px 0px 0px 20px;
		font-size: 16px;
		line-height: 24px;
	}
 	#copyright
	{
		font-size: 11px;
		position: absolute;
		left: 24px;
		bottom: 0px;
	}
 	#sitemapLink
	{
		font-size: 11px;
		position: absolute;
		left: -62px;
		bottom: 0px;
	}

