@charset "iso-8859-1";

/*******************************************************************************
 *  bbs.css : 2008.08.09
 * -----------------------------------------------------------------------------
 *  based on skidoo_too, restructured and extended by Axel Jindra
 *******************************************************************************/

@import url(common/base.css);

/* site specific settings -----------------------------------------------------*/

#outerColumnContainer
{
  border-left-color: #ffffff;  /* left column background color */
}
#leftColumn {
  min-height:350px;
  height:auto !important;
/*  height:350px; */
}
#middleColumn {
  padding-bottom: 1em;
}
#footer
{
  background-color: #f8f8f8;
  color: #464646;
  border-top: 2px solid #030080;
  font-size: 85%;
  text-align: left;
  height:50px;
  margin-top: -50px; /* Höhe des Footers */
}

#footer a:link, #footer a:active, #footer a:visited
{
  text-decoration: none;
  color: #464646;
}

#footer.inside {
  height: 50px;
  padding-left: 10px;
}
#footer.inside .footerFarLeft {
  float: left;
  width: 42em;
}
#footer.inside .footerLeft {
  float: left;
  width: 20em;
}

#footer.inside .footerRight {
  float: left;
  width: 20em;
}


/* colours of main navigation top/left
 */
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active {
  color: #464646;
  background: #f8f8f8;
  border-top: 1px dashed #ccc;
  }
.vnav ul li.erste a:link, .vnav ul li.erste a:visited, .vnav ul li.erste a:active {
  color: #464646;
  background: #f8f8f8;
  border-top: 0px;
  border-radius: 5px 5px 0 0;
  }
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover {
  background-color: #d4d4d4;
  color: #464646;
  }
.vnav ul li.erste a:hover, #rightColumn .vnav ul li.erste a:hover {
  background: #d4d4d4;
  color: #464646;
  }
.vnav ul li a.current, .vnav ul li a.current:link, .vnav ul li a.current:visited {
  color: #a60013;
  background: #f8f8f8;
  border-top: 1px dashed #ccc;
}
.vnav ul li.erste a.current, .vnav ul li.erste a.current:link, .vnav ul li.erste a.current:visited {
  color: #a60013;
  background: #f8f8f8;
  border-top: 0px;
  border-radius: 5px 5px 0 0;
}
.vnav ul ul li a:link, .vnav ul ul li a:visited, .vnav ul ul li a:active, .vnav ul ul li a:hover,
.vnav ul ul li a.current, .vnav ul ul li a.current:link, .vnav ul ul li a.current:visited,
.vnav ul ul li.erste a:link, .vnav ul ul li.erste a:visited, .vnav ul ul li.erste a:active, .vnav ul ul li.erste a:hover,
.vnav ul ul li.erste a.current, .vnav ul ul li.erste a.current:link, .vnav ul ul li.erste a.current:visited {
  background: #f8f8f8;
  border-top: 0px;
}
.vnav ul li a.spc, .vnav ul li a.spc:hover {
  color: #d4d4d4;
  background: #f8f8f8;
}
.vnav ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
/* horizontal navigation
 */
.hnav ul li a:link, .hnav ul li a:visited
{
  color: #464646;
}
.hnav ul li a:hover
{
  color: #a60013;
}
.mright 
{
  float: right;
}
.mleft
{
  float: left;
}
.mleft ul li a {
  background: url(../pixels/menu-normal.gif) bottom repeat-x;
}
.mleft ul li a.aktiv {
  background: url(../pixels/menu-active.gif) bottom repeat-x;
}

/* rootline navigation
 */
#middleColumn .rootline, #rightColumn .rootline,
#middleColumn .rootline a:link, #middleColumn .rootline a:visited
{
  color: #bfbfbf;
}

/* lotsa links
 */
#middleColumn a, #middleColumn a:link, #middleColumn a:visited
{
  color: #030080;
}
#middleColumn a:hover, .domtab p a:hover
{
  color: #a60013;
}

thead {
  font-style: italic;
}

/* background images
 */
#pageWrapper {
  background: url('../pixels/header-grafik-2023.png') right -10px no-repeat;
}
#leftColumn .inside {
  margin-top: 0px;
}
.vnav ul.groesser {
  margin-bottom: 0px;
}

/* no right column
*/
#rightColumn { display: none; }
#SOWrap { margin: 0; }
#innerColumnContainer, #outerColumnContainer { border-right-width: 0; }

/* neue Abmessungen
 */
body { width: 1024px; }
body, html { 
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
}

#pageWrapper { 
  width: 1024px;
  font-size: 90%;
  height: auto; 
  min-height: 100%;
}

#outerColumnContainer { 
  border-left: solid white 216px;
  padding-bottom:50px;
}

#leftColumn {
  margin: 0 1px 0 -216px;
  width: 216px;
  background-color: white !important;
}
#rightColumn {
  margin: -1px -216px 0 1px;
  z-index: 2;
}

#middleColumn .inside {
  padding: 0 0 0 1em;
  line-height: 135%;
}