*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
  background-image: url('/images/bg.gif');
  background-position: center middle;
  background-repeat: repeat;
}

#container {
	position: relative;
	top:0px;
	left: 0px;
	width: 1012px;
	height: 100%;
  text-align: center;
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1012px;
	height: 279px;
  background-image: url('/images/top.png');
  background-position: left top;
  background-repeat: no-repeat;
	text-align: left;
}

#logo {
	position: absolute;
	top: 55px;
	left: 10px;
}

#specialmomentimage {
	position: absolute;
	top: 10px;
	left: 449px;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1012px;
	height: 35px;
  background-image: url('/images/middle.png');
  background-position: left top;
  background-repeat: repeat-y;
	text-align: left;
}

#menu #grey {
	position: relative;
	top: 0px;
	left: 10px;
	width: 986px;
	height: 40px;
	background-color: #87887F;
	padding-top: 7px;
	text-align: right;
} 
#nav {
	margin: 0; padding: 0;
	top:279px;
	left: 50%;
	margin-left:-498px;
	width: 986px;
	list-style: none;
	position: absolute; 
	list-style: none;
	padding-top:5px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav a {
	display: block;
	width: 165px;
	text-align: center;	
	height: 30px;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav li {
	float: left;
	width: 125px;
}
#nav li ul {
	position: absolute;
	width: 165px;
	height: 30px;
	left: -999em;
	background-color: #DDDDDD;
	z-index:20;
}
#nav li ul a {
	font-weight: normal;
	color: #000000;
	font-size: 13px;
	padding-top: 5px;
	background-color: #DDDDDD;
	border-bottom: solid 1px #87887F;
	border-left: solid 1px #87887F;
	border-right: solid 1px #87887F;
	z-index:20;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:20;
}

#menu #grey h2 {
	padding-right: 27px;
}

#middle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1012px;
  background-image: url('/images/middle.png');
  background-position: left top;
  background-repeat: repeat-y;
	text-align: left;  
z-index:1;
}

#middle2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1012px;
  background-image: url('/images/middle2.png');
  background-position: left top;
  background-repeat: repeat-y;
	text-align: left;  
z-index:1;
}

#left {
	position: relative;
	top: 0px;
	left: 10px;
	width: 225px;
	float: left;
z-index:1;
}

#left img {
	margin-top: 2px;
}

#left #search{
	position: relative;
	top: 0px;
	height: 35px;
	width: 225px;
	background-color: #D1CEB3;
	margin-top: 2px;
}

#left form{
	margin: 0px;
	padding: 0px;
}

#left .zoekbutton{

  background-image: url('/images/zoeken.gif');
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-color: #FFFFFF;
	border:0px;
  width: 62px;
  height: 18px;
  cursor: pointer;  
}
.button{
	background-color: #E7DAD9;
	border: solid 1px #864743;
  width: 150px;
  cursor: pointer;  
  margin: 2px;
}

.tabledefault {
	font-size: 14px;
}

.tableHeader {
	color: #864743;
	font-weight: bold;
	font-size: 14px;
}

.odd {
	background-color: #E7DAD9;
	padding:2px;
}

.even {
	background-color: #EEEBEA;
	padding:2px;
}

.error {
	background-color: #FFFFFF;
	color: #FF0000;
	padding:2px;
}

#right{
	position: relative;
	top: 0px;
	right: 26px;
	width: 715px;
	float: right;
z-index:1;
}

#right h1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #864743; 
}

#right #para{
	font-size: 14px;
	width: 680px;
}

#right #paraSmall{
	font-size: 14px;
	width: 470px;

}
#right #paraSpecialMoments{
	font-size: 14px;
	width: 470px;
	height: 210px;

}

.newsContent {
	color: #864743;
	font-size: 14px;
}

.paraImage {
	border: solid 1px #575757;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imageshade {
	position: relative;
	top: 0px;
	height: 203px;
	width: 203px;
  background-image: url('/images/shade.gif');
  background-position: left top;
  background-repeat: no-repeat;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.imageshade2 {
	position: relative;
	top: 0px;
	height: 203px;
	width: 203px;
  background-image: url('/images/shade.gif');
  background-position: left top;
  background-repeat: no-repeat;
}

.imageshadeLeft {
	position: relative;
	top: 0px;
	height: 203px;
	width: 203px;
  background-image: url('/images/shade.gif');
  background-position: left top;
  background-repeat: no-repeat;
	float: left;
}

.imageshadeRight {
	position: relative;
	top: 0px;
	height: 203px;
	width: 203px;
  background-image: url('/images/shade.gif');
  background-position: left top;
  background-repeat: no-repeat;
	float: right;
}

.productimg {
	position: relative;
	top: 2px;
	left: 2px;
	height: 196px;
	width: 196px;
}

.imglabel {
	position:absolute;
	top:2px;
	left:2px;
	width:53px;
	height:196px;
  background-position: left top;
  background-repeat: no-repeat;
	opacity: .80;
	filter: Alpha(opacity=80);
	cursor: pointer;
}

.articleDetail {
	position: relative;
	top: 0px;
	width: 700px;
	border: solid 1px #864743;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
}
.articleDetailText {
	font-size: 14px;
	padding: 2px;
}


.articleDetail h3 {
	font-size: 18px;
	color: #864743; 
	margin: 0px;
	padding: 0px;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1012px;
	height: 87px;
  background-image: url('/images/footer.png');
  background-position: left top;
  background-repeat: no-repeat;
}

#footer2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1012px;
	height: 87px;
  background-image: url('/images/footer2.png');
  background-position: left top;
  background-repeat: no-repeat;
}

#rightColomn td {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  height: 13px;
}

#menu #grey H2{
	display:inline;
	font-size: 18px;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.inputFields {
	width: 400px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active{
	color: #000000;
}
a:hover{
	color: #000000;
}

.tmpGD{
	padding-left: 10px;
	color:#352623;
	text-decoration:none;
}

.tmpGD1{
	padding-left: 10px;
	color:#8b4f4a !important;
	text-decoration:none;
}
