* {
  font-family		: Arial;
  font-size		: 9pt;
}

body {
  text-align		: center;
  margin		: 0px;
}

td.voorkant {
  height		: 600px;
  text-align		: left;
  background-image	: url('/images/voorkant.png');
  background-repeat	: no-repeat;
  background-position	: center center; 
}

.enter {
  font-weight		: bold;
  margin		: 5px 0px 5px 0px;
  color			: black;
  text-decoration	: none;
}

#sticker {
  position		: absolute;
  top			: 40px;
  left			: 0px;
  height		: 214px;
  width			: 214px;
  background-image	: url('/images/kleinefabriek.gif');
  display		: none;
}

#container {
  width			: 950px;
  text-align		: center;
  margin-left		: auto;
  margin-right		: auto;
  margin-top		: 5px;
  overflow		: hidden;
  background-repeat	: repeat-y;
}

#shadow_top, #shadow_bottom {
  height		: 11px;
  width			: 950px;
  overflow		: hidden;
}

#shadow_top {
  clear			: right;
}

#shadow_bottom {
  clear			: left;
}

#main {
  width			: 928px;
  text-align		: left;
  margin-left		: auto;
  margin-right		: auto;
}

#topbar {
  width			: 100%;
  height		: 50px;
  border-bottom		: 1px solid #FFFFFF;
  background-color	: black;
  background-image	: url('/images/logo.gif');
  background-repeat	: no-repeat;
  background-position	: 99% 2px;
}

#language_bar {
  position		: relative;
  top			: 5px;
  left			: 5px;
  font-size		: 8pt;
  color			: white;
}

#language_bar .language_select {
  border		: none;
  cursor		: pointer;
  vertical-align	: middle;
}

#photo {
  width			: 300px;
  height		: 573px;
  float			: left;
  overflow		: hidden;
  background-image	: url('/images/slide2.jpg');
}

#content {
  width			: 617px;
  height		: 573px;
  float			: right;
  color			: black;
  padding		: 0px 5px 0px 5px;
  background-color	: rgb(255,210,209);
}

.content_shops {
  background-image		: url('/images/shops.png');
  background-repeat		: no-repeat;
  background-position	: center bottom;
}

.content_jobs {
  background-image		: url('/images/jobs.png');
  background-repeat		: no-repeat;
  background-position	: center bottom;
}

.content_contact {
  background-image		: url('/images/contact.png');
  background-repeat		: no-repeat;
  background-position	: center bottom;
}

.content_home {
  background-image		: url('/images/home.png');
  background-repeat		: no-repeat;
  background-position	: center bottom;
}

#content .left {
  position		: relative;
  float			: left;
}

#content .right {
  position		: relative;
  width			: 148px;
  height		: 370px;
  padding		: 10px;
  float			: right;
  border-width		: 1px;
  border-style		: solid;
}

#content .right ul {
  margin-left		: -25px;
}

#menu {
  width			: 100%;
  height		: 26px;
  margin-top		: 4px;
  border-bottom		: 1px solid #AAAAAA;
  overflow		: hidden;
}

#menu ul {
  list-style		: none;
  margin		: 0px 0px 0px 0px;
  padding		: 0px;
}

#menu li {
  display		: inline;
  padding		: 0px;
  height		: 24px;
  float			: left;
}

#menu div {
  width			: 90px;
  height		: 24px;
  padding-top		: 4px;
  margin-right		: 5px;
  text-align		: center;
  background-image	: url('/images/button.gif');
  background-repeat	: no-repeat;
}

#menu a {
  color			: black;
  text-decoration	: none;
}

.main_title {
  font-size		: 11pt;
  font-weight		: bold;
  width			: 100%;
  text-align		: left;
}

/* *************************************************************** */
/* Slides                                                          */
/* *************************************************************** */
div.image {
  height	: 572px;
  width		: 300px;
  float		: left;
  position	: relative;  
}

#imageslider {
  width		: 1500px;
  height	: 572x;
  position	: relative;
}

.div1, .div5 {
  background-image	: url('/images/slide1.png');
}

.div2 {
  background-image	: url('/images/slide2.png');
}

.div3 {
  background-image	: url('/images/slide3.png');
}

.div4 {
  background-image	: url('/images/slide4.png');
}

#imagesliderwindow {
  width			: 300px;
  height		: 573px;
  float			: left;
  overflow		: hidden;
}

/* *************************************************************** */

.source {
  font-size		: 8pt;
  font-style		: italic;
}

.advleft, .advright {
  border				: 1px solid rgb(255,210,209);
  background-color		: transparent;
}

.advleft, .advright, .advleft_moused, .advright_moused {
  width			: 200px;
  float			: left;
  padding		: 3px;
}

.advright, .advright_moused {
  clear			: right;
}

.advleft img, .advleft_moused img, .advright img, .advright_moused img {
  float			: left;
  margin-right	: 5px;
}

.advleft span, .advleft_moused span, .advright span, .advright_moused span {
  float			: left;
}

.advleft_moused, .advright_moused {
  cursor				: pointer;
  border				: 1px solid rgb(255,232,232);
  background-color		: rgb(255,190,189);
}

#footer {
  width			: 100%;
  height		: 23px;
  clear			: left;
  text-align		: center;
  overflow		: hidden;
  border-top		: 1px solid #FFFFFF;
  background-image	: url('/images/footer.jpg');
  background-repeat	: repeat-x;
}

#footer div {
  padding-top		: 3px;
  color			: #999999;
}

h3 {
  font-size		: 14pt;
  font-weight		: bold;
  margin-top		: 10px;

}

