/* CSS Document */

html, body, h1, h2 , h3, h4, a, div, p, ul, ol, li, input, caption, legend {

  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%; }

html, body { margin: 0; padding: 0; }

/********** PrintVersion **********/

div#printheader {
  background-image:url(../images/printheader_back.gif);
  margin:0px;
  }

div#printheader img.logo {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:15px;
  }
  
/********** Ueberschriften **********/

h1, h2, h3, h4  { color: #000000; }
h1 { font-size: 105%; font-weight: bold; } 
h2 { font-size: 100%; font-weight: bold; }
h3 { font-size:  95%; font-weight: bold; }
h4 { font-size:  90%; font-weight: bold; } 

/********** Links **********/

#topheadBlock a:link    { font-weight: normal; color: #FFFFFF; text-decoration: none; }
#topheadBlock a:visited { font-weight: normal; color: #FFFFFF; text-decoration: none; }
#topheadBlock a:active  { font-weight: normal; color: #AAB3B6; text-decoration: underline; }
#topheadBlock a:hover   { font-weight: normal; color: #FFD530; text-decoration: underline; }

#contentBlock a:link    { background: none; }
#contentBlock a:visited { background: none; }
#contentBlock a:active  { background: #4A707D; }
#contentBlock a:hover   { background: #4A707D; }

/********** Ausrichtung **********/

.links  { margin-left:   10px; }
.rechts { margin-right:  10px; }
.unten  { margin-bottom: 10px; }
.oben   { margin-top:    10px; } 
.oben2  { margin-top:     3px; }

/* ********* MantelBlock ********* */

#mantelBlock { 
  background: #FFFFFF;
  width: 100%;
  }

/* ********* 1. Block ********* */

#topheadBlock {
  display: none;
  }

/* ********* 2. Block ********* */

#decorationBlock {
  display: none;
  }

/* ********* 3. Block ********* */

#breadcrumbNavBlock {
  display: none;
  }

/* ********* 4. Block ********* */

div#navBlock {
  display: none;
  }
  
/********** 4. Block mit Inhalten **********/

#contentBlock {
  border: none;
  margin: 0;
  padding: 0;
  color: #000000;
  width: 100%;
  }
  
#contentBlockInhalt {   
  margin: 1em;
  line-height: 1.3em;
  }

#contentBlockRightBackground {
  display: none;
  }  

#contentBlock p {
  font-size: 0.9em;
  color: #000000;
  text-align: left; 
  }  
  
#contentBlock span.red {
  font-size: 0.9em;
  color: #FF0000;;
  text-align: left; 
  }  


/********** 5. Block mit Fusszeile **********/

#footer {
  display: none;
  }
