		#boxBottomNieuws {
			background: #a5c1cc;
			height: 450px;
		}
		#boxBottomNieuwsBorder {
			background: #6e8087;
			float: left;
			clear: none;
			width: 190px;
			height: 450px;
			margin-right: 10px;
            margin-top: 30px;
		}

			#boxBottomNieuwsImg {
				position: relative;
				left: 10px;
				clear: none;
				float: left;
				z-index: 10;
				height: 20px;
			}

			#boxBottomNieuwsKop {
				background: #6e8087;
				width: 190px;
				height: 40px;
			}

				#boxNavNieuws {
					width: 180px;
					padding-top: 0;
					padding-left: 5px;
				}
				#boxNavNieuws a {
					color: #000;
					text-decoration: none;
				}

					#boxNavNieuws ul {
						font-weight: bold;
						margin: 0;
						padding: 0;
						padding-left: 10px;
						padding-top: 10px;
						padding-bottom: 10px;
						list-style: none;
						font-family: "Trebuchet MS", arial, sans-serif;
					}
					#boxNavNieuws li ul {
						margin-left: -17px;
						margin-top: -5px;
						font-weight: normal;
					}
					#boxNavNieuws[id] ul {
						background: url('../images/menu-bg.png') 10px 0px no-repeat;
					}
					#boxNavNieuws[id] ul li {
						background: url('../images/menu-bullet.png') left -10px no-repeat;
					}
					#boxNavNieuws ul li {
						margin-top: -7px;
						padding-top: 7px;
						padding-left: 18px;
					}

					#boxNavNieuws .alleOpleidingen {
						font-weight: bolder;
					}


		#boxBottomNieuwsInhoud {
			float: left;
			clear: none;
			margin-left: 3px;
			width: 440px;
			min-height: 100px;
			margin-top: -20px; /* ?? */
		}
			#boxBottomNieuwsInhoud h3 {
				color: white;
			}

			#boxBottomNieuwsInhoud a.terug {
				margin-right: 10px;
				color: white;
				text-decoration: underline;
			}
			#boxBottomNieuwsInhoud a.terug:hover {
				color: #DDDDDD;
			}

			#boxBottomNieuwsInhoud h1 {
				color: white;
				font-size: 17px;
				padding-top: 10px;
				padding-left: 10px;
			}

			.boxNieuwsItem {
				background: #c7daf0;
			}

			.boxNieuwsItemTableBorder {
				background:#8b9aac;
				margin: 25px auto;
				width: 425px;
				clear: both;
			}

			.boxNieuwsItemTitle {
				background-color: #8b9aac;
				font-size: 16px;
				line-height: 24px;
				padding-left: 5px;
				padding-right: 5px;
				color: white;
			}

			.boxNieuwsItemInhoud {
				color: black;
				padding: 5px;
			}

			table.nav a {
				color: white;
			}

			table.nav a:hover {
				color: #DDDDDD;
			}

			.meer, .minder {
				cursor: pointer;
			}

			.toggleBeschrijving {
				float: right;
				clear: left;
				margin: 0;
				padding-bottom: 25px;
			}

		#boxBottomMediaBrowser {
			float: left;
			clear: none;
			margin-left: 3px;
		}

		.oud_nieuws {
			color:white;
			margin-left:10px;
		}

		.oud_nieuws a {
			color: #DDDDDD;
			text-decoration: none;
		}

		.oud_nieuws a:hover {
			color: #FFFFFF;
		}

div.aanmeldFormulier{
	background-color:#C7DAF0;
	width:550px;
}
div.row {
  width:550px;
  height:30px;
  position:relative;
}
div.rownoformmeeloop {
  clear: both;
  height:30px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
}
div.row span.label, div.rowhoog span.label {
  float: left;
  width: 200px;
  text-align: right;
  }
div.row span.input, div.rowhoog span.input {
  float: right;
  width: 340px;
  text-align: left;
  height:30px;
}
.formfield {
	width:190px;
	border:1px solid gray;
	height:18px;
	padding:2px;
}  
