
/* SEITENRÄNDER WERDEN FESTGELEGT */
	@page { size: 21.0cm 14.85cm;
        	margin-top: 1.7cm;
        	margin-bottom: 1.4cm;
        	margin-left: 2cm;
        	margin-right: 2cm
	}

  html, body, #header {
    background-color: #fff;
    background-image: none;
  }

  #header {
    width: auto;
    height: 87px;
 		overflow: hidden;
  }

  #container {
    width: auto;
    margin-left: 0px;
 		border: 0px solid #0f0;
	}
	
  #div_content {
    width: 100%;
    margin: 20px auto;
    border: 0px solid #f00;
  }

  #div_content * {
    font-family: arial,verdana,helvetica,sans-serif;
    color: black;
  }

  #div_content .tpl {
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
  }

  #div_content h1 {
    font-family: arial,verdana,helvetica,sans-serif;
  }

  #div_content a, #div_content .tpl a {
    color: #000;
  }

/* CSS-HACK: KEIN IE & OPERA */
  :root #div_content {
	  width: 95%;
	}

  :root #div_content .tpl {
	  font-size: 12px;
	}


	#footer {
	  font-family: arial,verdana,helvetica,sans-serif;
	}

/* ALLE ELEMENTE, DIE NICHT MIT AUSGEDRUCKT WERDEN SOLLEN */
 #rd-toolbar { display: none; }
 #subnavi { display: none; }
 #infoleiste { display: none; }
 #kglsrb { display: none; }

 #div_content .noprint { display: none; }