/***************************************************************************
* General Configuration
***************************************************************************/

* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #fff;
  color: #000;
  font: 11px Verdana, Arial, sans-serif;
  text-align: center;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 1.1em;
}

#container {
  margin: 0px auto;
  text-align: left;
  width: 775px;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
}

/***************************************************************************
* Header
***************************************************************************/

#header {
  height: 159px;
  margin-top: 10px;
  width: 775px;
}

#logo {
  background: url(../img/logo.jpg) center no-repeat;
  float: left;
  height: 100px;
  width: 177px;
}

#logo .homeLink {
  display: block;
  height: 80px;
  margin: 11px 0 0 40px;
  width: 95px;
  text-decoration: none;
}


#menuTop {
  background: #780900;
  border-bottom: 1px solid #999;
  float: right;
  height: 16px;
  padding: 4px 5px 0 5px;
  text-align: right;
  width: 588px;
}

#menuTop a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
}

#menuTop a:hover {
  text-decoration: underline;
}

#headerPicture {
  clear: right;
  float: right;
  height: 138px;
  width: 598px;
}

#searchBox {
  background: #90947b url(../img/search_bg.gif) left bottom no-repeat;
  clear: left;
  float: left;
  height: 59px;
  overflow: hidden;
  width: 177px;
}

#searchBox input.s_word {
  border: 1px solid #780900;
  margin: 14px 0 0 50px;
  width: 112px;
}

#searchBox .s_button {
  border: none;
  height: 16px;
  margin: 5px 0 0 144px;
  width: 20px;
}

/***************************************************************************
* Main
***************************************************************************/

#main {
  background: url(../img/main_bg.gif) top repeat-y;
  margin-top: 10px;
  overflow: hidden;
  width: 775px;
}

/***************************************************************************
* Navigation
***************************************************************************/

/* Main Navigation
***************************************************************************/

#navigationMain {
  background: #fff;
  float: left;
  overflow: hidden;
  padding-bottom: 10px;
  width: 175px;
}

#menuMain {
  overflow: hidden;
  text-indent: 9px;
  width: 175px;
}

#menuMain ul {
  list-style-position: outside;
  list-style-type: none;
  overflow: hidden;
  width: 175px;
}

#menuMain ul li {
  background: url(../img/menuItemSeparator.gif) bottom repeat-x;
  padding: 5px 0 5px 0;
  width: 174px;
}

#menuMain ul li.hasSubItem {
  padding: 0;
}

#menuMain ul li.lastMenuItem {
  background: none;
}

#menuMain ul li a {
  color: #780900;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

#menuMain ul li ul li.menuMain-sub1 a {
  background: url(../img/arrowGrey.gif) left no-repeat;
  color: #90947b;
  font-weight: normal;
  height: 25px;
  padding-left: 17px;
  width: 158px;
}

#newsletter {
  background: #90947b url(../img/newsletter_bg.gif) bottom left no-repeat;
  color: #fff;
  height: 87px;
  margin-top: 10px;
  width: 175px;
}

#newsletter h1 {
  background: #780900;
  border-bottom: 1px solid #999;
  color: #fff;
  clear: both;
  font-weight: bold;
  overflow: hidden;
  padding: 2px 5px;
  width: 407px;
}

#newsletter .csc-text{
  padding: 5px;
}

#newsletter input {
  border: 1px solid #780900;
  margin: 4px 0 0 45px;
  width: 112px;
}

#newsletter .nl_button {
  border: none;
  height: 16px;
  margin: 5px 0 0 139px;
  width: 20px;
}

#navigationMain h1 {
  width: 169px;
}

/***************************************************************************
* Content
***************************************************************************/

#content {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 415px;
}

#content h1 {
  background: #780900;
  border-bottom: 1px solid #999;
  color: #fff;
  clear: both;
  font-weight: bold;
  overflow: hidden;
  padding: 2px 5px;
  width: 407px;
}

/*
#content h1 {
  background: none;
  border: none;
  color: #000000;
  width: 407px;
}
*/

#content h2 {
  color: #BDCC00;
  font-weight: bold;
  width: 407px;
}

#content h3 {
  color: #fff;
  font-weight: bold;
  width: 407px;
}

#content h4 {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  width: 407px;
}

#content h5 {
  color: #BDCC00;
  font-size: 1em;
  font-weight: bold;
  width: 407px;
}

#content h6 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 407px;
}

#content ul {
  list-style-type: none;
}

#content ul li {
  background: url(../img/arrowGrey_content.gif) top left no-repeat;
  margin: 3px 0;
  padding-left: 15px;
}

#content a {
  color: #780900;
}

#content input,
#content textarea,
#content select {
  border: 1px solid #999;
  color: #000;
}

/* General Content Elements
*****************************/

#content .csc-text {
  margin: 5px 0 15px;
}

#content .align-center {
  text-align: center;
}

#content .csc-menu {
  margin: 5px 0 15px;
}

#content .csc-textpic {
  margin-top: 5px;
}

#content .csc-textpic-caption {
  margin: 2px 2px 5px;
  font-style: italic;
}

#content .printLink {
  text-align: right;
}

/* Content Search Box
*****************************/

#content .tx-macinasearchbox-pi1 {
  margin-bottom: 10px;
}

#content .tx-macinasearchbox-pi1 .s_word {
  float: left;
}

#content .tx-macinasearchbox-pi1 .s_button {
  float: left;
  margin-left: 10px;
}

/* Newsletter-Subscription
*****************************/

#content .tx-tenewslettersubscription-pi1 form {
  display: inline;
}

#content .tx-tenewslettersubscription-pi1 input {
  background: #E6E6E6;
  color: #000;
  font-weight: bold;
}

#content .tx-tenewslettersubscription-pi1 .email-input {
  background: #fff;
  border: 1px solid #999;
  color: #000;
  font-weight: normal;
}

#content .tx-tenewslettersubscription-pi1 .submit-button {
  border: none;
  vertical-align: bottom;
}

/* Tabellen
*****************************/

#content .contenttable {
  border-collapse: collapse;
  margin: 5px 1px;
  padding: 5px 0;
}

#content .contenttable tr {
  padding: 5px 0;
}

#content .contenttable td {
  border: 1px solid #999;
  padding: 5px;
}

/* Teaser
*****************************/

#content .tx_sdteaser {
  clear: both;
  margin: 5px 0 10px;
}

#content .tx_sdteaser .tx_sdteaser-image {
  background: #f2f2f2;
  display: inline;
  float: left;
  height: 90px;
  margin: 0 6px 10px 0;
  text-align: center;
  width: 90px;
}

#content .tx_sdteaser .tx_sdteaser-header {
  margin-bottom: 5px;
}

#content .tx_sdteaser .tx_sdteaser-header a {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}

#content .tx_sdteaser .tx_sdteaser-text a{
  color: #000;
  text-decoration: none;
}

/* Page Navigation below Teasers
***************************************************************************/

#content .browseBoxWrap {
  padding: 0 6px 6px 6px;
  text-align: center;
}

#content .browseBoxWrap table {
  margin: auto;
}

#content .disabledLinkWrap a,
#content .inactiveLinkWrap a {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}

#content .activeLinkWrap a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.disabledLinkWrap #browseFirst {
  background: url(../img/browseFirst_inact.gif) 3px no-repeat;
}

.disabledLinkWrap #browsePrev {
  background: url(../img/browsePrev_inact.gif) 3px no-repeat;
}

.disabledLinkWrap #browseNext {
  background: url(../img/browseNext_inact.gif) 3px no-repeat;
}

.disabledLinkWrap #browseLast {
  background: url(../img/browseLast_inact.gif) 3px no-repeat;
}

.inactiveLinkWrap #browseFirst {
  background: url(../img/browseFirst.gif) 3px no-repeat;
}

.inactiveLinkWrap #browsePrev {
  background: url(../img/browsePrev.gif) 3px no-repeat;
}

.inactiveLinkWrap #browseNext {
  background: url(../img/browseNext.gif) 3px no-repeat;
}

.inactiveLinkWrap #browseLast {
  background: url(../img/browseLast.gif) 3px no-repeat;
}

/* Indexed Search
*****************************/

#content .search {
  background: #780900 url(../img/lupe.gif) right top no-repeat;
}

#content .tx-indexedsearch {
  margin: 5px 0 15px;
}

#content .tx-indexedsearch fieldset {
  border: none;
}

#content .tx-indexedsearch .tx-indexedsearch-form,
#content .tx-indexedsearch .tx-indexedsearch-search-submit {
  display: inline;
}

#content .tx-indexedsearch .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  border: 1px solid #999;
}

#content .tx-indexedsearch .tx-indexedsearch-search-submit input {
  vertical-align: bottom;
  border: 1px solid #999;
  height: 16px;
  width: 20px;
}

#content .tx-indexedsearch .tx-indexedsearch-whatis {
  display: none;
}

#content .tx-indexedsearch .tx-indexedsearch-browsebox {
  color: #000;
  margin: 20px 0 10px 0;
}

#content .tx-indexedsearch .tx-indexedsearch-browsebox ul li {
  background: none;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

#content .tx-indexedsearch .tx-indexedsearch-title a {
  color: #fff;
  float: left;
  font-size: 0.9em;
  text-decoration: none;
}

#content .tx-indexedsearch .tx-indexedsearch-percent {
  color: #000;
  float: right;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}

#content .tx-indexedsearch .tx-indexedsearch-descr {
  margin-top: 5px
}

/*#content .tx-indexedsearch .tx-indexedsearch-text-item-path {
  display: none;
}*/

#content .tx-indexedsearch .tx-indexedsearch-text-item-path {
  margin: 10px 0 20px 0;
}

#content .tx-indexedsearch .tx-indexedsearch-text-item-path a {
  background: url(../img/arrowGrey.gif) right no-repeat;
  color: #000;
  padding-right: 15px;
  text-decoration: none;
}

/* Mail Formular
*****************************/

#content .csc-mailform {
  margin: 5px 0 15px;
}

#content .csc-mailform input,
#content .csc-mailform select {
  width: auto;
}

#content .csc-mailform fieldset {
  border: 0px solid #999;
  padding: 5px 5px 0 5px;
}

#content .csc-mailform fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}

#content .csc-mailform fieldset dl {
  width: auto;
}

#content .csc-mailform fieldset dt {
  float: left;
  margin-right: 6px;
  padding: 0 0 .5em 0;
  text-align: right;
  width: 80px;
}

#content .csc-mailform fieldset dd {
  padding: 0 0 .5em 0;
  width: auto;
}

#content .csc-mailform fieldset textarea {
  width: 300px;
}

#content .csc-mailform .csc-mailform-check {
  border: none;
  width: auto;
}

#content .csc-mailform .csc-mailform-submit {
  background: #E6E6E6;
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  width: 110px;
}

/* Poll
*****************************/

#content .tx-jkpoll-pi1 h1 {
  margin-bottom: 5px;
}

#content .tx-jkpoll-pi1 img {
  margin-bottom: 10px;
}

#content .tx-jkpoll-pi1 dt {
  border: 0px solid red;
  float: left;
  margin: 4px 5px 0 0;
}

#content .tx-jkpoll-pi1 dd {
  padding: 4px 0;
}

#content .tx-jkpoll-pi1 .pollsubmit {
  background: #E6E6E6;
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 2em;
  width: 110px;
}

#content .tx-jkpoll-pi1 .votesCount {
  font-weight: bold;
}

#content .tx-jkpoll-pi1 .answer {
  padding: 3px;
  padding-left: 0;
}

#content .tx-jkpoll-pi1 .statImage {
  vertical-align: middle;
}

#content .tx-jkpoll-pi1 .statPercentage {
  text-align: right;
  width: 4.5em;
}

/* News
*****************************/

#content .tx-abnewscatmenu-pi1 {
  margin-bottom: 10px;
  text-align: right;
}

#content .tx-abnewscatmenu-pi1 select {
  border: 1px solid #000;
  font-size: 1em;
  width: 100px;
}

#content .news-amenu-container {
  margin-bottom: 10px;
  text-align: right;
}

#content .news-amenu-container select {
  border: 1px solid #000;
  font-size: 1em;
}

#content .news-list-item {
  margin-bottom: 8px;
  clear: both;
  overflow: hidden;
}

#content .news-list-image {
  background: #90947b;
  float: left;
  display: inline;
  height: 90px;
  margin: 0 6px 8px 0;
  text-align: center;
  width: 90px;
}

#content .news-list-item h3,
#content .news-list-item h3 a {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  width: auto;
}

#content .news-list-date {
  margin-bottom: 10px;
}

#content .news-list-item p,
#content .news-list-item p a {
  color: #000;
  text-decoration: none;
}

#content .news-single-item h3 {
  color: #616500;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}

#content .news-single-item .news-single-author {
  display: none;
}


#content .news-single-img {
  float: left;
  margin: 0 8px 8px 0;
  width: 226px;
}


/***************************************************************************
* Special Content
***************************************************************************/

#contentSpecial {
  background: #fff;
  color: #fff;
  float: right;
  margin-left: 5px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 175px;
}

#contentSpecial h1 {
  background: #780900;
  border-bottom: 1px solid #999;
  color: #fff;
  clear: both;
  font-weight: bold;
  overflow: hidden;
  padding: 2px 5px;
  width: 167px;
}

#contentSpecial a {
  color: #fff;
  text-decoration: none;
}

#contentSpecial .csc-text {
  padding: 5px;
  width: 165px;
}

/* Öffnungszeiten-Box
*****************************/

#mallInfoBox {
  background: #90947b;
  overflow: hidden;
  width: 175px;
}

#mallInfoBox .mallInfoLink {
  height: 11px;
  padding: 5px;
  text-decoration: none;
  width: auto;
}

#mallInfoBox a {
  text-decoration: underline;
}

#mallInfoBox .mallInfoLink a {
  background: #90947b url(../img/arrowLightGrey.gif) left no-repeat;
  float: right;
  height: 11px;
  margin-bottom: 4px;
  padding: 0;
  text-decoration: none;
  width: 11px;
}

/* Mall-Category Box
*****************************/

#categoryBox {
  background: #90947b;
  margin-top: 10px;
  overflow: hidden;
  width: 175px;
}

#categoryBox ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 5px;
}

#categoryBox li {
  margin: 0 0 3px;
}

#categoryBox li.lastItem {
  margin: 0;
}

#categoryBox a {
  background: url(../img/arrowLightGrey.gif) left center no-repeat;
  display: block;
  font-weight: normal;
  padding-left: 15px;
}

#categoryBox .categoriesLink {
  height: 11px;
  padding: 5px;
  text-decoration: none;
  width: auto;
}

#categoryBox .categoriesLink a {
  background: #90947b url(../img/arrowLightGrey.gif) left no-repeat;
  float: right;
  height: 11px;
  margin-bottom: 4px;
  padding: 0;
  width: 11px;
}

/* List ABC Box
*****************************/

#listABCBox {
  background: #90947b;
  margin-top: 10px;
  overflow: hidden;
  width: 175px;
}

#listABCBox .mallsystemLetterFilterMenu {
  overflow: hidden;
  padding: 10px;
  padding-bottom: 3px;
}

#listABCBox .mallsystemLetterFilterMenu ul {
  list-style: none;
  width: 162px;
}

#listABCBox .mallsystemLetterFilterMenu ul li {
  float: left;
  margin: 0 7px 7px 0;
}

#listABCBox .mallsystemLetterFilterMenu ul li a {
  background: #b2b4a3;
  color: #780900;
  display: block;
  height: 17px;
  padding-top: 3px;
  text-align: center;
  width: 20px;
}

#listABCBox .listABCLink {
  height: 11px;
  padding: 5px;
  text-decoration: none;
  margin-top: -1px;
  width: auto;
}

#listABCBox .listABCLink a {
  background: #90947b url(../img/arrowLightGrey.gif) left no-repeat;
  float: right;
  height: 11px;
  margin-bottom: 4px;
  padding: 0;
  width: 11px;
}


/***************************************************************************
* Footer
***************************************************************************/

#footer {
  margin-top: 10px;
  overflow: hidden;
  width: 775px;
}

#footerContent {
  background: #bcbfb0;
  height: 13px;
  padding: 2px 5px 3px;
  width: 765px;
}

#footerContent .topLink {
  background: url(../img/arrowGreyTop.gif) right no-repeat;
  color: #780900;
  float: right;
  text-decoration: none;
}

#footerContent a {
  background: url(../img/arrowRed.gif) right no-repeat;
  color: #000;
  float: right;
  margin-left: 10px;
  padding-right: 14px;
  text-decoration: none;
}

#footerExtra {
  color: #999;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: right;
  width: 765px;
}
