div#content {
	font-size: 1.2em;
	line-height: 140%;
	display: inline-block;
}
div#content_area_main h1 {
	font-size: 2.3em;
	color: #333333;
	margin: 0 0 15px 0;
}

div#content_area_main h2 {
	font-size: 3em;
	color: #F15C22;
	margin: 0 0 15px 0;
}
div#col1 {
	width: 470px;
	margin-right: 20px;
}
div#col2 {
	width: 210px;
	margin-top: 50px;
}
/* Formulier */
fieldset {
	margin-bottom: 20px;
}

dl, dt, dd {
	width: 470px;
}
dl {
	margin-bottom: 10px;
}
dl.error {
	border-left: 3px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	margin-left: -10px;
	padding-left: 7px;
}
dl.error input[type=text] {
	border-color: #FF0000;
}
dt {
	margin-bottom: 5px;
	font-weight: bold;
}
dd {
	margin-bottom: 5px;
}
dt sup,
.form_footer sup {
	color: #F15C22;
}
input[type=text] {
	width: 360px;
	border-style: ridge;
}
textarea {
	width: 364px;
	height: 100px;
}
.form_footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-bottom: 20px;
}
button {
	text-decoration: none;
	color: #333333;
	background: none;
	border: none;
	font-size: 1.3em;
	float: right;
	margin-right: 105px;
	padding-right: 20px;
	background: transparent url("../images/big_arrow.gif") no-repeat right 5px;
	cursor: pointer;
}

