body {
    font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #555555;
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
	font-size: 12px;	
}

a {
	text-decoration: none;
	color: #1400d4;
}

a:hover {
	color: #ff0000;
}

DIV.container {
    top: 0px;
	position: absolute;	
	width: 900px;	
	left: 50%;        
	margin-left: -450px;	
	margin-right: auto;
}

DIV.header {
	background-image: url("../img/top.jpg");
	width: 900px;
	height: 198px;
	background-repeat: no-repeat;
	border: 1px solid black;
	margin-top: 10px;
}

DIV.headerlinks {
    margin-top: 75px;
	margin-right: 35px;
    text-align: right;
	font-size: 10px;
	color: #ffffff;
}

DIV.headerlinks a {
    text-decoration: none;
    color: #ffffff;
}

DIV.headerlinks a:hover {
    text-decoration: underline;
}

DIV.topgray {
	background-image: url("../img/topgray-bg.gif");
	width: 900px;
	height: 80px;
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

DIV.middlegray {
	background-image: url("../img/middlegray-bg.gif");
	width: 900px;
	height: 180px;
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: block;
}

DIV.bottomgray {
	background-image: url("../img/bottomgray-bg.gif");
	width: 900px;
	height: 89px;
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

DIV.inhoud {
	background-color: #dddddd;
	width: 900px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: block;
}

/*------frontpage aanbiedingen------*/

TABLE.fp_aanbiedingen {
	margin-top: 6px;
	color: #ffffff;
}

IMG.fp_aanbiedingen {
	margin-bottom: 6px;
	border: 1px solid black;
}

STRONG.fp_aanbiedingen {
	font-size: 10px;
	font-weight: normal;
}

/*------bottom tekst------*/

strong.bottom_tekst {
	padding-top: 17px;
	text-align:  center;
    font-weight: normal;
    font-size: 10px;
    display: block;
    width: 100%;
    color: #ffffff;
}

/*------tekstvakken------*/

DIV.tekstvakken-links {
	width: 550px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
}

DIV.tekstvakken-rechts {
	width: 300px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display:  block;
}

DIV.tekstvak-groot-top {
	background-image: url("../img/tvg-top.gif");
	width: 550px;
	height: 20px;
	background-repeat: no-repeat;	
}

DIV.tekstvak-groot-bg {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 548px;
	display: block;	
}

DIV.tekstvak-groot-bottom {
	background-image: url("../img/tvg-bottom.gif");
	width: 550px;
	height: 10px;
	background-repeat: no-repeat;	
}

DIV.tekstvak-klein-top {
	background-image: url("../img/tvk-top.gif");
	width: 300px;
	height: 20px;
	background-repeat: no-repeat;	
}

DIV.tekstvak-klein-bg {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 298px;
	display: block;	
}

DIV.tekstvak-klein-bottom {
	background-image: url("../img/tvk-bottom.gif");
	width: 300px;
	height: 10px;
	background-repeat: no-repeat;	
}

DIV.tekstvak-inhoud {
	padding: 10px;
	display: block;	
}

H1.tekstvak-titel {
	padding-left: 10px;
	padding-top: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	display: block;
}

A.tekstvak-titel {
	padding-left: 10px;
	padding-top: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	display: block;
	text-decoration: none;
}

A.tekstvak-titel:hover {
	text-decoration: underline;
}

DIV.tekstvak-spacer {
	height: 20px;
	display: block;
}

/*------nieuwstitels------*/

div.titel {
	margin-bottom: 5px;
	border-bottom: 1px dashed #bbbbbb;
}

/*------banner------*/

div.banner a{
	width: 550px;
	height: 80px;
	background-image: url("../img/banner1.png");
	background-repeat: no-repeat;
	display: block;
}

div.banner a:hover{
	background-image: url("../img/banner2.png");
	display: block;
}

/*------clear------*/

DIV.clear {
	width: 100%; 
	height: 1px; 
	margin: 0 0 -1px; 
	clear: both;
}