
/* Hides all the elements irrelevant for printing */

.linke_spalte,
.fusszeile,
.box .top,
.box .bottom,
.google_200x200,
.google_200x200_2er_1,
.google_180x150_2er_2,
.google_336x280
{
   display: none;
}

.box    {
   margin-left: 0px;
   width: 100%;
   text-align: left;
   background-color: white;
}

.boxinhalt {
   margin: 0px;
}

* html .boxinhalt {        /* für IE */
 height: 0px;
}


.printversion_header, .printversion_footer {
   display: block;
   color: #ACA899;
   margin-top: 20px;
   margin-bottom: 20px;
}

.printversion_header {
   border-bottom: 2px solid #ACA899;
   padding-bottom: 15px;
}

.printversion_footer {
   clear: both;
   border-top: 2px solid #ACA899;
   padding-top: 15px;
}

p.printinfos {
   font-size: 0.8em;
   margin: 0;
}



/* ============================================================== */

h1	{
    font-size: 1.5em;
		margin-top: 0px;
		margin-bottom: 30px;
}

h2	{
		font-size: 1.0em;
		font-style: italic;
		margin-top: 20px;
		margin-bottom: 20px;
}

h3	{
		font-size: 0.8em;
		font-style: italic;
		margin-top: 15px;
		margin-bottom: 10px;		
}

h4	{
		font-size: 0.8em;
		font-style: italic;
		margin-top: 10px;
		margin-bottom: 8px;
    font-weight: normal;		
}

p	{
		margin-top: 5px;
}




/* ============================================================== */

.neben_google_200x200 {
   margin-left: 0px;
   min-height: 0px;
}

* html .neben_google_200x200 {        /* für IE  */
  height: 0px;
}





