/*
  main.css, v1.0 2008/09/08 21:04:00 b2wei
  Gestaltung, Design Andreas Schmieding : Grafikdesigner
  http://www.andreasschmieding.com

  Technische Umsetzung Andreas Buchwald : B2wei : Webentwicklung
  http://www.b2wei.de

  Copyright (c) 2008 sport-palast.com

*/

/*
  bg hellgrau:  #bdbec0
  schrift schwarz: #000
  schrift rot:  #d71711
  
  Logo alt: 377px x 78px
        23.56em x 4.88em
        
  Logo neu: 315px x 78px
	19.69em x 4.88em
        
  Margin top: 3.13em
  Linker Rand Logo: 2em
  Linker Rand Menü: 2.63em
  
  Breite gesamt 900px: 56.25em
  Breite Menü:         17.81em
  Breite Content:      38.44em
*/

/* ----- RTE classes -------------------------------------------------------- */
span.roterText {
	color: #d71711;
}

/* ----- Common CSS --------------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}
body {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  /* background: url(../../zufallsbilder_header/bg_fussball.jpg) no-repeat #bdbec0; */
  background: no-repeat #bdbec0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  color: #000;
}
a {
  color: #d71711;
  text-decoration: underline;
}
a:link,
a:visited {
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
}
p {
  line-height: 1.2em;
}
h1 {
  font-size : 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  padding-bottom: 0.5em;
  font-size: 1.1em;
}
h1, h2, h3 {
  font-weight: normal;
  color: #d71711;
}
h1, h2, p {
  padding-bottom: 0.9em;
}
p, ul, fieldset, #fontSize {
  font-size: 0.7em;
}
img {
  border: none;
}
hr, legend, .hide, .submitHidden {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px;
  width: 1px;
}
legend {
  display: none;
}
fieldset {
  border: none;
}
.clearBoth {
  clear: both;
}

/* ----- Layout ------------------------------------------------------------- */
#wrapHeader,
#wrapContent,
#wrapFooter {
  width: 56.25em;
  text-align: left;
}

/* ----- Layout Metanavigation ---------------------------------------------- */
/*
#wrapMetaNav {
  margin-bottom: 0.5em;
  height: 1em;
}
*/

/* ----- Layout Header ------------------------------------------------------ */
#wrapHeader {
	height: 11em;
}
#logo {
  padding-top: 3.13em;
  padding-left: 2.45em;
}

/* ----- Layout Content ----------------------------------------------------- */
/*
#wrapContent {
  padding: 2.5em 0 2em 0;
  background: #d7d3cf;
}
#boxContentLeft {
  padding-left: 1.25em;
  width: 9.35em;
  text-align: right;
  float: left;
}
#boxContent {
  padding-right: 10.1em;
  width: 33.65em;
  float: right;
}
*/
#boxContentLeft {
	/* Gesamtbreite: 17.60em */
	margin-left: 2.63em;
  width: 14.97em;
  text-align: left;
  letter-spacing: 0.1em;
  float: left;
}
#boxContent {
  width: 38.65em;
  float: right;
}

/* ----- Layout Contentfooter ----------------------------------------------- */
#contentFooter {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #000;
}
.gotoTop {
  float: right;
}
.gotoTop a {
  padding-right: 15px;
  background: url(../res/blt_goto_top.gif) right top no-repeat;
}
.printVersion {
  float: left;
}
.printVersion a {
  padding-left: 18px;
  background: url(../res/printer.gif) no-repeat;
}
.lastAccess {
  clear: both;
}

/* ----- Layout Footer ------------------------------------------------------ */
/*
#wrapFooter {
  padding: 0.5em 0 0.5em 12.5em;
  width: 43.75em;
  color: #f3f1f1;
  border-bottom: 0.1em solid #d7d3cf;
}

#wrapFooter p {
  font-size: 0.7em;
  padding-bottom: 0.1em;
}
#wrapFooter p a {
  color: #f3f1f1;
  text-decoration: underline;
}
#wrapFooter p a:link,
#wrapFooter p a:visited {
}
#wrapFooter p a:focus,
#wrapFooter p a:hover,
#wrapFooter p a:active {
  color: #f3f1f1;
  text-decoration: none;
}
*/

/* ----- Globale Suche ------------------------------------------------------ */
#globalSearch {
  /* float: left; */
}
#globalSearch #search,
.submit {
  border: 1px solid #000;
}
#globalSearch input#search {
  width: 12em;
  color: #000;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  background: none;
}
#globalSearch #search:focus,
#globalSearch #search:hover {
  background: #fff;
}
.searchResultItem {
  border-bottom: 1px dotted #000;
}

/* ----- Hauptnavigation ---------------------------------------------------- */
/* ----- Erste Ebene ----- */
#mainNav {
	width: 12em;
  list-style: none;
  text-transform: uppercase;
}
#mainNav a {
}
#mainNav li {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px dashed #000;
  display: block;
}
#mainNav li a {
  color: #000;
  text-decoration: none;
}
#mainNav li a:link,
#mainNav li a:visited {
}
#mainNav li a:focus,
#mainNav li a:hover,
#mainNav li a:active,
#mainNav li.active a {
  color: #d71711;
}

/* ----- Zweite Ebene ----- */

#mainNav li ul {
  font-size: 0.9em;
  list-style: none;
  color: #000;
  background: none;
  text-transform: none;
}
#mainNav li ul li {
	margin-top: 0.4em;
	margin-bottom: 0;
	padding-bottom: 0;
  color: #000;
  border: none;
  background: none;
}
#mainNav li ul li a {
  color: #000;
  background: none;
}
#mainNav li ul li a:link,
#mainNav li ul li a:visited {
  color: #000;
  background: none; 
}
#mainNav li ul li a:focus,
#mainNav li ul li a:hover,
#mainNav li ul li a:active,
#mainNav li ul li.active a {
  color: #d71711;
}

/* ----- Dritte Ebene ----- */
/*
#subNav li ul li ul {
}
#subnav li ul li ul li a {
}
#subNav li ul li ul li a:link,
#subNav li ul li ul li a:visited {
}
#subNav li ul li ul li a:focus,
#subNav li ul li ul li a:hover,
#subNav li ul li ul li a:active,
#subNav li ul li ul li.active a {
}
*/

/* ----- Metanavigation ----------------------------------------------------- */
#metaNav {
  list-style: none;
}
#fontSize {
  margin-top: 0.4em;
}
#metaNav,
#fontSize {
  color: #000;
  text-transform: uppercase;
}
#metaNav a,
#fontSize a {
  color: #000;
  text-decoration: none;
}
#metaNav a:link,
#metaNav a:visited,
#fontSize a:link,
#fontSize a:visited {
}
#metaNav a:focus,
#metaNav a:hover,
#metaNav a:active,
#metaNav li.active a {
  color: #d71711;
}
#metaNav li {
  margin-bottom: 0.4em;
}

/* ----- Content ------------------------------------------------------------ */
#boxContent ul {
  padding-left: 1em;
}
#boxContent ul li {
  margin-top: 0.2em;
}
#boxContent ul li ul {
  font-size: 1em;
}

/* ----- Content-image  ----------------------------------------------------- */
#contentImage {
	margin-bottom: 0.9em;
}

/* ----- Kontakt ------------------------------------------------------------ */
#content label {
  display: block;
}
#content input,
#content textarea {
  margin-bottom: 0.6em;
  width: 16em;
  border: 1px solid #505155;
  background: #d7d3cf;
  display: block;
}
#content textarea {
  width: 28em;
  height: 12em;
}
#content input:focus,
#content input:hover,
#content textarea:focus,
#content textarea:hover {
  background: #fff;
}
#content .csc-mailform-submit,
.submitButton {
  padding: 0.1em 0.3em;
  width: auto !important;
  border: 1px solid #666;
}
.checkBoxInput {
  width: auto !important;
}

/* ----- FileLink	----------------------------------------------------------- */
.fileLink img {
	vertical-align: middle;
}

/* ----- Bild im Text ------------------------------------------------------- */
.csc-textpic-imagewrap {
  
}
.csc-textpic-imagewrap dd {
  display: block;
}
.csc-textpic-caption {
  display: inline;
  font-size: 0.7em;
  font-style: italic;
}