/* 
Titel: Druck-Stylesheet
Autor: Ulf Mayer - http://navigate.de
*/

/*- Allgemeine Angaben */
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  border:0;
}

body {
  color: #000;
}

a {
  color: rgb(176,0,67);
  font-weight: bold;
}

div#kopfbereich {
  border-width: 20px 0 0 0;
  border-color: rgb(176,0,67);
  border-style: solid;
  background: none !important;
}

div#linkeSpalte, div#rechteSpalte, div#fussbereich, div#rastattLink {
  display: none;
}

div#mittlereSpalte {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

div.eventBlock {
  background: #EAEAEA;
  border: 1px solid #a0a0a0;
  /*
	margin: 0 0 10px 0;
  width: 97%;
  `*/
  color: #000;
}

div.eventBlockAlternativ {
  background: #DDD;
}

div.impressum {
  display: block;
  position: absolute;
  top: 35px;
  left: 5px;
}

div.impressum address {
	display: block;
  font-style: normal;
  color: #000;
  font-size: .6em;
  font-weight: bold;
  line-height: 1.5em;
}
div.workingMessage {
display: none;
}
