/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

* {
  font-family: arial, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 76% arial, sans-serif;
}

a {
  color: rgb(0, 68, 149);
  font-size: 12px;
  text-decoration: none;
}

p {
  margin: 0 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
   color: rgb(0, 68, 149);
}

.pageblock {
  padding: 5px;
}

.link-small:hover {
  text-decoration: none;
}

.link-small {
  color: rgb(1, 68, 149);
  font-size: 10px;
}

.tabList {
  margin-bottom: 5px;
}

.tabList ul {
  border-bottom: 1px solid #CFDAEA;
  display: block;
  padding: 2px;
}

.tabList ul li {
  display: inline;
  padding: 2px;
}

.tabList ul li a {
  background-color: #D5EAFF;
  border: 1px solid #D3DBEB;
  color: black;
  padding: 2px;
  text-decoration: none;
}

.tabList ul li a.tabActive, .tabList ul li a:hover {
  background-color: #004495;
  color: white;
  text-decoration: none;
}

a.MV-folders {
  background: transparent url(/templates/HP/standard/images/cms_folder.jpg) no-repeat scroll left center;
  color: black;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  width: 460px;
}

ul.MV-folders {
  list-style-type: none;
}

a.MV-folders:hover {
  background-color: orange;
  color: white;
}

a.MV-up {
  background: transparent url(/templates/HP/standard/images/CMS_back.gif) no-repeat scroll left center;
  color: black;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  width: 460px;
}

a.MV-files {
  color: black;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  width: 460px;
}

ul.MV-files {
  list-style-type: none;
}

a.MV-files:hover {
  background-color: orange;
  color: white;
}

.header {
  background-color: rgb(213, 234, 255);
  height: 94px;
  border-bottom: 1px solid rgb(0, 68, 149);
}

.header-left {
  background: rgb(0, 68, 149) url('../images/menue_hg_links.jpg') no-repeat;
  border-right: 1px solid rgb(0, 68, 149);
  padding: 0px;
}

.header-center {
  width: 577px;
}

.header-left, .header-center, .header-right {
  border-bottom: 1px solid rgb(0, 68, 149);
}

.header-right {
  background: url('../images/kalender_hg_rechts.jpg') no-repeat;
  border-left: 1px solid rgb(0, 68, 149);
  width: 205px;
}

.column-left, .column-right {
  background-color: rgb(213, 234, 255);
}

.column-left {
  border-right: 1px solid rgb(0, 68, 149);
}

.column-center {
 padding: 5px 5px 0px 5px;
 background-color: white;
}

.column-right {
  border-left: 1px solid rgb(0, 68, 149);
  padding-left: 5px;
}

#container {
  border: 1px solid rgb(128, 128, 128);
  width: 995px;
  margin: 0 auto;
  margin-top: 5px;
}

#content p {
  line-height: 1.4;
}

.input {
  border: 1px solid #455A77;
}

.input-small {
  border: 1px solid #455A77;
  font-size: 11px;
}

#footer {
  padding: 4px;
  color: #AAAEB1;
}

#footer div {
  padding: 4px;
  color: #AAAEB1;
  font-size: 10px;
}

#footer p {
  margin: 0;
  padding: 5px 10px;
}

.imprint {
  font-size: 10px;
}

.submit, .button {
  background-color: rgb(0, 68, 149);
  border: 1px solid #455A77;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
}

.pages_list {
  background-color: #F0E0E0;
  color: black;
  font-size: 11px;
  margin-top: 5px;
  padding: 2px;
}

#content {
  background-color: #fff;
}

.error {
  padding: 5px;
  background-color: #e00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.io {
  padding: 5px;
  background-color: #0a0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.event-calendar td {
  background-color: transparent !important;
}

.HP-list {
  list-style-type: none;
  margin: 20px 0px;
  padding: 0pt;
}

.HP-list li {
  padding: 5px;
}

.HP-list .title {
  display: block;
  font-weight: bold;
  margin: 5px 0px;
}

.HP-list .thumb-link {
  display: block;
  margin: 7px 10px 10px 0pt;
}

.HP-list .thumb {
  border: 0px;
}

.HP-list .line {
  clear: both;
  height: 1px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dotted grey;
}

.HP-list .odd {
  background-color: #D5EAFF;
}

.HP-list .result {
  font-weight: bold;
  color: #004495;
}

.HP-list .more {
  clear: both;
}

