/******************************************************************************
 * STANDARD ELEMENTS
 ******************************************************************************/

body, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, div, form, fieldset, dd, dt, dl, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}

td {
	text-align: left;
}

input {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #000;
	font-size: 1.2em;
	margin: 7px 0 20px 0;
}

h2 {
	color: #ea6899;
	font-size: 1.1em;
	margin: 0;
}

a {
	font-weight: bold;
	color: #780079;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
	font-size: 2px;
	height: 0px;
}

/******************************************************************************
 * STYLE ELEMENTS
 ******************************************************************************/

#container {
	width: 888px;
	text-align: center;
	margin: 0 auto;
}

#header {
	width: 888px;
}

#main {
	background: transparent url(content_back.jpg) top left no-repeat;
	height: 458px;
}

#left {
	float: left;
	margin-right: 6px;
	padding: 0 20px 20px 20px;
	text-align: left;
	line-height: 13px;
	width: 438px;
	#width: 478px;
	position: relative;
}

#right {
	width: 360px;
	#width: 400px;
	float: left;
	padding: 0 20px 20px 20px;
	text-align: left;
	line-height: 16px;
}

#footer {
      clear: both;
	text-align: right;
	margin-top: 2px;
}

/******************************************************************************
 * HEADER
 ******************************************************************************/

#header .logo {
	float: left;
	margin: 6px 0 10px 0;
}

#header .slogan {
	float: right;
	margin: 35px 0 0 0;
}

#header .teaser {

}

/******************************************************************************
 * LEFT
 ******************************************************************************/

#left p {
	margin: 0 0 16px 0;
}

#left .ster {
	position: absolute;
	top: 51px;
	left: 330px;
}

#left ul {
	margin: 0 0 16px 16px;
}

#left form {
	width: 438px;
	line-height: 20px;
}

#left input {
	line-height: 20px;
}

#left form label.tekst {
	width: 125px;
	display: block;
	clear:left;
	float: left;
}

#left form label.periode {
	height: 55px;
	width: 175px;
	display: block;
	float: left;
}

#left form input[type="text"] {
	width: 160px;
	margin: 2px 0 2px 0;
	float:left;
}

#left form .verzenden {
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(btn_verzenden.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-left: 175px;
	#margin-left: 180px;
	margin-top: 2px;
}

/******************************************************************************
 * FORM VALIDATION
 ******************************************************************************/

#left form .posterrors {
	color:#FF0000;
	width:150px;
	float:left;
	padding-left:3px;
}


/******************************************************************************
 * RIGHT
 ******************************************************************************/

#right ul {
	margin: 0 0 16px 16px;
}

/******************************************************************************
 * FOOTER
 ******************************************************************************/

#footer a {
	color: #000;
	font-weight: normal;
}

#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


