* {
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
}

body {
  margin: 15px 0px;
  text-align: center;
  background: #f7f7f7;
}

img {
  border: 0px;
}

a {
  color: #e97d11;
}

.clear {
  clear: left;
}

.rightfloat {
  float: right;
}

.leftfloat {
  float: left;
}

#wrapper {
  width: 850px;
  margin: 0px auto;
  text-align: left;
}

#header {
  height: 150px;
  background: url(../img/header.gif);
  position: relative;
}

#header-link-dbc {
  height: 100px;
  width: 125px;
  display: block;
  position: absolute;
  top: 20px;
  right: 220px;
}

#header-link-b {
  height: 100px;
  width: 90px;
  display: block;
  position: absolute;
  top: 20px;
  right: 120px;
}

#header-link-cb {
  height: 100px;
  width: 80px;
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
}

#headbar {
  background: #e6e6e6;
  padding: 10px;
  color: #000;
  font-size: 12px;
}

#headbar a {
  color: #e97d11;
}

#body {
  padding-top: 10px;
  background: #e5ecd6 url(../img/background.gif) repeat-y;
}

#navigation {
  float: left;
  width: 210px;
}

#navi-main {
  list-style-type: none;
  padding-right: 10px;
}

#navi-main li {
  margin-bottom: 1px;
}

#navi-main li a, #navi-main li a.parent  {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  background: url(../img/bullet.gif) left center no-repeat;
  padding-left: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#navi-main li a:hover, #navi-main li a.parent:hover {

}

#navi-main li ul {
  list-style-type: none;
}

#navi-main li ul {
	display: none;
}

#navi-main li ul li{
  margin-bottom: 1px;
  margin-left: 20px;
}

#navi-main li ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 20px;
  background: none;
}

#navi-main li ul li a:hover {

}

#content {
  float: left;
  width: 560px;
  padding: 20px;
  font-size: 12px;
  min-height: 300px;
  height: auto !important;
  height: 300px;  
}

#content h1 {
  font-size: 20px;
  color: #668607;
  font-weight: normal;
  margin-bottom: 10px;
}

#content p {
  margin: 0px;
}

#footer {
  margin-top: 10px;
  background: #e6e6e6;
  padding: 10px;
  color: #000;
  font-size: 12px;
  border-top: 5px solid #668607;
}

#footer a {
  color: #e97d11;
}

#login-form {
  text-align: center;
}

#login-form form {
  margin: 0px auto;
  width: 300px;
  background: #c8d6a9;
  padding: 20px;
  text-align: center;
  color: #fff;
}

/* Formular-Elemente */

fieldset {
  border: 0px;
}

fieldset div {
  clear: left;
}

input, textarea {
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  padding: 3px;
  color: #668607;
  margin-bottom: 5px;
}

input {
  float: left;
  height: 15px;
}

textarea {
  clear: left;
}

textarea.text {
  float: left;
  clear: none;
}

input.submit {
  height: auto;
}

label {
  width: 140px;
  text-align: right;
  float: left;
  margin-right: 10px;
  line-height: 19px;
  color: #668607;
}

form.form input {
  width: 250px;
}

form.form input.form-error {
  background: #ffacac;
  border: 1px solid #ff4c4c;
  color: #ff0000;
}

form.form input.submit {
  width: auto;
  margin-right: 5px;
  color: #fff;
  background: #668607;
  border: 1px solid #4b6205;
}

form.form input.file {
  height: auto;
  width: auto;
  clear: none;
}

form.form input.checkbox {
  width: auto;
}

form div.editor {
  margin: 10px 0px;
}

form div.editor textarea {
  height: 600px;
  width: 580px;
}

div.input div.error-message {
  padding: 0px 0px 10px 150px;
  color: red;
}

form p.info {
  padding: 0px 0px 10px 150px;
  font-size: 10px;
  clear: left;
  width: 250px;
}

/* Tabellen-Liste */

table.list {
  border: 1px solid #758491;
  width: 100%;
}

table.list th {
  background: #758491;
  padding: 10px;
  color: #fff;
}

table.list td {
  background: #bdc7d0;
  padding: 10px;
  color: #2a2d2f;
}

table.list tr.subsite td {
  background: #fff;
  padding: 10px;
  color: #2a2d2f;
}

table .centered {
  text-align: center;
}

table.list td a {
  color: #2a2d2f;
}

/* Flash-Messages */
.flash-message, .flash-message-alert {
  padding: 10px;
  font-size: 12px;
  margin: 10px 0px;
}

.flash-message {
  border: 1px solid #aec600;
  background: #e7eeb2;
  color: #5f9307;
}

.flash-message-alert {
  background: #ffacac;
  border: 1px solid #ff4c4c;
  color: #ff0000;
}

/* Gallery */

ul.gallery {
  list-style-type: none;
  width: 100%;
  margin-top: 10px;
}

ul.gallery li {
  float: left;
  text-align: center;
  border: 1px solid #250072;
  background: #ffec01;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 133px;
  height: 133px;
  overflow: hidden;
}

ul.gallery li a {
  color: #250072;
}

ul.picture-list {
  list-style-type: none;
  width: 100%;
  margin-top: 10px;
}

ul.picture-list li {
  float: left;
  text-align: center;
  border: 1px solid #250072;
  background: #ffec01;
  padding: 10px;
  width: 133px;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.picture-list li a {
  color: #250072;
}

div.picture-container {
  margin: 10px 0px;
  text-align: center;
  border: 1px solid #250072;
  background: #ffec01;
  padding: 20px;
}

div.picture-container img {
  margin: 0px auto;
}

div.picture-navigation {
  border: 1px solid #250072;
  background: #ffec01;
  padding: 10px;
  text-align: center;
  color: #250072;
}

div.picture-navigation div.prev {
  text-align: left;
  float: left;
  width: 150px;
}

div.picture-navigation div.next {
  text-align: right;
  float: right;
  width: 150px;
}

div.picture-navigation a {
  color: #250072;
}

#files-list {
  list-style-type: none;
}

#files-list li {
  border: 1px solid #250072;
  background: #ffec01;
  padding: 10px;
  clear: none;
  margin-bottom: 10px;
}


/* Pagination */

.pagination {}

.paginaton span {
  border: 1px solid #250072;
}

.paginator a, .paginator .current {
  margin-bottom: 10px;
  display: block;
  float: left;
  padding: 0px 5px;
  margin-right: 3px;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.paginator a {
  border: 1px solid #250072;
  color: #250072;
  background: #ffec01;
}

.paginator a:hover, .paginator .current {
  border: 1px solid #250072;
  color: #fff;
  background: #250072;
}

/* Sonstiges */

#proceed-list {
  list-style-type: none;
}

#proceed-list li {
  padding: 5px;
  background: #ffec01;
  color: #250072;
  margin-bottom: 1px;
}

/* Gästebuch */

.gbentry {
  padding: 10px;
  border: 1px solid #250072;
  background: #ffec01;
  margin-bottom: 10px;
  color: #250072;
}

.gbentry .head {
  margin-bottom: 10px;
}

.gbentry .contact {
  float: right;
  text-align: right;
}

.gbentry .contact a {
  color: #250072;
}

.gbentry .body {
  background: #fff;
  border: 1px solid #250072;
  padding: 10px;
  color: #250072;
}

/* Slides */
#slides {
  position: absolute;
  width: 153px;
  height: 115px;
  right: 270px;
  top: 20px;
  overflow: hidden;
}

#slides img {
  position: absolute;
  display: none;
  z-index: 1;
}