@charset "utf-8";
/* CSS Document */

* {
	margin : 0;
	padding : 0;
}
body {
	text-align : center;
	background-color: #fff;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	letter-spacing:1px;
	color: #000;
	font-size: 11px;
	line-height:1;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	letter-spacing:1px;
	color: #FFF;
	font-size: 11px;
	line-height:1;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #7e7e7e;
	border-left: #7e7e7e 1px solid;
	border-bottom: #7e7e7e 1px solid;
	border-top: #7e7e7e 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #7e7e7e;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #7e7e7e 1px solid;
	border-left: #7e7e7e 0px solid;
	border-top: #7e7e7e 1px solid;
	border-right: #7e7e7e 0px solid;
	background-color: #7e7e7e;
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	letter-spacing:1px;
	color:#dcf200;
	font-size:11px;
	background-color: #7e7e7e;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
img {
	border:0;
}
h1 span {
	display : none;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
}
/*
--------------------------
     W E B S I T E
--------------------------
*/
#container {
	font : 1.4em/1.5 "Trebuchet MS", Verdana, serif;
	text-align : left;
	margin : 0 auto;
	width : 900px;
	/*overflow: hidden;*/
	background : #fff url("img/bg.jpg") repeat-y 0 0;
	height: auto;
}
#header {
	height : 126px;
	width : 900px;
}
#footer {
	clear: both;
	width: 900px;
	height: 56px;
	background: #fff url("img/footer.jpg") no-repeat top;
	vertical-align:top;
	margin: 0 auto;
	text-align: center;
}
.inhoud {
	width: 900px;
	min-height:249px;
	height:auto;
	float:right;
	vertical-align:top;
}
#navigation {
	float : left;
	height:24px;
	width: 900px;
	background: #fff url("img/nav.jpg") no-repeat top;
}
.een {
	width: 300px;
	margin: 0px 0px 0px 0px;
}
/*
--------------------------
W E B  -  e l e m e n t s
--------------------------
*/

ul {
	list-style:none
}
.left {
	float:left;
	width:900px;
	height: auto;
	margin:0px 0px 0px 0px;
}
.left_shade {
	width: 31px;
	height: 433px;
	background-color:#FFF;
	vertical-align:top;
}
.right_shade {
	vertical-align:top;
	width: 32px;
	height: 433px;
}
.mid {
	min-height:433px;
	height:auto;
	width: 636px;
	background-color:#FFF;
	vertical-align:text-top;
	padding: 0 12px 0 0;
	color: #FFFFFF;
}
.Normal {
	color: #fff;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	font-size:11px;
}
.pic {
	width: 200px;
	background-color:#FFF;
	vertical-align:top;
	padding: 15px 0 0 0px;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight: bold;
	color: #656565;
}
p {
	text-align : justify;
}
#navigation_pane {
	height: auto;
	width:400px;
	margin: 2px 0 0 45px;
}
#inhoud p.een {
	float:left;
	margin: 20px 0px 0px 32px;
	color: #ff700b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 167px;
	border-right: 1px solid #ffd2b3;
}
#inhoud p.twee {
	float:left;
	margin: 20px 0px 0px 11px;
	width:635px;
	height:200px;
	color: #565656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p.drie {
	float:left;
	margin: 32px 0px 0px 35px;
	width:600px;
	height:15px;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #7e7e7e;
	font-size: 9px;
	vertical-align:middle;
	letter-spacing: 2px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	vertical-align:middle;
	letter-spacing: 1px;
	text-decoration:underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	vertical-align:middle;
	letter-spacing: 1px;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	vertical-align:middle;
	letter-spacing: 1px;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #abb341;
	font-size: 11px;
	vertical-align:middle;
	letter-spacing: 1px;
	text-decoration: none;
}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #FFF;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #7e7e7e;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #7e7e7e;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #abb341;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#log a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #7e7e7e;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#log a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #7e7e7e;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#log a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #7e7e7e;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
#log a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
	color: #abb341;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}
.DataGrid_Container td {
	color: #333333!important;
}
.DataGrid_Container a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #333333;
	font-size: 11px;
	vertical-align:middle;
	text-decoration:underline;
}
.DataGrid_Container a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #333333;
	font-size: 11px;
	vertical-align:middle;
	text-decoration: none;
}
.DataGrid_Container a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #333333;
	font-size: 11px;
	vertical-align:middle;
	text-decoration: none;
}
.DataGrid_Container a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: red;
	font-size: 11px;
	vertical-align:middle;
	text-decoration: none;
}
/*
--------------------------
STYLES ADDED (IQUALITY)
--------------------------
*/
#visibleGal td img
{
	cursor: pointer;
}
#menu
{
	margin-top: 18px;
}
#menu dl
{
	margin-right: 16px;
}
#menu dl dt a
{
	display: block;
	background-color: #ce007b;
	border: 1px solid #ce007b;
	color: #ffffff;
	padding: 5px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#menu dl dt a:hover
{
	background-color: #7e7e7e;
	border: 1px solid #7e7e7e;
}
#menu dd ul,
#menu dd ul p,
#menu dd ul b,
#menu dd ul a
{
	margin: 0;
	color: #ce007b;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 18px;
}
#menu dd ul a:hover
{
	text-decoration: underline;
}
#menu dd ul li
{
	border: none;
}
#menu .separator {
	margin: 0 8px;
	color: #666666;
}
#smenu1, #smenu2, #smenu3, #smenu4
{
	margin: 6px 0;
}
img.objectAfbeelding
{
	margin: 12px 12px 0;
	border: 1px solid #cccccc;
	padding: 6px 6px 6px 6px;
}
.objectLijst
{
	margin: 12px 12px 0;
}
a.btnOrder, a.btnBack
{
	display: block;
	float: left;
	clear: left;
	width: 90px;
	margin: 12px 0;
	background-color: #ce007b;
	border: 1px solid #ce007b;
	text-align: center;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
	padding: 5px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
a.btnBack {
	margin: 0;
}
a.btnOrder:hover, a.btnBack:hover
{
	background-color: #7e7e7e;
	border: 1px solid #7e7e7e;
	color: #ffffff;
}
/*
---------
CONTAINER
---------
*/
.defaultModule p {
	margin-bottom: 12px;
}
.defaultModule * {
	color: #000000;
}
.defaultModule a,
.defaultModule a:hover
{
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #000000;
	line-height: normal;
}
.defaultModule a:hover {
	text-decoration: underline;
}
.defaultModule a:visited
{
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #000000;
	line-height: normal;
        text-decoration: underline;
}





