
@font-face {
  font-family: fontSIJH;
  src: url(gothic.ttf);
}

@font-face {
  font-family: fontSIJH;
  src: url(gothicb.ttf);
  font-weight: bold;
}

HTML, BODY {
  font-family: fontSIJH, 'Courgette', cursive; /* 'Kaushan Script', Trebuchet MS, sans-serif; */
  color: #000000;
  padding: 0;
  margin: 0;
}

BODY {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}
BODY.small { font-size: 12px; }
BODY.medium { font-size: 16px; }
BODY.large { font-size: 20px; }

/*************************/

A {
  color: #0097CF;
  text-decoration: none;
}
A:hover {
  color: #0097CF;
  text-decoration: none;
}

UL {
  margin: 0px;
  padding: 0px;
}

LI {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*************************/

#container_images {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

#container_images .dinges {
  position: relative;
  left: -100%;
  overflow: hidden;
}

#container_images  .dinges .danges {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}

#container_images  .dinges .danges IMG {
  position: absolute;
}

#container_images  .dinges .danges IMG.image_large { display: none; }
#container_images  .dinges .danges IMG.image_small { display: block; }

/*************************/

#container_bar {
  display: block;
  position: absolute;
  background: #FFFFFF;
  left: 0px;
  right: 0px;
  bottom: 50px;
  opacity: 0.8;
  z-index: 100;
}

/*************************/

#menu {
  display: block;
  position: relative;
  padding: 2px 0px;
  color: #654051;
  overflow: hidden;
}
.small #menu { font-size: 21px; }
.medium #menu { font-size: 25px; }
.large #menu { font-size: 29px; }

#menu_box {
  position: relative;
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
}

#menu_box DIV {
  display: block;
  position: relative;
}

#menu_box .links {
  width: 33%;
  float: left;
  text-align: left;
}
#menu_box .midden {
  width: 34%;
  float: left;
  text-align: center;
}
#menu_box .rechts {
  float: right;
  text-align: right;
}

#menu .arrow_left,
#menu .arrow_right {
  display: block;
  position: absolute;
  width: 15px;
  height: 20px;
  top: 25%;
  overflow: hidden;
}

#menu .arrow_left {
  background: url(../images/arrow_left_purple.png) no-repeat 0 0;
  left: 2%;
}

#menu .arrow_right {
  background: url(../images/arrow_right_purple.png) no-repeat 0 0;
  right: 2%;
}

/*************************/

#content {
  display: block;
  padding: 5px 0px 0px 0px;
  overflow: hidden;
}

#content_box {
  margin-left: 20%;
  border-top: 1px solid #654051;
  width: 60%;
  padding: 5px 0px 8px 0px;
  overflow: hidden;
}

#content_box DIV {
  display: block;
  width: 46%;
}

#content_box DIV.left { text-align: right; float: left; }
#content_box DIV.right { text-align: left; float: right; }


/*************************/


#left,
#right {
  display: block;
  position: absolute;
  width: 23%;
  height: 105px;
  bottom: 50px;
  z-index: 500;
  cursor: pointer;
}
.small #left, .small #right { height: 78px; }
.medium #left, .medium #right { height: 105x; }
.large #left, .large #right { height: 123px; }

#left { left: 0px; }
#left SPAN {}

#right { right: 0px; }
#right SPAN {}


.twitter {
  background: url(../images/twitter.png) no-repeat 0px center;
  padding: 0px 0px 0px 35px;
  color: #000000;
}

.facebook {
  background: url(../images/facebook.png) no-repeat 0px center;
  padding: 0px 0px 0px 35px;
  color: #000000;
}

.linkedin {
  background: url(../images/linkedin.png) no-repeat right center;
  padding: 0px 35px 0px 0px;
  color: #000000;
}

.webwinkel {
  background: url(../images/webwinkel.png) no-repeat right center;
  padding: 0px 35px 0px 0px;
  color: #000000;
}

#webshop-sticker {
  display: block;
  position: absolute;
  background-image: url(../images/webshop-sticker.png);
  background-size: contain;
  border: 0;
  width: 150px;
  height: 150px;
  right: 7%;
  top: 9%;
}





#tweetFeed {
  display: block;
  background: url(../images/twitter.png) no-repeat 0px 0px;
  position: relative;
  height: 50px;
  overflow: hidden;
  width: auto !IMPORTANT;
 /* font-size: 14px; */
  padding-left: 35px;
}

#tweetFeed DIV {
  display: block;
  width: auto !IMPORTANT;
}

.jtwt { margin-bottom: 5px; }

.jtwt DIV A {
  color: #7B5742;
  text-decoration: none;
}
A.jtwt_date {
  padding-left: 10px;
  font-size: 12px;
}

