/* Start of CMSMS style sheet 'Splashpage' */
body {
margin:0px;
background-image:url(images/splashpage/start_body_bg.png);
background-repeat:repeat-x;
background-color:#1B0D00
}

#sitewrapper {
background-image:url(images/splashpage/start_main_bg.png);
background-repeat:no-repeat;
width:894px;
height:auto;
padding:80px 0px 0px 0px;
margin:0px auto 0px auto;
}

#splashpage {
width:500px;
height:582px;
background-image:url(images/splashpage/start_splash_bg.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 173px;
position:relative
}

#us_btn {
position:absolute;
bottom:79px;
left:5px
}

#de_btn {
position:absolute;
bottom:79px;
right:5px
}

[[strip]]
#cookie_consent { 
 background: #000;
 position: fixed;
  bottom: 0;
  float: left;
  z-index: 100000;
  width: 100%;
  padding: 30px 0;
  /*filter: alpha(opacity=70);
  opacity: 0.7;*/
}
#cookie_consent p {
 text-align: center;
  color: #fff;
 font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  /*filter: alpha(opacity=100);
  opacity: 1;*/
}
#cookie_consent a.accept_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #6c0;
}
#cookie_consent a.more_info {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}
[[/strip]]


/* End of 'Splashpage' */

