body {
  background-image: url(../images/bg.png);
  background-position:center 0;
}

.container{
  max-width: none !important;
  width:900px !important;
}

.header {
  height:110px;
}

.stage {
  position:relative;
}

.header img {
  float:right;
}

.stage {
  clear:both;
  height:311px;
}

.navbar-default {
  background-color:white;
  text-transform:uppercase;
}

ul.navbar-nav {
  height:45px;
  width:900px;
  background-color:white;
  margin:0;
  padding:0;
}

ul.navbar-nav  li {
  list-style-type:none;
}

ul.navbar-nav  li a {
  display:block;
  padding: 12px 43px 0 43px;
  color:#999;
}

ul.navbar-nav  li a:hover {
  color:#000;
  text-decoration:none;

}

#mainContent {min-height: 200px;}

.content {
  padding:30px 0 0 0;
 /* height:331px; */
}

.col-md-6 h1, .col-md-6 p, .col-md-6 h2 {
  padding-right:10px;

}

.downloadPDF {
  background-image: url(../images/icon_pdf.png);
  background-repeat:no-repeat;
  padding-left:30px;
}

a, a:hover {color:black;}

.content h1 {
  margin:0;
  font-size:20px;
  padding: 0px 0 20px 0;

}

.content h2 {
  margin:0;
  font-size:18px;
  padding: 10px 0 10px 0;

}


.content h1, .content p {
  width:450px;

}

ul.navbar-nav  li a strong {
  font-weight:normal;

  color:#000;

}

.navbar .divider-vertical {
  height: 30px;
  margin: 6px 0;
  border-right: 1px solid #e5e6e7;
}

.teaser  {


  clear:both;
}

.bg {
  background-image: url(../images/bg_test.png);
  background-repeat:no-repeat;
  background-position:right;

}


.teaser, .navbar {
  margin:0 0 0 0;
}

.teaser h2 {

  margin:5px 0 15px 0;
  padding:0;
}

.teaser h2 a {
  font-size:14px;
  font-weight:bold;
  color:#000;
  text-decoration: none;
  margin:0;
  padding:0;
}

.teaserelement {
  width:228px;
  overflow: 
}

.lastteaserelement {
  width:215px;
  margin:0;
}

.teaser p {
  font-size:12px;
  padding-right:10px;
  width:215px;
}

.goLeft {
  float:left;
  margin: 150px 0 -0 -48px;
}

.goRight {
  float:right;
  margin: 150px -48px -0 0;
}

.col-md-6 p {
	margin:0;
}

footer {
  /*position: absolute;
  top: 800px;
  */
 
  clear:both;
  width:900px;
  text-align:right;
  padding:0 25px 25px 0;
  color:#a3a3a3;
  font-size:9px;
  background-color:white;
  min-height: 200px;

}

.dropUp {
  background-image: url(../images/bg_dropup.png);
  width:158px;
  position:absolute;
  bottom:3px;
  padding:10px;
  text-align:center;
}

.dropUp a {
  margin-bottom:20px;

  color:#8a8a8a;
  text-transform:uppercase;
}

.dropUp p.current a {
  color:#000;
}

.visuals p {
  margin:0;
}

iframe {
	border:0;
	margin:0;
}




.carousel {
    height: 311px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: #777;
    height: 311px;
}
.carousel-inner > .item > img {
    height: 311px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel-indicators {
  position: absolute;
  height:20px;
  top: 10px;
  left: 10px;
  z-index: 15;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}
.carousel-indicators .active {
  background-color: #fff;
  margin: 1px;
  width: 10px;
  height: 10px;
}


.jcarousel-wrapper {
    position: relative;
}
.jcarousel {
    overflow: hidden;
    position: relative;
}
.jcarousel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    float: left;
}
.jcarousel-control-prev, .jcarousel-control-next {
    background: none repeat scroll 0 0 #4e443c;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
    color: #fff;
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    top: 150px;
    width: 30px;
}
.jcarousel-control-prev {
    left: -50px;
}
.jcarousel-control-next {
    right: -50px;
}
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    cursor: default;
    opacity: 0.5;
}