/**
 * 1 kolom structuur
 */
.column1 {
	position: relative;
	float: left;
	width: 820px;
	padding: 10px;
}

.column1 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5FB0;
}

.column1 h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.column1 p {
	margin-bottom: 1em;
}

.column1 .row {
	clear: both;
}

.column1 .row .label {
	position: relative;
	float: left;
	width: 300px;
	min-height: 25px;
	_height: 25px;
	padding-top: 4px;
}

.column1 .row .field {
	position: relative;
	float: left;
	width: 520px;
	min-height: 25px;
	_height: 25px;
	margin-top: 4px;
}

.column1 .row .field .text {
	border: solid 1px black;
	width: 400px;
	height: 15px;
	background-image: url(../images/1500/input.gif);
	padding: 3px;
	margin: 3px;
}

.column1 .row .field select {
	border: solid 1px black;
	width: 410px;
	height: 19px;
	margin: 3px;
}

/**
 * 2 kolom structuur
 */
.column2 {
	float: left;
	width: 400px;
	padding: 10px;
}

.column2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5FB0;
}

.column2 h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.column2 p {
	margin-bottom: 1em;
}

/**
 * 3 kolom structuur
 */
.column3 {
	float: left;
	width: 260px;
	padding: 10px;
}

.column3 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5FB0;
}

.column3 h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.column3 p {
	margin-bottom: 1em;
}

/**
 * 2 kolom structuur (speciaal)
 */
.column4 {
	float: left;
}

.left_column {
	width: 590px;
	padding: 10px;
}

.right_column {
	width: 220px;
	padding-left: 10px;
}

.column4 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B5FB0;
	margin-bottom: 1em;
}

.column4 h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
}

.left_column p {
	margin-bottom: 1em;
}









/**
 * Algemene classes
 */
.image_left {
	float: left;
	margin-right: 30px;
}

.image_right {
	float: right;
	margin-left: 30px;
}

.text_left {
	text-align: left;
	clear: both;
}

.text_center {
	text-align: center;
	clear: both;
}

.text_right {
	text-align: right;
	clear: both;
}

.text_justify {
	text-align: justify;
	clear: both;
}