body {
	margin: 0px 0px 0px 0px;
	background: url(img/nl/bg.jpg) #F8931D;
	background-position: center top;
	background-repeat: repeat-y;
}
body, table, tr, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color: #7D1D18;
}
a,a:visited {
	color: #7D1D18;
	text-decoration: underline;
}
a:hover {
	color: #F7921C;
	text-decoration: underline;
}
a.b,a:visited.b {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.b {
	color: #FFFFFF;
	text-decoration: underline;
}
a.c,a:visited.c {
	color: #F7921C;
	text-decoration: none;
}
a:hover.c {
	color: #E4302F;
	text-decoration: none;
}
input, textarea, select, submit {
	font-family: Arial;
	font-size: 12px;
	color: #7D1D18;
	background: #FFFFFF;
	border: thin solid #F7921C;
	border: 1px solid #F7921C;
}

/* IRREGULAR FONTS */
.buttom {
	color: #7D1D18;
}
.bigtitle {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #7D1D18;
}
.title,h1 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #7D1D18;
}
.smalltitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7D1D18;
}
.whitetitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltext {
	font-family: Arial;
	font-size: 10px;
	color: #7D1D18;
}
.highlight {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.standard {
	color: #7D1D18;
}
.small {
	font-size: 10px;
}
.error {
	color: #FF0000;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}

/* FLOATS */
#content {
	margin: 45px 115px 25px 185px;
	width:690px;
	height:190px;
	overflow:auto;
}
.left_content {
	float: left;
	width: 430px;
}
.left_content_home {
	float: left;
	width: 400px;
}
a.top_aanbieding, a.top_aanbieding:hover {
	display: block;
	padding: 35px 5px 0px 14px;
	width: 125px;
	height: 59px;
	background-image: url(/img/nl/top_aanbieding.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}
.banner {
	float: right;
	width: 144px;
	margin-top: 5px;
}

/* CMS */
.front {
	font-size: x-small;
}
#front {
	position: absolute;
	z-index: 14;
	top: 5px;
	right: 5px;
	background: url(img/cms/front_bg.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 181px;
	color: #FFFFFF;
	font-size: xx-small;
	font-family: Lucida Sans Unicode, Lucida Sans, Arial;
}
/* Date picker */
.dpDiv {}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-size: 12px;
	text-align: center;
	color: #7D1D18;
	background-color: #FFFFFF;
	border: 1px solid #F7921C;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD { border: 1px solid #ece9d8; }
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #FFFFFF;
	border: 1px solid #F7921C;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #FFFFFF;
	border: 1px solid #F7921C;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #FFFFFF;
	border: 1px solid #ECE9D8;
	color: #7D1D18;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #7D1D18;
	font-weight: bold;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Arial;
	font-size: 12px;
	color: #7D1D18;
	background: #FFFFFF;
	border: 1px solid #F7921C;
	font-weight: normal;
	padding: 0px;
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Arial;
	font-size: 12px;
	color: #7D1D18;
	background: #FFFFFF;
	border: 1px solid #F7921C;
	font-weight: normal;
	
}