html,
body
{
  height            : 100%;
}

a
{
  color             : #89D4E2;
}

body
{
  margin            : 0px; 
  font-family       : "Verdana", "Helvetica", "Geneva", "Arial", sans-serif;
  font-size         : 11px;
  color             : white;
}

img
{
  border            : 0px; 
}

#container
{
  position          : relative;
  width             : 950px; 
  background-color  : white;
  margin            : auto;
}

#header
{
  height            : 192px; 
  background-image  : url(/shared/images/header_background.jpg);
}
#headernew
{
	height            : 220px; 
	background-color	: #966d5b;
  background-image  : url(/shared/images/living_achtergrond.jpg);
	background-repeat	: no-repeat;
}
#main
{
  background-color  : #966d5b;
  height            : auto !important;
}

#navigationFooter
{
  padding-bottom    : 5px;
  border-top        : 2px solid #CAB6AD;
  padding-top       : 5px;
  width             : 880px;
}

#navigationHeader
{
  border-bottom     : 2px solid #CAB6AD;
  padding-bottom    : 5px;
  width             : 880px;
}

#navigationFooter a,
#navigationHeader a,
#navigationHeader span
{
  text-transform    : uppercase;
  font-weight       : bold;
  font-size         : 11px;
  letter-spacing    : 1px;
  text-decoration   : none;
  color             : white;
}

#content
{
  padding           : 15px 35px 0px 35px;
}

#disabler,
#statusbg
{
  z-index   : 10000;
  position  : absolute;
  top:0px; left:0px;
  width     : 100%;
  height    : 100%;
  border    : 0px;
  margin    : 0px;
  padding   : 0px;
  background-color  : black;
  opacity   : .3;
}

#statusmsg
{
  z-index:10002;
  position:absolute;
  top:30%;
  left:50%;
  margin-left:-150px;
  background-color:#ffffcc;
  padding:10px;
  border:1px solid black;
  width:300px;

  font-size:14px;
  color:black;
}

.fakeBtn
{
  clear:both;
  float:right;
  border:1px outset black;
  background-color:gainsboro;
  font-size:12px;
  padding: 2px 10px;
  cursor:default;
  margin-top:20px;
}

/* SHOP */
.field
{
  float:left; 
  padding:3px; 
  margin-top:2px; 
  background-color:#ae806b; 
  margin-right:2px;
}

.fieldvalue
{
  float:left; 
  padding:2px; 
  margin-top:2px; 
  margin-right:2px; 
  border:1px solid #ae806b;
}

.menuitem,
.menuitem:hover,
.menuitemActive,
.menuitemActive:hover
{
  color:white;
  text-decoration:none;
  font-weight:bold;
}

.menuitem:hover,
.menuitemActive,
.menuitemActive:hover
{
  color:#89D4E2;
}

h1
{
  font-weight:bold;
  font-size:11px;
  text-transform:uppercase;
}
.pointer{cursor:pointer;}
.floatL{float:left;}
.clear{clear:both;}
