body {
	font-family:'Tahoma','Arial','Tahoma','Serif';
	font-size:10pt;
	background-color:#605e5f;
	margin:0px;
	margin-left:20px;
	margin-top:20px;
}

img {
	border:none;
}

.error
{
	color:#FF0000
}

a:link,a:visited,a:active{
	font-family:'Tahoma',Arial;
	font-size:10pt;
	color:#676465;
	text-decoration:underline;
}

a:hover{
	font-family:'Tahoma',Arial;
	font-size:10pt;
	color:#696261;
	text-decoration:none;
}

a.abottom:link,a.abottom:visited,a.abottom:active{
	font-family:'Tahoma',Arial;
	font-size:10pt;
	color:#caddec;
	text-decoration:none;
}

a.abottom:hover{
	font-family:'Tahoma',Arial;
	font-size:10pt;
	color:#caddec;
	text-decoration:none;
}

a.lang:link,a.lang:visited,a.lang:active{
	font-family:'Tahoma',Arial;
	font-size:8pt;
	color:#cadeec;
	text-decoration:none;
}

a.lang:hover{
	font-family:'Tahoma',Arial;
	font-size:8pt;
	color:#cadeec;
	text-decoration:none;
}

a.lang_front:link,a.lang_front:visited,a.lang_front:active{
	font-family:'Tahoma',Arial;
	font-size:12pt;
	color:#006495;
	text-decoration:none;
}

a.lang_front:hover{
	font-family:'Tahoma',Arial;
	font-size:12pt;
	color:#006495;
	text-decoration:none;
}

table {
	font-family:'Tahoma','Arial','Tahoma','Serif';
	font-size:10pt;
	}

table.table {
	font-family:'Tahoma','Arial','Tahoma','Serif';
	font-size:10pt;
	}

input {
	background-color:white;
	border:1px black solid;
}

input.knoppen {
	background-color:white;
	border:2px #aaaaaa outset;
}

#maincontent {
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}

#content {
	background-image:url('../images/bgcontent.jpg');
	background-repeat:repeat-y;
}

.linksbottom {
	color:#caddec;
	margin-left:10px;
	
}

.no_border {
	border:0px;
	}

.spotlight {
	font-weight:bold;
	font-size:14pt;
	color:#cf5f3d;
	cursor: pointer;	
}

.lightgrey {
	color:#cccccc;
	border:0px;
}

.blueline {
	color:#cadeec;
}

#bg_ref {
	background-image:url('../images/ref_bg.jpg');
	background-repeat:repeat-y;
}

#div_ref {
	padding-left:20px;

}
#foto_ref {
	padding-left:6px;
	}

.news_pic {
	text-align:center;
}
/*-------------------------------------------------------------
						Layout backoffice
-------------------------------------------------------------*/

#maintable {
	margin-top:120px;
}

#backgroundlogin {
	background-image:url('../images/backofficelogo.jpg');
	background-repeat:no-repeat;
	height:250px;
	text-align:right;
	padding-top:40px;
	background-color:#f5f3f2;
}

#contenttable {
	width: 100%;
	height: 100%;
}

.lightgreentd {
	background-color:#afc66b;
}

.darkgreentd {
	background-color:#9fc33f;
}

.maincontenttd {
	padding-left:20px;
}

/* een link die meer als tablad dient (zie offerte en shop) */
a.tab_link
{
font-weight:bold;
text-decoration:none;
}

/*-------------------------------------------------------------
						Layout shop classe
-------------------------------------------------------------*/
.shop_sideform
{
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	width:100%;
	margin: 2px;
	
}

.shop_sideform_title
{
	color:#003366;
	font-weight:bold;
	font-size:10px;
}

.shop_pagetitle
{
	color:#003366;
	font-weight:bold;
	font-size:14px;
}

.shop_subtitle
{
	font-weight:bold;
	font-size:12px;
}

.dtgrd_datagridRij
{

}

.dtgrd_datagridAltRij
{
	background-color:#c2d4e2;
}

.dtgrd_datagridAltRijAdmin
{
	background-color:#c2d4e2;
}

.shop_subtitleadmin 
{
	font-weight:bold;
}

.dtgrd_formColumnHead {
	font-weight:bold;
}

/*=======================================================================================
				STYLES VOOR DE DATUM PICKER
========================================================================================*/
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* 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: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* 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: #aca998;
	border: 1px solid #888888;
	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: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	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: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.submitbutton {
background: #f3f3f3 url('../images/send.jpg') no-repeat left top;
height: 52px;
width: 51px; 
border:0px;
}

.addbutton {
background: #f3f3f3 url('../images/addbasket.jpg') no-repeat left top;
height: 52px;
width: 51px; 
border:0px;
}

.resetbutton {
background: #f3f3f3 url('../images/reset.jpg') no-repeat left top;
height: 52px;
width: 51px; 
border:0px;
}

.title {
	font-size:12pt;
	font-weight:bold;
}

.title_offerte {
	font-size:14pt;
	font-weight:bold;
	color:#006495;
	
	margin-bottom:10px;
	text-transform: uppercase
}

.titlenews {
	font-size:13pt;
	font-weight:none;
	color:#2c6898;

	margin-bottom:10px;
	
}

h2 {
	margin-top:0px;
	color:white;
}

.fotonews {
background: #f3f3f3 url('../images/bg_newsfoto.jpg') no-repeat left top;
height:126px;
}
