@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 13px;
		font-family: arial, helvetica, sans-serif;
		color: #463c3c;
		}
	html {
		min-width: 1000px;
	}
	body {
		min-width: 1000px;
		background-image: url("/images/design/bg.gif");
		background-position: 50% 0;
		} 
	#wrap {
		position: relative;
		text-align: center;
		background-image: url("/images/design/bg.gif");
		background-position: 50% 0;
		}
	#middle {
		position: relative;
		width: 900px;
		background: white;
		margin: 0 auto;
		text-align: left;
	}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #ed6e00;
		border: 0;
		color: #ed6e00;
		height: 1px;
		margin: 15px 0 15px 0;
		width: 462px;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	a {
	}
	a:hover {
		color: #e71f01;
	}
	h1 {
		font-size: 20px;
		color: #ed6e00;
		line-height: 30px;
		margin-bottom: 5px;
	}
	h1 sup {
		font-size: 11px;
		color: #ed6e00;
	}
	h2 {
		font-size: 13px;
		color: #e71f01;
		line-height: 20px;
	}
	h3, h4, h5, h6 {
	}
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li {
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
	.center {
		text-align: center;
	}
	option {
		padding: 0 3px;
	}
	img {
		border: 0;
	}
/** site elements **/
	#header {
		position: relative;
		width: 900px;
		height: 190px;
		background-image: url("/images/design/header.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	#left_column {
		float: left;
		width: 192px;
		padding-top: 24px;
		background-image: url("/images/design/left_column.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		margin-bottom: 39px;
	}
	#right_column {
		float: right;
		width: 190px;
		background-image: url("/images/design/right_column.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		min-height: 104px;
		margin-bottom: 10px;
	}
	* html #right_column {
		height: 104px;
	}
	#right_column .cont {
		padding: 142px 5px 50px 15px;
	}
	#right_column .cont * {
		font-size: 9px;
		line-height: 11px;
	}
	#right_column .cont .admin_comment * {
		font-size: 11px;
		line-height: 15px;
	}
	#content {
		margin-left: 195px;
		margin-right: 193px;
		width: 512px;
		margin-bottom: 10px;
	}
	* html #content {
		margin-right: 0px;
		margin-left: 0px;
	}
	#footer {
		position: relative;
		width: 900px;
		height: 20px;
		margin: 0 auto;
		background-image: url("/images/design/footer.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		margin-bottom: 20px;
	}
	#logo {
		position: absolute;
		width: 142px;
		height: 40px;
		left: 732px;
		top: -40px;
		background-image: url("/images/design/logo.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
/** top menu **/
	#header ul, #header ul li
	{
		margin: 0;
		padding: 0;
	}
	#header ul
	{
		position: absolute;
		top: 70px;
		left: 518px;
		width: 181px;
	}
	#header ul li
	{
		list-style-type: none;
	}
	#header ul li a
	{
		display: block;
		text-decoration: none;
		text-align: right;
		padding: 4px 0px 5px 0px;
		color: #fff;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
	}
	#header ul li a:hover, #header ul .active a
	{
		color: #f7af17;
	}
	* html #header ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html #header ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** vertical menu **/
	.vmenu
	{
		background-image: url("/images/design/vmenu.gif");
		background-position: 0 0;
		background-repeat: repeat-y;
	}
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		padding: 0;
	}
	.vmenu ul
	{
		padding-top: 2px;
		list-style-type: none;
	}
	.vmenu ul li
	{
		color: #fff;

	}
	.vmenu ul .active, .vmenu ul li:hover
	{
		color: #b41e00;
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 3px 24px 4px 32px;
		color: #fff;
		font-size: 14px;
		line-height: 15px;
		background-image: url("/images/design/bullet.gif");
		background-position: 21px 8px;
		background-repeat: no-repeat;
	}
	.vmenu ul li a:hover, .vmenu ul .active a
	{
		background-image: url("/images/design/bullet2.gif");
		color: #b41e00;
	}
	* html .vmenu ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .vmenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** ani container **/
	.ani_container {
		width: 192px;
		height: 242px;
		background-image: url("/images/design/ani_container.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.ani {
		width: 192px;
		height: 242px;
		background-image: url("/images/design/animatie.gif");
		background-position: 18px 68px;
		background-repeat: no-repeat;
	}

/** DefaultPage **/
	#DefaultPage {
		margin-left: 0px;
		padding: 30px 29px 10px 23px;
		background: #ffffff;
		line-height: 15px;
	}
/** DefaultForm **/
	.DefaultForm {
	}
	.DefaultForm p {
	}
	.DefaultForm fieldset {
		border-width: 0px;
		border-color: white;
		border-style: solid;
		padding: 10px 0;
	}
	.DefaultForm legend {
		font-weight: bold;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		background-color: white;	
	}
	.DefaultForm label {
		float: left;
		width: 120px;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 2px 0;
	}
	.DefaultForm .submit {
		margin-top: 10px;
		padding: 4px;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus {
		padding-right: 16px; 
		border: 2px solid red; 
		background-image: url("/images/warning_obj.gif"); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	.login_error {
		color: red;
		margin-bottom: 12px;
	}
/** FORM FOOTER **/
	.form_footer {
		text-align: right;
		padding-top: 5px;
	}


/** MODULE PHOTO **/
	#photonav {
		padding: 0 155px;
		height: 28px;
		width: 152px;
		border-top: 1px solid #ed6e00;
	}
	* html #photonav {
		width: 462px;
	}
	#photonav a {
		color: #f7af17;
	}
	#photonav span {
		color: #d8dadc;
	}
	#photonav .vorige, #photonav .vorige_off {
		display: block;
		float: left;
		background-image: url("/images/design/vorige.gif");
		background-position: 0 9px;
		background-repeat: no-repeat;
		padding-left: 18px;
		font-size: 13px;
		font-weight: bold;
		line-height: 28px;
		text-decoration: none;
	}
	#photonav .vorige_off {
		background-image: url("/images/design/vorige_off.gif");
	}
	#photonav .volgende, #photonav .volgende_off {
		display: block;
		float: right;
		background-image: url("/images/design/volgende.gif");
		background-position: 100% 9px;
		background-repeat: no-repeat;
		padding-right: 18px;
		font-size: 13px;
		font-weight: bold;
		line-height: 28px;
		text-decoration: none;
	}
	#photonav .volgende_off {
		background-image: url("/images/design/volgende_off.gif");
	}
	#photo {
		background: #f1f1f1;
		width: 462px;
		height: 308px;
		margin-bottom: 28px;
	}
	.fotolink {
		text-align: right;
		padding: 5px 0;
	}
	.onderschrift {
		padding: 0 0 13px 0;
	}
	.fototable {
		border-top: 1px solid #ed6e00;
		width: 462px;
		margin-bottom: 13px;
	}
	.fototable td {
		height: 96px;
	}
	.fototable td div {
		padding: 10px;
	}

	.toolkit {
		padding: 11px 0 0 19px;
	}
	.toolkit .link {
		display: block;
		padding: 3px 19px 4px 17px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	.toolkit .link_active {
		display: block;
		padding: 3px 19px 4px 17px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #e71f01;
	}