/* default begin */

* {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  background:#1d213a url(uploads/tf/background.jpg) repeat-y center;
  height: 100%;
  width: 100%;
  font-family: Arial, sans serif;
  font-size: 13px;
  color: #454545;
}
#all {
  height: 99.9%;
  width: 99.9%;
  background:url(uploads/tf/strippe.png) repeat-x center;
  min-width: 960px;
  min-height: 710px;
  position: absolute;
}
#containerOutside {
  height: 710px;
  left: 50%;
  margin-left: -480px;
  margin-top: -355px;
  position: absolute;
  top: 50%;
  width: 960px;
}
#containerInside {
  height: 538px;
  width: 960px;
  background: white;
  border: 1px solid white;
}
#content {
  float:left;
  height:445px;
  overflow:auto;
  padding:27px 50px 30px 40px;
  width:390px;
}
.offers #content {
  float: left;
  height: 502px;
  overflow: auto;
  padding: 0px;
  width: 480px;
}
#content a {
  text-decoration: none;
  color: #435cab;
}
#content a:hover {
  text-decoration: none;
  color: #435cab;
  border-bottom: 1px dotted #435cab;
}
#content dt a:hover {
  text-decoration: none;
  border-bottom: none;
}
#content ul {
  padding-left: 30px;
}
body.anfahrt #content {
  overflow: hidden;
}
#pic {
  float: right;
  overflow: hidden;
}
h1 {
  margin-bottom: 7px;
}
h1 span {
  display: none;
}
.csc-textpic-caption {
  font-size: 11px;
  color: #aaaaaa;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption  {
  margin:0 0 10px;
}
.lightboxSpan {
  position: static !important;
}

/* default end *//* menu begin */

ul#menu {
  width: 480px;
  overflow: hidden;
}
#menu li {
  display: inline;
  float: left
}
#menu li a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid white;
}
body.dunkelblau #menu
, body.dunkelblau #menu li a {
  background-color: #355fa8;
}
body.rotbraun #menu
, body.rotbraun #menu li a {
  background-color: #B45A51;
}
body.rotbraun #menu {
  background: #B45A51 url(uploads/tf/rotbraun.png) no-repeat top right;
}
body.hellblau #menu
, body.hellblau #menu li a {
  background-color: #A0BBE1;
}
body.koeln #menu
, body.koeln #menu li a {
  background-color: #D3E1EE;
}
body.grau #menu
, body.grau #menu li a {
  background-color: #707064;
}
body.dunkelblau #menu li.active a 
, body.rotbraun #menu li.active a 
, body.hellblau #menu li.active a
, body.grau #menu li.active a {
  background-color: white;
}
#menu li.last a {
  border-right: none;
}

/* menu end *//* footer begin */

#footer {
  background:url(uploads/tf/strippe_small.png) repeat-x;
  height: 95px;
  width: 960px;
  color: #95a0c6;
}
#footer #adress {
  color: #324178;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  padding-top: 20px;
}
#footer #adress span {
  margin-left: 26px;
}
#footer ul {
  height: 18px;
  line-height: 18px;
  text-align: right;
  float: right;
  font-size: 12px;
  margin-top: 45px;
}
#footer li {
  display: inline;
  float: left
}
#footer li a {
  color: #ced4e8;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 18px;
  padding-left: 20px;
}
#footer li a:hover {
  color: white;
}

/* footer end */