body, html {
	background-image: url(/images/teaser/background.png);
	background-repeat: repeat;
	background-position: center top;
	background-color: #993313;
	text-align: center;
}

div#sand {
  padding-top: 30px;
	background-image: url(/images/teaser/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
  color: #FFFFFF;
}

ul.banner {
  width: 510px;
  margin: auto;
  margin-bottom: 50px;
}

ul.banner li {
  margin-bottom: 17px;
}

ul.banner li.left {
  margin-bottom: 0px;
  margin-right: 15px;
}

ul.banner li img {
  padding: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url(/images/teaser/background_superbanner.png);
  background-position: left top;
  background-repeat: no-repeat;
}

* html ul.banner li img {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/teaser/background_superbanner.png', sizingMethod='image');
}

ul.banner li.left img {
  background-image: url(/images/teaser/background_banner.png);
}

* html ul.banner li.left img {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/teaser/background_banner.png', sizingMethod='image');
}

p#imprint {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #D8B1A4;
}

p#imprint a {
	color: #FFFFFF;
}

#link_to_faq {
  position: relative;
  top: -30px;
  left: -320px;
}

#browser_message {
  position: relative;
  top: -30px;
  padding: 10px;
  border-bottom: 1px solid #EEEEEE;
  background-color: #CC6633;
  font-size: 14px;
  color: #FFFFFF;
}

#browser_message p {
  width: 750px;
  margin: auto;
  margin-bottom: 10px;
}

#videoplayer {
  margin-top: -30px;
}

div.container {
  width: 690px;
  margin: auto;
  padding: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #59210F;
  background-color: #F5F5F5;
  line-height: 16px;
}

div.container h1,
div.container h2,
div.container h3 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #CC6633;
}

div.container h1 {
  margin-bottom: 10px;
}

div.container h3 {
  margin-bottom: 5px;
  font-size: 12px;
  color: #333333;
}

a.breadcrumb,
div.imprint,
div.left div,
div.right div,
div.error_headline,
div.error_video {
  padding: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #EEEEEE;
  text-align: left;
  line-height: 17px;
  color: #666666;
}

a.breadcrumb {
  display: block;
  margin-bottom: 30px;
  font-size: 11px;
  color: #999999;
}

a.breadcrumb:hover {
  border-color: #E5E5E5;
  background-color: #FFFFFF;
  text-decoration: none;
}

div.imprint,
div.error_headline,
div.error_video {
  border-color: #E5E5E5;
  background-color: #FFFFFF;
}

div.error_headline {
  margin-bottom: 30px;
}

div.error_headline h1 {
  margin: 0px;
  font-size: 20px;
  line-height: 20px;
}

div.error_headline p {
  margin-top: 10px;
}

div.left div,
div.right div {
  width: 308px;
  margin-top: 30px;
}

div.left div p,
div.right div p {
  margin-top: 10px;
}

div.left div p strong,
div.right div p strong {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.left div p em,
div.right div p em {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10px;
}