html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

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

body {
	background-color: white;
	text-align: center;
}

td {
	text-align: left;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF5300;
	line-height: 16px;
	margin: 0px 0px 26px 0px;
}
	h1 a {
		color: #FF5300;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF5300;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF5300;
	margin: 0px;
	font-style: italic;
}

a {				text-decoration: underline; }
a:hover {	text-decoration: none; color: #FF5300; }
	h2 a {		color: #FF5300; }

p {
	margin: 0px;
}

form {
	margin: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px 0px 0px 0px;
}
li {
	margin-left: 20px;
}

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

body, table, td, input, select, textarea {
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
}
body, table, td, a {
	color: #667C8C;
	line-height: 16px;
}

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

input.txtinp, textarea, select {
	border: 1px solid #8C9EA9;
	color: #667C8C;
}
input.deftxt {
	color: #CAD2D7;
}
input.btn, a.btn {
	display: block;
	background-color: #FF5300;
	border: 1px solid #FF5300;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
}
a.btn {
	padding: 2px 11px;
}

input.cb {
	float: left;
	margin: 0.25em 0em 0em 0em;
	#margin-top: 2px;
	padding: 0px;
	height: 1.2em;
}
label.lbl {
	float: left;
	display: block;
	padding: 1px 5px 1px 2px;
	#padding: 0px 5px 1px 2px;
	margin: 0px 0px 2px 0px;
}
span.error, div.error {
	color: #FF5300;
}
span.descr {
	font-size: 10px;
	color: gray;
}
div.hr {
	height: 1px;
	background-image: url('/graphics/hrbg.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	margin: 18px 0px;	
}

div.dateinput {
	line-height: 100%;
	background-color: white;
	border: 1px solid #8C9EA9;
	float: left;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 10px;
		text-align: center;
		overflow: hidden;
		color: black;
		font-size: 11px;
	}
	div.dateinput input {
		display: block;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
		color: #667C8C;
	}
	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 {
	width: 950px;
	margin: 0px auto;
}
	div.main div.topbar {
		background-image: url('/graphics/topbarbg.gif');
		background-repeat: no-repeat;
		background-position: top right;
		min-height: 175px;
		#height: 175px;
		position: relative;
		margin-bottom: 15px;
	}
		div.main div.topbar h1,
		div.main div.topbar h2 {
			float: left;
			background-position: top left;
			background-repeat: no-repeat;
			overflow: hidden;
		}
		div.main div.topbar h1 {
			background-image: url('/graphics/logo.gif');
			width: 182px;
			height: 135px;
			margin: 14px 0px 0px 119px;
			_margin-left: 59px;
		}
			div.main div.topbar h1 a {
				display: block;
				width: 182px;
				height: 1px;
				padding-top: 134px;
			}
		div.main div.topbar h2 {
			background-image: url('/graphics/title.gif');
			width: 341px;
			height: 1px;
			overflow: hidden;
			padding-top: 15px;
			margin: 48px 0px 15px 24px;
		}
		div.main div.topbar div.topmenu {
			width: 341px;
			position: absolute;
			bottom: 48px;
			right: 277px;
			text-align: right;
			padding-bottom: 4px;
		}
			div.main div.topbar div.topmenu a {
				font-family: Verdana, Tahoma, Arial;
				font-size: 11px;
				text-decoration: none;
				letter-spacing: -1px;
				color: white;
			}
			div.main div.topbar div.topmenu a:hover {
				color: #FF5300;
			}
		div.main div.topbar div.find {
			position: absolute;
			bottom: 0px;
			right: 156px;
			width: 176px;
			background-color: #F0F2F4;
			padding: 2px 8px 2px 2px;
		}
			div.main div.topbar div.find input.btn {
				float: left;
				width: 43px;
				border: 0px;
				color: #667D8C;
				font-size: 11px;
				font-family: Arial, Verdana, Tahoma, Arial, sans-serif;
				background-color: #F0F2F4;
				padding: 2px 2px 1px 2px;
			}
			div.main div.topbar div.find input.txt {
				float: left;
				border: 0px;
				color: #667D8C;
				background-color: white;
				margin: 0px;
				padding: 2px;
				width: 126px;
			}
	
	div.main div.base {
		background-image: url('/graphics/basebg.gif');
		background-repeat: repeat-y;
		background-position: left;
		text-align: left;
		min-height: 510px;
		_height: 510px;
	}
		div.main div.base div.lft {
			float: left;
			width: 301px;
		}
			div.main div.base div.lft div.pageimg {
				height: 142px;
				overflow: hidden;
				background-color: white;
				text-align: right;
			}	
			div.main div.base div.lft div.menu {
				margin-left: 23px;
			}
				div.main div.base div.lft div.level1 {
					float: left;
					width: 142px;
					padding-bottom: 55px;
				}
					div.main div.base div.lft div.level1 span {
						display: block;
						position: relative;
						_behavior: url(/inc/styles/hover.htc);
					}
						div.main div.base div.lft div.level1 span a {
							color: white;
							display: block;
							padding: 6px 0px 5px 10px;
							font-weight: bold;
							text-decoration: none;
							line-height: 100%;
						}
							
						div.main div.base div.lft div.level1 span div.sub {
							top: 0px;
							#top: 2px;
							margin-left: 142px;
							width: 136px;
							display: none;
							position: absolute;
						}
							div.main div.base div.lft div.level1 span div.sub a {
								background-color: #F5F7F7;
								color: #667C8C;
								font-size: 11px;
								font-weight: normal;
								line-height: 100%;
								padding-top: 6px;
								padding-bottom: 6px;
							}
							div.main div.base div.lft div.level1 span div.sub a:hover {
								color: #FF5300;
							}
							div.main div.base div.lft div.level1 span div.sub a.selectedlink {
								background-color: #D8DEE2;
								color: #FF5300;
							}
							
					div.main div.base div.lft div.level1 span a:hover {
						background-color: #E05B1C;
					}
						div.main div.base div.lft div.level1 span.hover div.sub,
						div.main div.base div.lft div.level1 span:hover div.sub {
							display: block;
						}
					div.main div.base div.lft div.level1 span a.selectedlink {
						background-color: #E05B1C;
					}
						div.main div.base div.lft div.level1 span.selectedlink div.sub {
							display: block;
						}

		div.main div.base div.mid {
			float: left;
			width: 506px;
		}
			div.main div.base div.mid div.content {
				padding: 35px 25px;
			}
				div.main div.base div.mid div.content table.profilelist td {
					padding: 1px 5px 1px 0px;
				}
				
				div.main div.base div.mid div.content div.docs {
					border: 1px solid #FF5300;
					padding: 15px 0px 0px 15px;
				}
					div.main div.base div.mid div.content div.docs h1 {
						margin-bottom: 10px;
						letter-spacing: -1px;
					}
						div.main div.base div.mid div.content div.docs h1 a {
							text-decoration: none;
						}
						div.main div.base div.mid div.content div.docs h1 a:hover {
							text-decoration: underline;
						}
							
					div.main div.base div.mid div.content div.docs div.ovv a {
						display: block;
						float: left;
						width: 155px;
						height: 43px;
						overflow: hidden;
						padding-left: 45px;
						font-size: 11px;
						color: black;
						text-align: left;
						margin: 10px 15px 5px 0px;
						background-repeat: no-repeat;
						background-position: top left;
						text-decoration: none;
						line-height: 15px;
						position: relative;
					}
					div.main div.base div.mid div.content div.docs div.ovv a:hover {
						text-decoration: underline;
					}
						div.main div.base div.mid div.content div.docs div.ovv a span {
							color: gray;
							text-decoration: none;
							position: absolute;
							bottom: -2px;
							left: 45px;
							background-color: white;
							width: 155px;
						}
						
					div.main div.base div.mid div.content div.docs a.folder {
						background-image: url('/graphics/icon.folder.png');
						#background-image: none;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/icon.folder.png',sizingMethod='crop');
						line-height: 300%;
					}
					
					div.main div.base div.mid div.content div.docs a.pdf {
						background-image: url('/graphics/icon.pdf.png');
						#background-image: none;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/icon.pdf.png',sizingMethod='crop');
					}
					div.main div.base div.mid div.content div.docs a.word {
						background-image: url('/graphics/icon.word.png');
						#background-image: none;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/icon.word.png',sizingMethod='crop');
					}
					div.main div.base div.mid div.content div.docs a.excel {
						background-image: url('/graphics/icon.excel.png');
						#background-image: none;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/icon.excel.png',sizingMethod='crop');
					}
					div.main div.base div.mid div.content div.docs a.image {
						background-image: url('/graphics/icon.image.png');
						#background-image: none;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/icon.image.png',sizingMethod='crop');
					}
				
		div.main div.base div.rgt {
			float: left;
			width: 142px;
			font-size: 11px;
			line-height: 13px;
			border-top: 14px solid white;
		}
			div.main div.base div.rgt div.padding {
				padding: 12px 12px 12px 14px;
			}
				div.main div.base div.rgt div.padding form {
					text-align: right;
					margin-bottom: 43px;
				}
				div.main div.base div.rgt div.padding h1 {
					color: #667C8C;
					font-weight: bold;
					margin-bottom: 7px;
				}
				div.main div.base div.rgt div.padding input.txt {
					width: 98%;
					margin-bottom: 7px;
					padding: 2px 0px;
				}
				div.main div.base div.rgt div.padding input.btn,
				div.main div.base div.rgt div.padding a.btn {
					padding: 1px;
					font-weight: normal;
					float: right;
				}
				div.main div.base div.rgt div.padding a.btn {
					padding: 2px 10px;
				}
				div.main div.base div.rgt div.padding h3 {
					margin-top: 15px;
				}
				
/*******************************************************************************
** SPECIFIC CLASSES FOR THE REGISTRATION FORM
*******************************************************************************/

fieldset {
	border: 1px solid #FF5300;
	padding: 15px;
	margin-bottom: 15px;
}
	fieldset legend {
		color: #FF5300;
		font-weight: bold;
	}
	fieldset table {
		width: 100%;
	}
		fieldset table tr { }
			fieldset table tr td {
				vertical-align: top;
			}
			fieldset table tr td.col1 {
				width: 35%;
			}
			fieldset table tr td.col2 {
				width: 65%;
			}
			fieldset table tr.error td {
				color: #FF5300;
			}
			fieldset table tr.btnrow td {
				padding-right: 120px;
				#padding-right: 90px;
			}
				fieldset table tr td input.btn {
					float: right;
					background-color: #F0F2F4;
					border: 1px solid #667D8C;
					color: #667D8C;
					font-weight: bold;
					padding: 2px 10px;
					font-size: 12px;
				}
				fieldset table tr td input.next {
					margin-left: 15px;
				}
				fieldset table tr td input.prev {
				}	
				fieldset table tr td label.fixedwidth {
					width: 65px;
					#width: 60px;
				}
				fieldset table tr td label.fixedwidth2 {
					width: 375px;
					#width: 370px;
				}
				fieldset table tr td label.fixedwidth3 {
					width: 110px;
					#width: 105px;
				}

div.formcontainer {
}
	div.formcontainer table {
		width: 480px;
	}
		div.formcontainer table tr td.err, div.formcontainer span.err {
			color: #FF5300;
		}
			div.formcontainer table tr td.err, div.formcontainer span.err a {
				color: #FF5300;
			}
		div.formcontainer table tr td.err {
			padding: 0px;
			font-size: 11px;
		}

	div.formcontainer select 							{ color: black; }
	div.formcontainer select.fixed				{ width: 200px; }

	div.formcontainer input.txt						{ color: black; }
	div.formcontainer input.initials			{ width: 70px; }
	div.formcontainer input.junction 			{ width: 50px; }
	div.formcontainer input.lastname 			{ width: 200px; }
	div.formcontainer input.organisation	{ width: 200px; }
	div.formcontainer input.department		{ width: 200px; }

	div.formcontainer input.address				{ width: 160px; }
	div.formcontainer input.housenum			{ width: 35px; }
	div.formcontainer input.zipcode				{ width: 50px; }
	div.formcontainer input.city					{ width: 145px; }
	div.formcontainer input.phone					{ width: 100px; }
	div.formcontainer input.email					{ width: 200px; }

	div.formcontainer input.function			{ width: 200px; }
	div.formcontainer input.continuatorof	{ width: 200px; }

	div.formcontainer textarea						{ color: black; width: 200px; height: 90px; }

/*******************************************************************************
** SPECIFIC CLASSES FOR FORM ELEMENTS IN THE profileform
*******************************************************************************/

#profile { }
	#profile input.txt, #profile select, 	#profile textarea {
		color: #667C8C;
		font-size: 11px;
	}
	
/*******************************************************************************
** SPECIFIC CLASSES FOR FORM ELEMENTS IN THE profile searchform
*******************************************************************************/

form.profilesearch {
	margin-bottom: 15px;
}
	form.profilesearch table td {
		padding: 2px 0px;
	}
	form.profilesearch input.btn {
		font-weight: normal;
		padding: 0px 5px 1px 5px;
		height: 20px;
		margin: 0px;
	}

/*******************************************************************************
** SPECIFIC CLASSES FOR THE "TABS" in the profileform
*******************************************************************************/

div.tabcontainer {
}
	div.tabcontainer a.tab {
		float: left;
		display: block;
		cursor: pointer;
		border: 1px solid #FF5300;
		border-bottom: 0px;
		padding: 4px 5px 5px 5px;
		text-decoration: none;
		margin-left: -1px;
		zoom: 1;
	}
	div.tabcontainer a.tab:hover {
		color: #FF5300;
	}
	div.tabcontainer a.active {
		background-color: #FF5300;
		color: white;
	}
	div.tabcontainer a.active:hover {
		color: white;
	}
		
	div.tabcontainer fieldset {
		display: none;
		clear: left;
		margin-left: -1px;
		min-height: 210px;
		_height: 210px;
		width: 415px;
	}

	div.tabcontainer div.buttons,
	div.profilecontainer div.buttons {
		text-align: right;
		padding: 2px 14px 2px 0px;
	}
		div.tabcontainer div.buttons input.btn,
		div.profilecontainer div.buttons input.btn  {
			color: white;
			font-weight: normal;
			float: right;
			margin-left: 10px;
			padding-right: 5px;
			padding-left: 5px;
		}