/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

* {
  font-family: verdana;
  font-size: 11px;
}

body {
  margin: 0px;
  background-color: #edf4f7;
}

a {
  color: #000000;
  text-decoration: none;
}

a img {
  border: 0;
}

h2 {
  margin: 11px 0;
}

.main {
  margin: 0px auto;
  width: 992px;
}

.header-top-left {
  width: 590px; 
  height: 68px; 
  float: left;
}

.header-top-right {
  color: #aebaca;
  width: 402px; 
  padding-top: 10px; 
  float: left; 
  text-align: right; 
}

.header-top-right a {
  color: #aebaca;
}

.header-bottom {
  width: 992px;
  height: 157px; 
  clear: both;
}

.header-bar {
  background-image: url(../images/header-bar.jpg);
}

.header-bar a {
  color: #021f65;
  text-decoration: none;
}

.navigation {
  font-weight: bold;
  padding: 2px 0px 8px 5px;
}

.tpl-body {
  height: 100%;
  background-image: url(../images/body-bg.jpg);
}

.block-left {
  overflow: hidden;
  float: left;
  width: 206px;
}

.block-right {
  overflow: hidden;
  float: left;
  width: 206px;
}

.content-wrapper {
  overflow: hidden;
  float: left;
  width: 580px;
}

.content-header {
  color: #ccdceb;
  text-align: center;
  font-weight: bold;
  background-image: url(../images/content.jpg);
  height: 51px;
}

.content-header .HP-pageblock-content {
  padding-top: 3px;
}

.content-header, .content-body {
  padding: 0px 20px;
}

.content-footer {
  padding: 20px 20px 0px 20px;
  text-align: center;
}

.tpl-footer {
  background-image: url(../images/footer.jpg);
  padding: 0px 206px;
  height: 39px;
  text-align: center;
}


.tpl-footer * {
  color: #FFFFFF;
}

.backlinks {
  padding-top: 5px;
  color: black;
}

.backlinks * {
  color: black;
}

.clearer, .clear {
  clear: both;
}

.files {
  padding-top: 20px;
}

.files table {
  width: 100%;
}

.files table thead {
  text-align: left;
  height: 30px;
  vertical-align: top;
}

.files table tbody {
  text-align: center;
}

.files table tbody td {
  vertical-align: top;
}

.HP_search ul {
  list-style-type: none;
  margin: 20px 0px;
  padding: 0pt;
}

.HP_search li {
  padding: 10px;
}

.HP_search li h2 {
  margin: 0 0 10px 0;
}

.HP_search .title {
  display: block;
  font-weight: bold;
  margin: 5px 0px;
}

.HP_search .picture {
  float: left;
}

.HP_search .thumb-link {
  width: 150px;
  margin: 7px 10px 10px 0pt;
}

.HP_search .thumb {
  border: 0px;
}

.HP_search .odd {
  background-color: #D5EAFF;
}

.HP_search .result {
  font-weight: bold;
  color: #004495;
}

.HP_search .more {
  display: block;
  float: left;
  background-image: url(../images/button_information.jpg);
  font-size: 0;
  width: 170px;
  height: 22px;
}

.HP_listing h2 a {
  font-size: 14px;
}

.HP_listing .category {
  border-bottom: 1px dotted #808080;
  margin: 10px 0;
}

.HP_listing .category .more{
  margin: 10px 0 10px 0;
}

.HP_listing .category .more a {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url(../images/button_information.jpg);
  width: 170px;
  height: 22px;
  display: block;
}

.HP_listing .HP-listing-page {
  padding: 15px 5px;
}

.HP_listing .HP-listing-page .title {
  
}

.HP_listing .HP-listing-page .picture {
  float: left;
}

.HP_listing .HP-listing-page .picture a {
  background: none;
  height: auto;
  position: static;
}

.HP_listing .HP-listing-page a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  top: 20px;
  left: 170px;
  min-width:170px;
  position: absolute;
  padding-bottom: 32px;
  background-image: url(../images/button_information.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

.HP_listing.nov .HP-listing-page a {
  position: static;
}

.HP_listing .HP-listing-page {
  border-bottom: 1px dotted #808080;
  padding: 0;
  position: relative;
}

.HP_listing .HP-listing-category a {
  display: block;
  font-weight: bold;
  margin: 5px 0;
}

.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: #CFDAEA;
  border: 1px solid #D3DBEB;
  color: black;
  padding: 2px;
  text-decoration: none;
}

.tabList ul li a.tabActive, .tabList ul li a:hover {
  background-color: #6E93BD;
  color: white;
  text-decoration: none;
}

.io_success {
  padding: 5px;
  background-color: #0a0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.io_error {
  padding: 5px;
  background-color: #e00;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

form .error {
  padding: 0px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}

.io {
  padding: 5px;
  background-color: #0a0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/* LiveSearch */

.lsBox {
  background-color: white;
  border: 1px solid black;
  cursor: pointer;
}

.lsValue {
  background-color: white;
  color: black;
  overflow: hidden;
}

.lsValue:hover, .lsSelected {
  background-color: #176289;
  color: white;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
  font-style: italic;
}

/* /LiveSearch */
.szwidget {
  margin-left: -3px;
}

.product-image {
  border: 1px solid black;
  padding: 2px;
}

.product-description {
  padding-top: 10px;
  border-top: 1px solid black;
  color: blue;
}


/* LiveSearch */

.lsBox {
  background-color: white;
  border: 1px solid #2D507A;
  cursor: pointer;
  width: 250px;
}

.lsValue {
  display: block;
  background-color: white;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: black;
  overflow: hidden;
  padding: 2px 2px;
}

.lsValue:hover, .lsSelected {
  background-color: #176289;
  color: white;
}

.HP_callback input {
  width: 100px;
}

.HP_emaildirect .button {
  clear: both;
  margin-left: 210px;
}

.content-body .footer .send {
  text-align: center;
}

.HP-pageblock.new-articles .HP-pageblock-content {
  padding: 0 0 0 5px !important;
}

.HP-pageblock.new-articles table {
  background-color: black;
  border-spacing: 0;
  width: 100%;
}

.HP-pageblock.new-articles #cine-left, .HP-pageblock.new-articles #cine-right {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 10px;
}

.HP-pageblock.new-articles table td {
  padding: 0;
}

.HP-pageblock.new-articles #cine-left {
  padding-left: 10px;
  background-image: url(../images/CineSlideLArrow.jpg);
}

.HP-pageblock.new-articles #cine-right {
  padding-right: 5px;
  background-image: url(../images/CineSlideRArrow.jpg);
}

.HP-pageblock.new-articles #cine-middle {
  padding: 20px 1px;
}

.HP-pageblock.new-articles #cine-pane {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.HP-pageblock.new-articles #cine-pane div {
  position: relative;
}

.HP-pageblock.new-articles #cine-pane img {
  cursor: pointer;
  position: absolute;
  top: 0px;
  width: 100px;
  -moz-user-select: none;
  user-select: none;
}

.HP-pageblock.new-articles #cine-title {
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 0 10px 10px 10px;
  text-align: center;
}

.news-ticker {
  border: 1px solid #D3D3D3;
  height: 60px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
