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

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

img {
  border: 0px;
}

a {
  color: #81b5d7;
}

.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);
}

#headbar {
  background: #0069AE;
  padding: 10px;
  color: #fff;
  font-size: 12px;
}

#headbar a {
  color: #fff;
}

#body {
  padding-top: 10px;
}

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

#navi-main {
  list-style-type: none;
  border-right: 1px solid #81b5d7;
  padding-right: 10px;
}

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

#navi-main li a, #navi-main li a.parent  {
  display: block;
  color: #fff;
  background: #0069AE;
  padding: 5px 10px;
  font-size: 12px;
  height: 16px;
}

#navi-main li a:hover, #navi-main li a.parent:hover {
  color: #0069AE;
  background: #81b5d7;
}



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

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

#navi-main li ul li a {
  display: block;
  color: #0069AE;
  font-size: 12px;
  padding-left: 10px;
  background: #fff;
}

#navi-main li ul li a:hover {
  color: #0069AE;
  background: #81b5d7;
}

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

#content h1 {
  font-size: 20px;
  color: #81b5d7;
  font-weight: normal;
}

#content p {
  margin: 0px;
}

#footer {
  margin-top: 10px;
  background: #81b5d7;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  border-top: 5px solid #0069AE;
}

#footer a {
  color: #81b5d7;
}

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

#login-form form {
  margin: 0px auto;
  width: 300px;
  background: #c1ddef;
  padding: 20px;
  text-align: center;
  border: 1px solid #81b5d7;
}

/* Formular-Elemente */

fieldset {
  border: 0px;
}

fieldset div {
  clear: left;
}

input, textarea {
  border: 1px solid #81b5d7;
  background: #fff;
  font-size: 12px;
  padding: 3px;
  color: #81b5d7;
  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: #0069AE;
}

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: #0069AE;
  background: #c1ddef;
  border: 1px solid #81b5d7;
}

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 #81b5d7;
  width: 100%;
}

table.list th {
  background: #81b5d7;
  padding: 10px;
  color: #0069AE;
}

table.list td {
  background: #c1ddef;
  padding: 10px;
  color: #0069AE;
}

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

table .centered {
  text-align: center;
}

table.list td a {
  color: #0069AE;
}

/* 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 #81b5d7;
  background: #c1ddef;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 133px;
  height: 133px;
  overflow: hidden;
}

ul.gallery li a {
  color: #0069AE;
}

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

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

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

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

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

div.picture-navigation {
  border: 1px solid #81b5d7;
  background: #c1ddef;
  padding: 10px;
  text-align: center;
  color: #0069AE;
}

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: #0069AE;
}

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

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


/* Pagination */

.pagination {}

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

.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 #81b5d7;
  color: #0069AE;
  background: #c1ddef;
}

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

/* Sonstiges */

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

#proceed-list li {
  padding: 5px;
  background: #c1ddef;
  color: #0069AE;
  margin-bottom: 1px;
}

/* Gästebuch */

.gbentry {
  padding: 10px;
  border: 1px solid #81b5d7;
  background: #c1ddef;
  margin-bottom: 10px;
  color: #0069AE;
}

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

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

.gbentry .contact a {
  color: #0069AE;
}

.gbentry .body {
  background: #fff;
  border: 1px solid #81b5d7;
  padding: 10px;
  color: #0069AE;
}