body {
  background-color: #fff;
  font-family: Verdana;
  font-size: 11px;
}

a img {
  border: none;
}

a {
  outline-style: none;
  color: #000;
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 900px;
  margin: 0 auto;
  background-color: #FFF;
}

/* Layout Stuff */

#langs {
  text-align: right;
  margin: 3px 0;
}

#header { background: #89AF3F; }

#header .left_side {
  float: left;
  width: 449px;
  height: 289px;
}

#header .right_side {
  float: left;
  width: 451px;
  height: 289px;
}

#header .teaser {
  width: 131px;
  height: 51px;
  float: right;
  padding-right: 33px;
  text-align: right;
}

#header .teaser .teaser_bg {
  position: absolute;
  background: #FFDD15;
  opacity: 0.67;
  width: 131px;
  height: 51px;
  z-index: 10;
}

#header .teaser .teaser_link {
  position: absolute;
  width: 131px;
  height: 69px;
  z-index: 11;
}

#menu { clear: both; }

#menu .left_side {
  float: left;
  width: 449px;
  height: 31px;
  background: #89AF3F;
}

#menu .right_side {
  float: left;
  width: 451px;
  height: 31px;
  background: #FFDD15;
}

#menu ul li { display: inline; }

#content { clear: both; }

#content .left_side {
  width: 449px;
  float: left;
  padding: 0;
  background: url("/images/left_bg.jpg") bottom center no-repeat;
}

#content .right_side {
  width: 451px;
  float: left;
  padding: 0;
  background: url("/images/right_bg.jpg") bottom center no-repeat;
}

#content a {
  outline-style: none;
  color: #000;
  text-decoration: underline;
}

#footer { 
  clear: both;
  padding: 20px 0;
  font-size: .9em;
  text-align: center;
}

/* Gallery */

.gallery_wrapper {
  padding: 30px 40px 10px 40px;
  height: 520px;
}

.left_side .gallery_focus, .right_side .gallery_focus {
  text-align: center;
  margin: 20px 0;
}

.left_side .gallery_focus img, .right_side .gallery_focus img {
  padding: 3px;
  border: 1px solid #89AF3F;
}

.column {
  float: left;
  width: 50%;
}

.content_padding {
  padding: 20px;
}

.img {
  border: 1px solid #E6E7E8;
  padding: 2px;
}

/* Pagination */

.pagination {
  text-align: right;
}

.left_side .pagination a, .right_side .pagination a {
  color: #89AF3F;
}

.pagination .prev_page { display: none; }
            
.pagination .next_page { display: none; }

/* Text format */

strong { font-weight: bold; }

em { font-style: italic; }

h1, h2 {
  font-size: 15px;
  color: #89AF3F;
}

h3 {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}

h4 { 
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

.big {
  font-size: 2.5em;
}