/* @override http://kitai-berlin.local/stylesheets/screen.css */

body {
  background-color: white;
  font-family: Arial;
  font-size: 11px;
  margin: 0px;
  text-align: center;
}

img {
  border: none;
}

p.header_bar {
  height: 11px;
  background-color: black;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}

p.spacer {
  height: 1px;
  margin-bottom: 0px;
  margin-top: -1px;
  background-color: black;
}

a {
  text-decoration: none;
}

div.body {
  margin: 0px auto;
  width: 1022px;
  height: 722px;
  min-height: 722px;
  min-width: 1022px;
  text-align: left;
}

div.menu {
  height: 97px;
  min-height: 97px;
  min-width: 197px;
  width: 197px;
  float: left;
  margin: 0px -8px;
}

.navigation {
  margin-top: 35px;
  margin-left: 0px;
  text-transform: uppercase;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  font-size: 12px;
  float: left;
  text-align: left;
  padding-left: 8px;
}

.navigation li {
  float: left;
}

.navigation a {
  font-weight: bold;
  text-decoration: none;
  color: #141414;
}

.subnavigation {
  position: absolute;
}

div.separator {
  padding-top: 43px;
  padding-bottom: 7px;
}

#caption div.separator {
  padding-bottom: 5px;
  padding-top: 0px;
}

#pagination div.separator {
  padding-bottom: 5px;
  padding-top: 0px;
}

#main {
  margin-left: 180px;
  margin-top: 80px;
  line-height: 150%;
}

#content {
  min-height: 425px;
  width: 589px;
  margin-bottom: 50px;
}

#body {
  min-height: 425px;
  width: 589px;
  margin-bottom: 50px;
  color: #959595;
}

#body a {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 2px 4px;
}

#caption {
  font-family: Arial;
  font-size: 10px;
  float: left;
  width: 589px;
}

#caption .title {
  font-weight: bold;
  color: #666666;
  margin-bottom: -3px;
  margin-left: 3px;
}

#caption .description {
  color: #959595;
  margin-left: 3px;
  margin-bottom: -3px;
}

#caption .date {
  color: #b4b4b4;
  margin-bottom: 15px;
  margin-left: 3px;
}

#caption a {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 2px 4px;
  margin-top: 10px;
  margin-left: 3px;
}

#pagination {
  float: left;
  margin-left: 11px;
}

#pagination img {
  margin-left: 3px;
}