/* basis gegevens css */
*{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body {
	background-color: #ffffff;
	font-family: Verdana;
	color: #333333;
}



/* vanaf hier opbouw site */
#container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#box{
	width:994px
}
#header {
	background-image: url("../images/img/header.jpg");
	background-repeat: no-repeat;
	height: 125px;
	width:994px;
}

.top_part {
	width: 994px;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #097B9D;
	background-position: bottom;
}

#left_part {
	width: 192px;
	float: left;
	background-color: #FFF;
	background-repeat: no-repeat;
}



#center_part {
	width: 593px;
	background-color: #ffffff;
	float: left;
	font-size: 18px;
	text-align: left;
	background-color:ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#center_part p {
	margin-left: 9px;
	width: 527px;
	
}


/* hier zit de collectie foto's  van de indexpagina */
.collectie {
	height: 234px;
	width: 563px;
	_margin: 10px 0px 0px 4px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	float:left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: thin solid #4DCCC6;
	z-index: 100;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 11px;
}

/* hier zit de swf banner van de indexpagina */
.article {
	height: 175px;
	width: 563px;
	_margin: 10px 0px -5px 4px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	float:left;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: thin solid #4DCCC6;
	z-index: 100;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 7px;
}
.article img {
	border: 0px;
	float: left;
	margin: 1px 8px 5px 11px;

}
.img {
	border: 0px;
	float: right;
	margin: 1px 8px 5px 11px;

}
#text {
	
	width: 563px;
	z-index: 100;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.text img {
	border: 0px;
	float: left;
	margin: 1px 8px 5px 11px;

}
#right_part {
	width: 209px;
	float: right;
}

#bottom_part {
	width: 100%;
	height: 36px;
	float: left;
	font-size: 12px;
	background: url("../images/img/bottom_part.png") top left no-repeat;
	text-align: center;
	line-height: 36px;
	margin-top: 5px;
}

#bottom_part a {
	color: #257490;
}




/* vanaf hier de opmaak klasse's */

.aanbieding {
	
	text-align:center; font-size:20px;color:#3366cc;font-weight:bold; 
}
.aanbieding-rood {
	
	text-align:center; font-size:24px;color:#c03;font-weight:bold; 
}

