html {
	/*height: 101%;*//* To prevent short pages jumping to the left on Firefox */
	overflow-x: hidden; overflow-y: auto; /* To remove the unwanted horizontal scrollbar appearing in IE7 */
	}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	}
* {
	margin: 0;
	padding: 0;
	}
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}
.clear {
	clear:both;
	}
img, acronym {
	border: 0;
	}
p {
	margin-bottom: 12px;
	}
a {
	font-weight: bold;
	color: #000;
	}
h2, h4 {
	color: #e52324;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
	}
h4 {
	font-size: 15px;
	margin-bottom: 12px;
	}	
	
#frameWrapper { 
	position: relative;
	margin: 5px auto;
	width: 910px;
	background: url(../images/bg.png) bottom left;
	}
img.imgHeader{
	position: relative;
	top: 40px;
	margin-left: 0;
	}
	.login {
		position: absolute;
		top: 0px;
		left: 630px;
		width: 270px;
		height: 40px;
		color: #999;
		font-size: 10px;
		padding-top: 2px;
		}
		.login .breaker {
			clear: both;
			}
		.login .label {
			width: 78px;
			clear: left;
			float: left;
			text-align: right;
			padding-right: 3px;
			}
		.login .message {
			width: 235px;
			text-align: left;
			padding-left: 20px;
			color: #111;
			}
			.login .message div {
				float: left;
				width: 100px;
				overflow: hidden;
				white-space: nowrap;
				clear: none;
				text-align: left;
				}
			.login .message a {
				text-decoration: none;
				}
		.login img {
			float: left;
			margin: 0 5px;
			cursor: pointer;
			}
		.login input {
			font-size: 10px;
			width: 90px;
			float: left;
			margin-bottom: 1px;
			}
		.login .submitbutton {
			width: 20px;
			float: left;
			border: 0;
			background-color: #ffd940;
			margin-left: 5px;
			color: #999;
			cursor: pointer;
			}
			.login .submitbutton:hover {
				color: #000;
				}
	#logo {
		position: absolute;
		top: 70px;
		left: 40px;
		width: 142px;
		height: 142px;
	}
#frameContent {
	position: relative;
	width: 900px;
	background: url(../images/bgContent.png) repeat-y top left;
	padding: 0 0 10px 0;
	line-height: 17px;
	}
	#content {
		float: left;
		width: 570px;
		margin-top: 45px;
		padding-left: 40px;
		padding-right: 20px;
		}
		#content td {
			vertical-align: top;
			padding-right: 10px;
			}
		#content input, #content textarea {
			width: 350px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			}
		#content textarea {
			height: 50px;
			}
		#content .check {
			width: 15px;
			}	
		#content form img {
			border: 1px solid #7f9db9;
			}
		#content form .submitButton {
			width: 150px;			
			}
		#content ul, #content ol {
			padding: 0 0 20px 20px;
			margin: 0;
			}
		
		
		#content .LetterList {
			padding-bottom: 20px;
			}
		#content .LetterList a {
			text-decoration: none;
			font-size: 16px;
			text-transform: capitalize;
			padding-right: 5px;
			}
		#content .LetterList a:hover, #content .LetterList a.active {
			color: #e52324;
			}
		
		
		#content .groupList {
			padding-bottom: 20px;
			}
			#content .groupList div {
				float: left;
				width: 150px;
				}
			#content .groupList input {
				width: 20px;
				border: 0;		
				}
		
		
		
		#col1 {
			float: left;
			margin-top: 45px;
			padding-left: 40px;
			width: 260px;
			}
		#col2 {
			float: left;
			margin-top: 45px;
			padding-left: 40px;
			padding-right: 20px;
			width: 260px;
			}
		table.tableContact td {
			padding-bottom: 6px;
			}
		#col3 {
			float: right;
			margin-top: 45px;
			padding-left: 20px;
			width: 250px;
			}
			
		
		
		
			
			
		#col3 ul {
			list-style: none;
			font-weight: bold;
			margin: 0;
			padding: 0;
			line-height: 20px;
			}
			#col3 ul input {
				width: 120px;
				font-size: 11px;
				margin: 0 0 0 5px;
				}
			#col3 ul img {
				padding-left: 5px;
				vertical-align: middle;
				cursor: pointer;
				}
			#col3 ul a {
				text-decoration: none;
				}
			#col3 ul a:hover {
				color: #e52324;
				}
			#col3 ul li ul {
				padding: 3px 10px 2px 10px;
				list-style: none;
				color: #e52334;
				line-height: normal;
				}
			#col3 ul li ul li {
				padding-bottom: 3px;
				}
			#col3 ul li a {
				color: #000;
				}
			#col3 ul li ul li a {
				color: #333;
				font-weight: normal;
				}
			#col3 ul li a.active, #col3 ul li ul li a.active {
				color: #e52324;
				}
			#col3 ul li a.active:hover, #col3 ul li ul li a.active:hover {
				color: #666;
				}
		
		
		
		
		#col3 .congressDate {
			font-weight: normal;
			color: #000;
			font-size: 9px;
			}			
		.news {
			margin-bottom: 10px;
			}
			.news a {
				text-decoration: none;
				font-weight: normal;
				}
			.news a:hover {
				color: #e52324;
				}
		.date {
			color: #e52324;
			margin-right: 10px;
			}
#frameFooter {
    position: relative;
	margin: -5px auto;
	width: 910px;
	height: 130px;
	background: url(../images/bgFooter.png) bottom left;
	}
	#frameFooter ul#ulNav {
		position: absolute;
		bottom: 55px;
		margin-left: 40px;
		font-size: 12px;
		margin-right: 40px;
		}   
	#frameFooter ul#ulNav li {
		list-style: none;
		display: inline;
		margin-right: 14px;
		}
	#frameFooter ul#ulNav li a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		}
	#frameFooter ul#ulNav li a:hover,
	#frameFooter ul#ulNav li a.active {	
		color: #000;
		}
#frameAdres{
	width: 910px;
	height: 30px;
	margin: 3px auto;
	color: #aba3a5;
	font: 12px Arial, Helvetica, sans-serif;
	}
.floatRightZite {
	float: right;
	width: 150px;
	color: #aba3a5;
	font: 12px Arial, Helvetica, sans-serif;
	}
	.floatRightZite a {
		color: #aba3a5;
		text-decoration: none;
		}
	.floatRightZite a:hover {
		color: #666;
		}
.inziteForm .formfield {
	clear: both;
	}
.inziteForm .fieldLeft {
	float: left;
	}
.inziteForm .fieldRight {
	float: left;
	}
.inziteForm input, .inziteForm textarea, .inziteForm select {
	margin-bottom: 2px;
	}
.inziteForm .CheckRadio {
	float: left;
	}
.inziteForm .CheckRadioText {
	float: left;
	padding: 0px 0px 2px 5px;
	}
.inziteForm .submitButton {
	clear: both;
	text-align: right;
	padding-top: 5px;
	}
.inziteForm .submitButton input {
	color: #2b2b2d;
	}

.blok { /* cms-Blokken onderdeel Bewerken */
	width: 550px;
	height: 220px;
	border: 1px solid #ffd940;
	background: #f1f7fa;
	margin-bottom: 10px;
	color: #666;
	font-size: 11px;
	}
.editorWide {
	width: 550px;
	height: 218px;
	}	

#fancy-status {
	width: 340px;
	padding: 0;
	margin: 0;
	}
#fancy-status .progress {
	background: white url(../../cms/images/filetransfer_progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	}
#fancy-status .progress-text {
	font-size: 10px;
	font-weight: bold;
	}
#fancy-list {
	list-style: none;
	width: 340px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 10px;
	}
#fancy-list img {
	border: 0;
	}
#fancy-list li.file {
	border-bottom: 1px solid #eee;
	background-image: url(../../cms/images/filetransfer_file.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 20px;
	display: block;
	}
#fancy-list li.file.file-uploading {
	background-image: url(../../cms/images/filetransfer_uploading.png);
	background-color: #d9dde9;
	}
#fancy-list li.file.file-success {
	background-image: url(../../cms/images/filetransfer_success.png);
	}
#fancy-list li.file.file-failed {
	background-image: url(../../cms/images/filetransfer_failed.png);
	}
#fancy-list li.file .file-name {
	float: left;
	padding-left: 24px;
	font-weight: bold;
	width: 220px;
	padding-top: 3px;
	}
#fancy-list li.file .file-size {
	float: right;
	width: 60px;
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
	}
#fancy-list li.file .file-info {
	float: right;
	}
#fancy-list li.file .file-remove {
	float: right;
	width: 16px;
	}
#fancy-list li.file .file-remove img {
	padding: 0;
	margin: 0;
	}

.mediablock {
	position: relative;
	float: left;
	width: 145px;
	height: 320px;
	border: 1px solid #b8d4e2;
	margin: 5px 4px 0px 0px;
	padding: 5px;
	}
	.mediablock img {
		padding: 0;
		margin: 0;
		}
	.mediablock .imageblock {
		clear: both;
		height: 145px;
		margin-bottom: 5px;
		text-align: center;
		}
	.mediablock .infoblock {
		clear: both;
		background-color: #e1edf3;
		height: 150px;
		padding: 0px 5px;
		border: 1px solid #b8d4e2;	
		}
		.mediablock .infoblock .chapter {
			clear: both;
			width: 135px;
			padding: 3px 0px;
			margin: 0;
			text-align: left;
			border-bottom: 1px solid #b8d4e2;
			overflow: hidden;
			}
		.mediablock .infoblock .selectbox {
			border: 0;
			position: absolute;
			bottom: 25px;
			}
			.mediablock .infoblock .selectbox select {
				width: 60px;
				}
		
		
		.mediablock .infoblock .killbutton {
			border: 0;
			position: absolute;
			bottom: 0px;
			}
			.mediablock .infoblock .chapter img {
				padding-right: 5px;
				}
			.mediablock .infoblock .chapter h1 {
				display: inline;
				margin: 0;
				padding: 0 0 3px 0;
				font-size: 11px;
				font-weight: normal;
				}
			.mediablock .infoblock textarea {
				width: 130px;
				height: 40px;
				}	
				




	
/* * html hacks voor reparatie IE6 */
*html #frameWrapper img.layerLogo {
	margin-top: -210px;
	z-index: 1000;
	display: inline;
	}
*html #col1, 
*html #col2,
*html #col3 {
	/*margin-top: -90px;
	padding-top: 132px;*/
	}
	*html #frameFooter ul#ulNav {
		position: relative;
		margin-top: 115px;
		z-index: 100;
		}   
