* {margin: 0; padding: 0;}

body {background: #ccd6e0; font-family: Arial;}

img {border: none;}

p {padding-bottom:1em;}

#background {
  background: url(../images/bg_content.png) top no-repeat;
  float: left;
  height: 794px;
  margin-top: 30px;
  width: 780px;
}

#banner {
  background: url(../images/bg_top.png) no-repeat;
  float: right;
  height: 190px;
  margin-top: 30px;
  width: 780px;
}

#content {
  color: #474747;
  font-size: 13px;
  height: 1%;
  margin-left: 220px;
  margin-right: 280px;
  padding: 15px 10px 0 30px;
  position: relative;
}

#content h1 {font-size: 18px;}

#footer {
  background: url(../images/bg_logo.png) bottom right no-repeat;
  bottom: 0px;
  color: #777;
  font-size: 11px;
  height: 33px;
  padding-right: 30px;
  padding-top: 230px;
  position: absolute;
  right: 0px;
  text-align: right;
  width: 250px;
}

#footer a {
  color: #777;
  font-size: 11px;
  text-decoration: none;
}

#inner {margin-left: -220px; margin-right: -280px;}

#left {float: left; position: relative; width: 220px;}

#login {position: relative;}

#login .button {
  left: 15px;
  position: absolute;
  top: 175px;
}

#login .fehler {color: #B5113E;}

#login .forgot_pw {
  font-weight: bold;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 210px;
  width: 220px;
}

#login .forgot_pw a {
  color: #b5113e;
  font-size: 13px;
  text-decoration: none;
}

#login h2 {
  background: #b5113e;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 220px;
}

#login input[type="submit"] {
  background: url(../images/button.png) 0 2px no-repeat;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 29px;
  text-transform: uppercase;
  width: 194px;
}

#login table {
  color: #777;
  font-size: 13px;
  margin: 20px 15px 0 15px;
  width: 180px;
}

#login table .headline {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

#login table input {width: 100px;}

#logo {
  background: #fff;
  float: left;
  height: 135px;
  margin-top: 20px;
  padding-bottom: 25px;
  padding-left: 75px;
  padding-top: 40px;
  width: 145px;
}

#main {
  background: #f1f1f1;
  border-left: 220px solid #FFF;
  border-right: 280px solid #f1f1f1;
  position: relative;
}

#right {
  float: right;
  padding-right: 30px;
  padding-top: 50px;
  position: relative;
  right: 0;
  width: 250px;
  min-height: 550px;
}

#site {margin: 0 auto; position: relative; width: 1000px;}

.clear {clear: both;}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto !important;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #888;
}
.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideDown !important;
}

.cc_container {color: #fff; font-size: 18px !important;}
.cc_container .cc_message {color: #fff !important; margin-top: 0 !important; line-height:20px !important;}
.cc_container a.cc_more_info, .cc_container a.cc_more_info:visited { text-decoration: underline; color: #fff;}
.cc_container .cc_btn, .cc_container .cc_btn:visited {background-color: #fff !important;}
.cc_container .cc_btn:hover {background-color: #eee !important;}