@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/index_01.png);
	background-repeat:repeat-x;
	background-color:#e9dfd6;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#container {
	width:602px;
	margin:0 auto;
	margin-top:22px;
}
	
#header {
	background-image:url(images/index_05.png);
	width:602px;
	height:113px;
}


#header #titel {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:95px;
	text-align:left;
	color:#f1749e;
	float:left;
	font-weight:bold;
	margin-left:35px;
}

#header #titel strong {
	color:#09bfed;
}

#aanbieding {
	background-image:url(images/index_08.png);
	height:159px;
	width:602px;
}

#subtitle {
	background-image:url(images/index_07.png);
	height:34px;
	width:602px;
}

#content {
	background-image:url(images/index_09.png);
	width:542px;
	height:auto;
	padding-left:35px; padding-right:40px;
	padding-top:10px; padding-bottom:5px;
}

#content h2 {
	color:#f1749e;
	font-size:17px;
	margin-top:0;
	margin-bottom:0;

}

#content p {
	font-size:12px;
	margin-top:0; 
	margin-right:0;
	color:#000;
}

#content p strong {
	color:#09bfed;
}


#content form {
	font-size:11px;
	width:350px;
}

#content form label {
	width:128px;
	line-height:25px;
	float:left;
	font-weight:bold;
	margin-bottom:5px;

}

#content form input.text {
	width:198px;
	border:1px solid #fbdeeb;
	margin-bottom:15px;
}

#content form select {
	border:1px solid #eeeeea;
	margin-bottom:10px;
	height:25px;
}

#footer {
	height:52px;
	width:602px;
	background-image:url(images/index_18.png);
	line-height:40px;
	font-size:12px;
	text-align:left;
	padding-right:20px;
	color:#004455;
}

#footer strong {
	color:#f1749e;
}
