span.verplicht {
	color: #ff0000;
}

div.content_container {
	float: left;
}
div.content_container a {
	font-weight: normal;
}
div.content_container a:hover {
	text-decoration: underline;
}
div.content_container h1,
div.content_container h2,
div.content_container h3 {
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.content_container h1 {
	font-size: 17px;
	height: 32px;
}
div.content_container h2 {
	font-size: 14px;
}
div.content_container h3 {
	color: #4b4b4b;
	font-size: 14px;
	margin: 20px 0;
}
div.content_container_green h1,
div.content_container_green h2 {
	color: #76b027;
}
div.content_container_blue h1,
div.content_container_blue h2 {
	color: #1970a7;
}
div.content_container_green a {
	color: #76b027;
}
div.content_container_blue a {
	color: #1077ae;
}

div.content_container_305 {
	float: right;
	width: 305px;
}
div.content_container_305 div.content_container_top {
	background-image: url(/default/img/gif/bg-content-container-305-top.gif);
}
div.content_container_305 div.content_container_bottom {
	background-image: url(/default/img/gif/bg-content-container-305-bottom.gif);
}

div.content_container_475 {
	width: 475px;
}
div.content_container_475 div.content_container_top {
	background-image: url(/default/img/gif/bg-content-container-475-top.gif);
}
div.content_container_475 div.content_container_bottom {
	background-image: url(/default/img/gif/bg-content-container-475-bottom.gif);
}
div.content_container_475.right {
	float: right;
}

div.content_container_645 {
	width: 645px;
}
div.content_container_645 div.content_container_top {
	background-image: url(/default/img/gif/bg-content-container-645-top.gif);
}
div.content_container_645 div.content_container_bottom {
	background-image: url(/default/img/gif/bg-content-container-645-bottom.gif);
}

div.content_container_965 {
	width: 965px;
}
div.content_container_965 div.content_container_top {
	background-image: url(/default/img/gif/bg-content-container-965-top.gif);
}
div.content_container_965 div.content_container_bottom {
	background-image: url(/default/img/gif/bg-content-container-965-bottom.gif);
}

div.content_container_middle {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	padding: 0 8px 0 8px;
}
div.content_container_top,
div.content_container_bottom {
	background-repeat: no-repeat;
	font-size: 0px;
	height: 8px;
}
div.content_container_top {
	background-position: left top;
}
div.content_container_bottom {
	background-position: left bottom;
}


/* form */
div.content_container button {
	background-color: #7fba01;
	background-image: url(/default/img/jpg/bg-button-green.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px none;
	color: #ffffff;
	font-weight: normal;
	height: 27px;
	line-height: 27px;
	margin: 4px 0 0 0;
	padding: 0 6px 0 6px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
div.content_container.content_container_blue button {
	background-color: #1078af;
	background-image: url(/default/img/jpg/bg-button-blue.jpg);
}
div.content_container form br {
	clear: left;
}
div.content_container input {
	float: left;
}
div.content_container input.marginleft {
	margin-left: 4px;
}
div.content_container label {
	display: block;
	float: left;
	height: 26px;
	width: 100px;
}
div.content_container label.autowidth {
	width: auto;
}

