/* GENERAL */

.title {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #D7775E;
}

.detail {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.detail TD {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.detail A {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #D7775E;
}

.detail A:HOVER {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #D7775E;
}

.footer {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

.footer A {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}

.footer A:HOVER {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
}

ul li{list-style-type: square;}


/* NAVIGATIE */

.buthome {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 32 px;
	width: 100px;
	height: 20px;
	background-color: #D7775E;
}

.but A {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	width: 100px;
	height: 20px;
	background-color: #A8A9AD;
	text-align: center;
}

.but A:HOVER {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
	height: 20px;
	background-color: #ebb853;
}

.buta A {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	width: 100px;
	height: 20px;
	background-color: #ebb853;
	text-align: center;
}

.buta A:HOVER {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
	height: 20px;
	background-color: #ebb853;
}

.menu A {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #4D4D4D;
}

.menu A:HOVER {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline overline;
	font-weight: bold;
	color: #4D4D4D;
}

.menua A {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #767676;
}

.menua A:HOVER {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline overline;
	font-weight: bold;
	color: #767676;
}

/* BACKGROUND */

.bgtop {
	background-image: url("../../../Media/layoutimages/bgtop.jpg"); 
	background-repeat: no-repeat;
	background-position: top left;
}

.bgbottom {
	background-image: url("../../../Media/layoutimages/bgbottom.gif"); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* AGENCY-fiches */
.mainlist {
	color: #D7775E;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
}
.sublist {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	list-style: square;
/*	list-style: url('../../../Media/layoutimages/listline.gif'); */
	margin-left: 20px;
}

INPUT {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}
SELECT {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}
TEXTAREA {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}
.editButton {
	background-color: #D8583E;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Courier-New, Courier;
	border-color: #D8583E;
}

/* PORTFOLIO - homepage */
#portfolio .toggleopacity img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border: 1px solid #ccc;margin-right:2px;}
#portfolio .toggleopacity:hover img{filter:alpha(opacity70);-moz-opacity:0.7;opacity:0.7;}
img{-ms-interpolation-mode:bicubic;}