
/** Allgemeine Elementanweisungen */

body {
  position: static; /* typolight.css ueberschreiben */
  color: #000 !important;
  font-family:  font-family: "AvenirNextLTW01-Condens_721299", verdana, arial, sans-serif; font-weight: normal;
  font-size:  100.01%;
  line-height: 100%;
  text-align: left; /* typolight.css ueberschreiben */
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, blockquote {
  padding: 0;
  margin: 0;
  color: #000;
}

img {
  border: none;
  vertical-align: bottom;
}

form {
  margin: 0;
  padding: 0;
}

select,
input,
textarea {
  font-size: 100%;
  font-family: verdana, arial, sans-serif;
}

hr {
  display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Verstecken */

#thegreatwrapper, #page-header_orange, #header_left, .sprunglinks,
#logo, #schriftzug, #schriftzug_min, #navi_book 
{
  display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Allgemeine Klassen */


.invisible {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/



#wrapper_pb { width: 100%; }
#wrapper_pb .inside { width: 100%; }
#content { width: auto; margin-right: 20px; }

#page-header { position: static; width: 100%; }
#wrapper_h { position: relative; width: 100%; height: auto; margin: 0 auto; z-index: 11; }
#header_right { float: none; width: 100%; margin: 0px; top: 0; float: none; }

#menubar { height: auto; margin-left: 0; margin-bottom: 1rem; padding: 0 0 5px 0; }
#menubar nav { height: auto; margin-left: 0; background-color: #A9301B; padding: 0; }

#content { width: auto; margin: 2%; padding: 2% 2% 30px 2%;}


	
#schriftzug_print {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

#menubar { margin-left: 0; margin-top: 30px; border-top: 2px solid #222222; border-bottom: 2px solid #222222; }

#menubar nav { height: auto; margin-left: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#menubar nav ul { padding: 1% 4% 0.5% 4%; }

#navi, #navi_bread { margin-top: 5px; margin-bottom: 8px; font-size: 17px; letter-spacing: 0rem; color: #222222; }
#navi_bread { margin-left: 4%; }

#navi a:link, #navi a:visited, #navi a:hover,  
#navi_bread ul li:before, #navi_bread ul li.active:before,
#navi_bread a:link, #navi_bread a:visited, #navi_bread a:hover, 
#content, #content h1, #content h2, #content a:link, #content a:visited, #content a:hover,
#navi_bottom a:link, #navi_bottom a:visited, #navi_bottom a:hover { color: #666666; }


h1 {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 40px;
  margin-bottom: 10px;
  color: #222222; 
}

h2 {
  font-size: 17px;
  line-height: 1.4;
  margin: 25px 0 10px 0;
  color: #222222; 
}

h3 {
  font-size: 14px;
  line-height: 1.4;
  color: #222222; 
}

h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #222222; 
}

h5 {
  font-size: 11px;
  line-height: 1.4;
  color: #222222; 
}

h6 {
  font-size: 11px;
  line-height: 1.4;
  color: #222222; 
}

p,
th,
td {
  font-size: 11px;
  margin: 10px 0;
}

#content a { font-size: 12px; } 

thead { display: table-header-group }
tbody { display: table-row-group }
.programm .cyan { background: #009EE0; border: 1px solid #009EE0; padding: 5px; }
.programm .mag { background: #E75094; border: 1px solid #E75094; padding: 5px; }

#page-footer { margin: 0; border-top: solid 2px #222; }
