/* 
 * CSS for sinterklaas-kleurplaten
 * version 0.1 01-09-2009
 *
 */

body {
	
	margin: 0;
	padding: 0;

	background: url('../layout/images/body_stretch.jpg');
	background-repeat: repeat-x;
}


#main_container {

	width: 1126px;
	max-width: 1126px;
	position: relative;

	margin-left: auto;
	margin-right: auto;

}

#header_text_container {
	
	background-image: url('../layout/images/_04.jpg');
	background-repeat: repeat-x;

	float: left;
	padding-top: 0;

	height: 59px;
	max-height: 59px;

	width: 835px;
	max-width: 835px;

}

#header_text_h1 {
	font-family: "Arial", Sans-serif;
	font-weight: bold;
	font-size: 28pt;
	color: #cc0000;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 250px;
	top: 25px;
}

#header_text_h2 { 
	font-family: "Arial", Sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fbde1f;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 285px;
	top: 77px;
}

#header_text_container #header_text {

	color: #fbde1f;
	font-family: "Arial", Sans-serif;

	padding: 0;
	margin: 0;
	display: block;
	
	height: 59px;
	max-height: 59px;
	
	overflow: hidden;

}


#img_01, #img_02, #img_06 {
	
	float: left;
	z-index: 2;
}

#img_08 {

	float: right;
	z-index: 2;
}

#img_16_a_download_btn {
	position: absolute;
	top: 834px;
	left: 862px;

	background-image: url('../layout/images/_16.jpg');
	background-repeat: no-repeat;

	display: block;
	height: 37px;
	width: 187px;

	text-align: center;
	padding: 10px 0 8px 0;

	color: #fbde1f;
	font-family: "Arial", Sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#img_19 {
	z-index: 2;
	
	position: absolute;
	top: 888px;
	float: left;

	margin-left: 10%;
	margin-right: 10%;
}


#enq_ingevuld {
	margin-left: 630px;

	position: relative;
	top: 6px;

	font-family: "Arial", Sans-serif;
	font-size: 26px;
	color: #dbdbdb;

}

#footer_a_container {

	font-family: "Arial", Sans-serif;
	font-size: 16px;
	color: #bbbbbb;

	margin-top: 2px;
}


#img_bgbar {

	position: absolute;
	top: 890px;
	width: 100%;
	float: right;

	padding-bottom: 60px;

	text-align: center;

	height: 27px;

	background-image: url('../layout/images/backgroundbar.jpg');
	background-repeat: repeat-x;

}

.footer_a {

	font-size: 15px;

	color: black;
	text-decoration: none;
}

.footer_a:hover {

	text-decoration: underline;
}

.footer_a:active {

	color: red;
	text-decoration: underline;
}



#footer_internalpages {

	position: relative;
	top: 90px;
	width: 400px;
	float: right;

	margin-left: 10%;
	margin-right: 10%;

	font-family: "Arial", Sans-serif;
	font-size: 12px;

	text-align: right;

	height: 27px;
}




#content_area {
	
	background-image: url('../layout/images/_09.jpg');
	background-repeat: repeat-y;

	height: 606px;

	z-index: 1;
}

#main_iframe, #main_privacy {

	width: 940px;
	height: 596px;
	border: 0;
	border-width: 0px;

	overflow: hidden;

	margin-bottom: 10px;
}

#main_privacy {

	overflow: auto;
	font-family: "Calibri", "Arial", Sans-serif;

}


#main_privacy h1 {

	position: relative;
	margin-top: 10px;
	color: #365F91;
	font-size: 20px;
}


#error {
	font-family: "Arial", Sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #cc0000;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 275px;
	top: 199px;
	z-index:3;
}

#success {
	font-family: "Arial", Sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #00cc00;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 275px;
	top: 199px;
	z-index:3;
}

a img {
	
	border: 0;
}
img, div, h1, h2, p {
	padding: 0;
	margin: 0;
}


* {
	font-family: "Arial", Sans-serif;
}


/*   Contactformulier   */



#sendmail_container {
	
	position: relative;
	margin-left: 100px;
	padding-top: 20px;

}

#sendmail_form_left {
	
	float: left;
	line-height: 22px;
	text-align: right;
}

#sendmail_form_right {

	float: left;
	margin-left: 5px;
}

#sendmail_naam, #sendmail_email, #sendmail_opmerking {

	width: 320px;
	margin-top: 1px;
}


#sendmail_naam.error, #sendmail_email.error, #sendmail_opmerking.error {

	color: red;
}
label.error {

	color: red;
	margin-left: 10px;
}

#below_contact {
	margin-left: 100px;
	
}

#below_contact a {
	
	font-weight: bold;
	color: black;
	
	text-decoration: none;
}

#below_contact a:hover {

	text-decoration: underline;
}

#below_contact a:active {

	color: red;
	text-decoration: underline;
}
strong{font-weight:normal}
