html, body {
	margin: 0px;
}

body {
	background: url('/graphics/bg.gif') 0 0 repeat-x #B7DC51;
	text-align: center;
	font-size: 71%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

td {
	text-align: left;
	border: 0;
}

h1 {
	color: #0373A6; 
	font-size: 1.6em;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 3px 0;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 1.2em;
	color: #8ABD51;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

h3 {
	color: #8ABD51;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #0373A6;
}

a {				
	text-decoration: underline;
	color: #FF691F; 
}
a:hover {	
	text-decoration: none; 
	color: #F93;
}
	h2 a { 
		color: #8ABD51;
		text-decoration: none;
		margin: 0;
	}
	h4 a { 
		color: #0373A6;
		text-decoration: none;
		margin: 0;
	}

p, form {
	margin: 0em;
}

ul, li {
	margin: 0;
	padding: 0;
}

div.clear {
	height: 0.01em;
	overflow: hidden;
	clear: both;
}
div.hr {
	border-top: 1px solid silver;
	margin: 25px 0px 7px 0px;
}

img {
	border-color: #862626;
}
img, div { behavior: url('iepngfix.htc') }

.noshow { display: none; }

/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea {
	font-family: Arial,Verdana, Georgia, sans-serif;
}
table, td, input, select, textarea {
	font-size: 1.0em;
}
body, table, td {
	color: #666;
	line-height: 1.4em;
}
div.main div.header, div.main div.menu, div.dropdown {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/

input.txt, textarea, select, input.search {
	border: 1px solid #929292;
	color: #000;
	font-size: 1.0em;
	padding: 3px 5px;
	background-color: #FFF;
}
input.txt {
	height: 1.2em;
}
input.btn {
	background-color: #FFE000; 
	border: 1px solid #929292; 
	font-size: 1.0em;
	font-weight: bold;
	color: #0B3162;
	cursor: pointer;
	padding: 3px 5px;
}
input.btn:hover {
	background-color: #FFA200; 
	color: #0B3162;
}

input.cb {
	float: left;
	margin: 0.25em 0em 0em 0.3em;
	#margin-top: 2px;
	padding: 0px;
	height: 1.2em;
}
label.lbl {
	float: left;
	display: block;
	padding: 4px 0px 1px 5px;
	margin: 0px;
}
span.err, table tr.error td {
	color: red;
}

div.dateinput {
	line-height: 100%;
	background-color: white;
	border: 1px solid #979797;
	float: left;
	height: 17px;
	#height: 19px;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 0.95em;
		text-align: center;
		overflow: hidden;
		color: black;
		font-size: 1.0em;
	}
	div.dateinput input {
		display: block;
		float: left;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
		font-size: 11px;
		line-height: 17px;
		height: 17px;
	}
	div.dateinput span {
		padding: 2px 0px 2px 0px;
	}
	div.dateinput input.d	{ width: 16px; }
	div.dateinput input.m	{ width: 16px; }
	div.dateinput input.y	{ width: 30px; }
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/
div.main {
	margin: 0 auto;
	width: 870px;
	text-align: left;
	background: url('/graphics/main_bg.gif') 0 0 repeat-y #FFF;
}
	div.main div.left {
		background: url('/graphics/left_bg.jpg') 0 0 no-repeat #76BED5;
		width: 186px;
		float: left;
		margin: 0 0 50px 0;
	}
		div.main div.left h1.logo {
			display: block;
			width: 136px;
			height: 173px;
			overflow: hidden;
			font-size: 0.01em;
			color: #9AD5EE;
			margin: 55px 0 20px 20px;
		}
			div.main div.left h1.logo a {
				display: block;
				width: 136px;
				height: 173px;
				background: url('/graphics/logo.jpg') 0 0 no-repeat transparent;
			}
		
		div.main div.left div.menu {
			margin: 0 8px 0 0;
			border-top: solid #FFF 1px
		}
			div.main div.left div.menu ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
				div.main div.lef div.menu ul li {
					margin: 0;
					padding: 0;
					display: block;
				}
					div.main div.left div.menu ul li a {
						background: none;
						font-weight: bold;
						color: #FFF;
						text-decoration: none;
						border-bottom: solid #FFF 1px;
						display: block;
						height: 20px;
						padding: 5px 0 0 20px;
					}
					div.main div.left div.menu ul li a:hover {
						background: url('/graphics/btn_hover.jpg') 0 0 no-repeat #FF991F;
					}
					div.main div.left div.menu ul li a.selectedlink {
						background: url('/graphics/btn_active.jpg') 0 0 no-repeat #FFBF1F;
						color: #035E87;
					}
					div.main div.left div.menu ul li a.selectedlink:hover {
						background: url('/graphics/btn_hover.jpg') 0 0 no-repeat #FF991F;
						color: #FFF;
					}
						div.main div.left div.menu ul li ul.submenu {
							display: none;
						}
						div.main div.left div.menu ul li ul.submenuselectedlink {
							display: block;
						}
							div.main div.left div.menu ul li ul.submenuselectedlink li a,
							div.main div.left div.menu ul li ul.submenuselectedlink li a.selectedlink:hover {
								padding: 5px 0 0 30px;
								background-color: #A0C5D6;
								background-image: none;
								font-size: 11px;
							}
							div.main div.left div.menu ul li ul.submenuselectedlink li a:hover,
							div.main div.left div.menu ul li ul.submenuselectedlink li a.selectedlink {
								background-image: none;
								color: #035E87;
							}
								
		div.main div.left div.login {
			margin: 0;
			padding: 12px 20px;
			line-height: 25px;
			height: 96px;
			background: url('/graphics/login_bg.jpg') 0 0 no-repeat transparent;
		}		
						
		div.main div.left div.loggedin {
		}			
			div.main div.left div.loggedin h4 {
				color: #FFA200;
			}
			div.main div.left div.loggedin a {
				color: #FFF;
				text-decoration: none;
			}	
			div.main div.left div.loggedin a:hover {
				color: #FFF;
				text-decoration: underline;
			}			
				
	div.main div.right {
		width: 684px;
		float: left;
	}	
		div.main div.right div.header {
			background: url('/graphics/blocks.gif') 0 0 no-repeat #0373A6;
			height: 130px;
			padding: 0 0 0 24px
		}
			div.main div.right div.header div.headermenu {
				color: #FFF;
				font-weight: bold;
				padding: 3px 15px;
				height: 14px;
				text-align: right;
			}
				div.main div.right div.header div.headermenu a {
					color: #FFF;
					font-weight: bold;
					text-decoration: none;
				}
				div.main div.right div.header div.headermenu a:hover {
					color: #FFF;
					text-decoration: underline;
				}
		
			div.main div.right div.header div.block {
				color: #0B3162;
				font-weight: bold;
				line-height: 20px;
				padding: 10px;
				width: 197px;
				height: 61px;
				float: left;
			}
			div.main div.right div.header div.yellow {
				_width: 105px;
				_margin-right: 92px
			}
				div.main div.right div.header div.block span {
					font-size: 13px;
				}
				div.main div.right div.header div.block a {
					color: #0B3162;
					text-decoration: underline;
				}
				div.main div.right div.header div.block a:hover {
					color: #0B3162;
					text-decoration: none;
				}
				div.main div.right div.header div.block a.arrow {
					float: right;
					margin-right: 105px;
					_margin-right: 0;
				}
			
		div.main div.right div.animals {
			background: url('/graphics/dier_bg.jpg') 0 0 no-repeat #0373A6;
			float: left;
			width: 409px;
			height: 166px;
			padding: 15px 25px;
			position: relative;
		}
			div.main div.right div.animals img {
				position: absolute;
				height: 182px;
				width: 372px;
				right: 0px;
				top: 0px;
				-moz-opacity: 0;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				opacity: 0;
			}
			
			div.main div.right div.animals div {
				position: absolute;
				left: 25px;
				top: 15px;
			}
				div.main div.right div.animals div a.btns {
						background-image: url('/graphics/sprites_dier_btns.png');
						background-position: 0 0;
						background-repeat:  no-repeat;
						background-color: transparent;
						border: none;
						_background-image: none;
						text-decoration: none;
						font-weight: bold;
						color: #FFF;
						width: 83px;
						height: 25px;
						padding: 8px 0 0 40px;
						margin: 0 0 6px 0;
						display: block;
						cursor: pointer;
				}
				div.main div.right div.animals div a.btns:hover {
					text-decoration: none;
					color: #0B3162;
				}
				
				div.main div.right div.animals div a.honden {
					background-position: 0 0;
					text-decoration: none;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/dog_btn.png', sizingMethod='crop');
				}
				div.main div.right div.animals div a.honden:hover,
				div.main div.right div.animals div a.hondenselectedlink {
					background-position: -123px 0;
					_background-position: 0 0;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/dog_btn_hover.png', sizingMethod='crop');
					text-decoration: none;
				}
				div.main div.right div.animals div a.katten {
					background-position: 0 -33px;
					_background-position: 0 0;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/cat_btn.png', sizingMethod='crop');
				}
				div.main div.right div.animals div a.katten:hover,
				div.main div.right div.animals div a.kattenselectedlink {
					background-position: -123px -33px;
					_background-position: 0 0;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/cat_btn_hover.png', sizingMethod='crop');
					text-decoration: none;
				}
				div.main div.right div.animals div a.knaagdieren {
					background-position: 0 -66px;
					_background-position: 0 0;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/rabit_btn.png', sizingMethod='crop');
				}
				div.main div.right div.animals div a.knaagdieren:hover,
				div.main div.right div.animals div a.knaagdierenselectedlink {
					background-position: -123px -66px;
					_background-position: 0 0;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/rabit_btn_hover.png', sizingMethod='crop');
					text-decoration: none;
				}
		
		div.main div.right div.contact {
			background: url('/graphics/address_bg.jpg') 0 0 no-repeat #0373A6;
			float: left;
			width: 195px;
			height: 156px;
			padding: 20px 15px;
			line-height: 25px;
		}
			div.main div.right div.contact address {
				color: #FFF;
				font-style: normal;
				font-weight: bold;
				font-size: 12px;
				padding-bottom: 15px;
			}
				div.main div.right div.contact address a {
					color: #FFF;
				}
			
			div.main div.right div.contact a,
			div.main div.right div.contact a:hover {
				color: #FFC900;
				text-decoration: none;
				width: 110px;
				display: block;
			}
			
			div.main div.right div.contact a span {
				background-image: url('/graphics/sprites_arrows.png');
				background-position: 0 0;
				background-repeat:  no-repeat;
				_background-image: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/sprites_arrows.png', sizingMethod='crop');
				text-decoration: none;
				width: 26px;	
				height: 26px;
				display: block;
				float: right;
			}
			div.main div.right div.contact a:hover span {
				background-position: -26px 0;
				text-decoration: none;
			}
		
		div.main div.right div.content {
			width: 410px;
			padding: 25px;
			float: left;
		}
			div.main div.right div.content div.img {
				float: right;
				margin: 5px 0 5px 10px;
				padding: 5px;
				border: solid 1px #EFF3F6;
			}
				div.main div.right div.content div.img img {
					display: block;
				}
				
			div.main div.right div.content div.news {
			}
				div.main div.right div.content div.news ul li a.img {
					float: left;
					width: 90px;
					height: 90px;
					margin: 0 10px 15px 0;
					_margin: 12px 10px 15px 0;
					background-position: center;
					background-repeat: no-repeat;
					text-decoration: none;
					display: block;
				}
					
				div.main div.right div.content div.news ul,
				div.main div.right div.content div.news li,
				div.main div.right div.content div.morenews ul,
				div.main div.right div.content div.morenews li  {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
			div.main div.right div.content div.morenews {
				padding: 30px 0 0 0;
			}
				div.main div.right div.content div.morenews ul li h4 {
					padding-right: 45px;
				}
					div.main div.right div.content div.morenews ul li h4 span.more {
						float: none;
						display: inline;
						width: auto;
					}
			
			div.main div.right div.content div.formcontainer {
			}
				div.main div.right div.content div.formcontainer h2 {
					color: #81D009;
				}
				div.main div.right div.content div.formcontainer div.row {
					padding: 0px;
					clear: both;
				}
					div.main div.right div.content div.formcontainer div.row div.col1 {
						width: 120px;
						float: left;
						font-weight: bold;
						margin-top: 5px;
					}
						div.main div.right div.content div.formcontainer div.row div.col1 em {
							font-size: 0.9em;
							font-weight: normal;
						}
					div.main div.right div.content div.formcontainer div.row div.col2 {
						width: 230px;
						float: left;
						margin-top: 5px;
					}
		
		div.main div.right div.content div.gmap {
			width: 410px;
			height: 340px;
			border: 1px solid black;
		}
			div.main div.right div.content div.gmap span img {
				float:right; 
				margin: 0 0 5px 5px;
				border: 0;
			}
		
		div.main div.right div.rgt {
			float: left;
			width: 190px;
			padding: 25px 0;
			position: relative;
		}
			div.main div.right div.rgt div.rt {
				display: block;
				position: absolute;
				top: 0;
				right: -34px;
				width: 9px;
				height: 54px;
				background: url('/graphics/rt.gif') 0 0 no-repeat #0373A6;
			}
			
			div.main div.right div.rgt div.top {
				width: 186px;
				height: 14px;
				background: url('/graphics/rgt_top.jpg') 0 0 no-repeat #BCE9FF;
				font-size: 1px;
			}
			
			div.main div.right div.rgt div.middel {
				width: 166px;
				padding: 0 10px;
				background: url('/graphics/rgt_mid.jpg') 0 0 repeat-y #BCE9FF;
			}
				div.main div.right div.rgt div.middel h3 {
					color: #0B3162;
					margin: 0 0 5px 5px;
				}
				
				div.main div.right div.rgt div.middel address {
					background-color: #D9F0FF;
					font-style: normal;
					line-height: 140%;
					color: #0B3162;
					margin-bottom: 5px;
					padding: 10px;
				}
				
				div.main div.right div.rgt div.middel a.item {
					color: #0B3162;
					text-decoration: none;
					background: url('/graphics/paw_bl_gr.gif') 0 0 no-repeat #D9F0FF;
					display: block;
					padding: 17px 5px 7px 39px;
					margin-bottom: 10px;
					cursor: default;
				}
					div.main div.right div.rgt div.middel a.item h2 {
						color: #0B3162;
						font-size: 12px;
						font-weight: bold;
					}
				
				div.main div.right div.rgt div.middel a.item:hover {
					text-decoration: none;
					background: url('/graphics/paw_bl_gr.gif') -166px 0 no-repeat #E6FAA6;
				}
			
			div.main div.right div.rgt div.btm {
				width: 186px;
				height: 13px;
				background: url('/graphics/rgt_btm.jpg') 0 0 no-repeat #BCE9FF;
				font-size: 1px;
			}
			
			div.main div.right div.rgt div.middel form#NLform,
			div.main div.right div.rgt div.middel form#AddressForm {
				color: #FFF;
				background-color: #0191B4;
				padding: 12px 15px;
				margin-bottom: 5px;
				line-height: 120%;
				width: 136px;
			}
				div.main div.right div.rgt div.middel form#NLform hr {
					height: 1px;
					border: none;
					border-top: solid 1px #D9F0FF;
					margin-top: 8px;
				}
				
				div.main div.right div.rgt div.middel form#NLform select,
				div.main div.right div.rgt div.middel form#AddressForm select {
					padding: 0;
					width: 137px;
					height: 22px;
				}
				div.main div.right div.rgt div.middel form#NLform select {
					
				}
				
				div.main div.right div.rgt div.middel form#NLform input.btn,
				div.main div.right div.rgt div.middel form#AddressForm input.btn {
					float: right;
					margin-top: 10px;
				}
			
	div.main div.footer {
		margin: 0 9px 0 24px;
		padding: 5px 15px;
		text-align: right;
		color: #F2FCEB;
		background-color: #B7DC51;
		border-top: solid 7px #0373A6;
	}
		div.main div.footer a {
			color: #F2FCEB;
			text-decoration: none;
		}
		div.main div.footer a:hover {
			color: #F2FCEB;
			text-decoration: underline;
		}
		
a.arrow {
	background-image: url('/graphics/sprites_arrows.png');
	background-position: 0 0;
	background-repeat:  no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/sprites_arrows.png', sizingMethod='crop');
	text-decoration: none;
	width: 26px;
	height: 26px;
	display: block;
}
a.arrow:hover {
	background-position: -26px 0;
	text-decoration: none;
}

a span.more {
	display: block;
	float: left;
	width: 67px;
	height: 16px;
	color: #FF6B00;
	text-decoration: none;
	cursor: pointer;
}
	a span.more div {
		float: right;
		background: url('/graphics/arrows_xs.gif') 0 0 no-repeat transparent;
		margin: 3px 0 2px 0;
		width: 11px;
		height: 11px;
		font-size: 1px;
	}
	a:hover span.more div {
		background: url('/graphics/arrows_xs.gif') 100% -11px no-repeat transparent;
	}
	
	a span.more span {
		background: url('/graphics/arrows_xs.gif') 0 0 no-repeat transparent;
		margin: 3px 0 2px 0;
		padding: 6px 5px 4px 5px;
		font-size: 1px;
	}
	a:hover span.more span {
		background: url('/graphics/arrows_xs.gif') 100% -11px no-repeat transparent;
	}

div.path {
	color: #0B3162;
	border-top: solid 1px #EFF3F6;
	padding: 2px 0;
	margin-top: 5px;
}
	div.path a {
		text-decoration: none;
		color: #0B3162;
	}
	div.path a:hover {
		text-decoration: underline;
		color: #FF6B00;
	}
	
/*******************************************************************************
** SPECIFIC CLASSES FOR THE IMAGE GALLERY
*******************************************************************************/
div.photoalbumovv {
	margin: 20px 10px 10px 10px;
}
	div.photoalbumovv a.album {
		text-decoration: none;
		background: url('/graphics/imgfolder.gif') 0 0 no-repeat transparent;
		display: block;
		padding: 12px 0 0 45px;
		height: 28px;
		margin-bottom: 10px;
		cursor: default;
	}
		div.photoalbumovv a.album span.more {
			float: left;
			width: auto;
		}
		
	div.photoalbumovv a.album:hover {
		text-decoration: none;
		background: url('/graphics/imgfolder_hover.gif') 0 0 no-repeat transparent;
	}
	
div.main div.right div.content div.photoalbum {
	margin-bottom: 20px;
}
	div.main div.right div.content div.photoalbum div.thumbs {
		margin-top: 30px;
	}
		div.main div.right div.content div.photoalbum div.thumbs div.thumb {
			float: left;
			margin: 0 25px 25px 0;
			width: 90px;
			height: 90px;
		}
		div.main div.right div.content div.photoalbum div.thumbs div.albumfolder {
			position: relative;
			float: left;
		}
			div.main div.right div.content div.photoalbum div.thumbs div.albumfolder a {
				background: url('/graphics/imgfolder.gif')  0 0 no-repeat transparent;
				display: block;
				height: 17px;
				padding: 20px 0 0 50px;
				border: none;
				text-decoration: none;
			}
			div.main div.right div.content div.photoalbum div.thumbs div.albumfolder a:hover {
				text-decoration: underline;
				background: url('/graphics/imgfolder_hover.gif') 0 0 no-repeat transparent;
			}
			div.main div.right div.content div.photoalbum div.thumbs div.albumfolder div.comm {
				padding: 0 0 0 50px;
			}
		div.main div.right div.content div.photoalbum div.thumbs div.thumb {
			background-position: center;
			background-repeat: no-repeat;
		}
			div.main div.right div.content div.photoalbum div.thumbs div.thumb a {
				display: block;
				width: 90px;
				height: 90px;
				border: none;
				text-decoration: none;
			}
			div.main div.right div.content div.photoalbum div.thumbs div.thumb a:hover {
				display: block;
				width: 90px;
				height: 90px;
				text-decoration: none;
				background-image: url('/graphics/thumb_overlay.png');
				background-position: center center;
				background-repeat:  no-repeat;
				_background-image: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/thumb_overlay.png', sizingMethod='crop');
			}
						
div.imageoverlay {
	background-color: black;
	filter: alpha(opacity=70,style=0);
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	_background-color: transparent;
	z-index: 200;
	display: none;
}
 div.photoviewer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	display: none;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
}
	 div.photoviewer table {
		border-collapse: collapse;
		width: 100%;
		height: 100%;
	}
		 div.photoviewer table td {
			width: 100%;
			height: 100%;
			text-align: center;
			vertical-align: middle;
			padding: 0;
			margin: 0;
		}
			 div.photoviewer table td div.img {
				margin: 0px auto 0px auto;
				_margin-top: 100px;
				_height: 1px;
			}
				div.photoviewer table td div.img table {
					margin: 0px auto 0px auto;
					width: 649px;
					height: 1px;
					background-color: #B1E4FD;
					cursor: default;
				}
					div.photoviewer table td div.img table td.imgtarget {
						overflow: hidden;
						margin: 0px;
						padding: 0 8px;
						text-align: center;
						vertical-align: center;
					}
						div.photoviewer table td div.img td.imgtarget img {
							display: block;
							margin: 8px auto 0 auto;
						}
						
					div.photoviewer table td div.img table td.nav {
						text-align: center;
						vertical-align: top;
						padding: 15px 10px 15px 0;
						width: 50px;
					}
						div.photoviewer table td div.img table td.nav a {
							cursor: pointer;
							display: block;
							width: 43px;
							height: 47px;
							margin-bottom: 2px;
							background-image: url('/graphics/nav.gif');
							background-repeat: no-repeat;
						}
						div.photoviewer table td div.img table td.nav a.close {
							background-position: 0 0;
						}
						div.photoviewer table td div.img table td.nav a.close:hover {
							background-position: 100% 0;
						}
						div.photoviewer table td div.img table td.nav a.next {
							background-position: 0 -47px;
						}
						div.photoviewer table td div.img table td.nav a.next:hover {
							background-position: 100% -47px;
						}
						div.photoviewer table td div.img table td.nav a.prev {
							background-position: 0 -96px;
						}
						div.photoviewer table td div.img table td.nav a.prev:hover {
							background-position: 100% -96px;
						}
					
					div.photoviewer table td div.img table td div.comment {
						text-align: left;
						vertical-align: top;
						margin: 0 8px 8px 8px;
						padding: 5px 80px;
						min-height: 30px;
						#height: 30px;
						background: #33515B;
						display: block;
						position: relative;
						color: #FFF;
					}
						div.photoviewer table td div.img table td div.comment div.logo {
							position: absolute;
							top: -48px;
							left: 8px;
							width: 78px;
							height: 94px;
							background-image: url('/graphics/img_logo.png');
							background-position: 0 0;
							background-repeat:  no-repeat;
							_background-image: none;
							_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/img_logo.png', sizingMethod='crop');
						}
	
/*******************************************************************************
** SPECIFIC CLASSES FOR THE MAIN FORM
*******************************************************************************/

form#contactform {
}
	form#NLUform fieldset,
	form#contactform fieldset,
	form#loginform fieldset {
		border: 0.1em solid #0373A6;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		padding: 7px;
	}
		form#NLUform fieldset legend,
		form#contactform fieldset legend,
		form#loginform fieldset legend {
			color: #0373A6;
		}
	span.err {
		color: red;
	}

	form#contactform table td {
		vertical-align: top;
	}
	form#contactform table td.col1		{	width: 25%; }
	form#contactform table td.col2		{	width: 75%; }
	
	form#contactform select 					{ color: black; }
	form#contactform select.fixed			{ width: 275px; }

	form#contactform input.txt				{ padding: 2px 1px; color: black; width: 275px;}
	form#contactform input.junction		{ width: 70px; }
	form#contactform input.firstname	{ width: 70px; }
	form#contactform input.lastname 	{ width: 275px; }

	form#contactform input.phone			{ width: 100px; }
	form#contactform input.email			{ width: 275px; }
	form#contactform input.details		{ width: 275px; }
	form#contactform input.captcha		{ width: 70px; }

	form#contactform input.cb 				{ display: block; float: left; }
	form#contactform label.lbl 				{ display: block; float: left; margin-right: 3px; }
	
	form#contactform textarea					{ padding: 0 1px; color: black; width: 275px; height: 90px; overflow: auto; }

	
/*******************************************************************************
** SPECIFIC CLASSES FOR THE SITEMAP
*******************************************************************************/
		ul.sitemap {
			list-style-type: square;
			list-style-position: inside;
			list-style-image: url('/graphics/sitemap.gif');
			font-weight: bold;
		}					
			ul.sitemap li ul {
				list-style-image: url('/graphics/sitemapsub.gif');
				font-weight: normal;
			}					
				ul.sitemap li ul li ul {
					list-style-image: url('/graphics/sitemapsubsub.gif');
				}				
					ul.sitemap li ul li ul il ul {
						list-style-image: url('/graphics/sitemapsubsubsub.gif');
					}