/* 800_dvs_printversion_media_screen.css  */



/**************************************************************************
*
*  Reset body and #seite
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/
body {
	padding-top: 0px;
	padding-bottom: 0px;

	background-color: #FFF;
	margin: 1em;
}


#seite {
	border: 0px none;
	margin: 0;
	padding: 0;

	width: 99%;
	background-color: transparent;
}


/**************************************************************************
*
*  Aufheben der Spaltenbreiten und floats
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/
#hauptteil,
#fuss {
	margin-left: 0;
	margin-right: 0;
 }


/* ex navigation */
.spalte1 {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
.spalte2 {
	float: none;
	width: 100%;
	margin: 0;
}
.spalte3 {
	float: none;
	width: auto;
	margin-right: 0;
	margin-left: 0;
}


/**************************************************************************
*
*  Aufheben der Einrückungen
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/
#hauptteil .spalte2 #navrootline,
#hauptteil .spalte2 .contentelement,
#hauptteil .spalte2 .tx-dvssimplenews-singleview,
#hauptteil .spalte2 #letzte-aenderung {
	margin-left: 0;
	margin-right: 0;
}









/**************************************************************************
*
*  Reformat content for print
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/
.spalte2 {
	overflow: visible;
	width: 99%;
}

.spalte2 a 				{  color: #333; text-decoration: none;	  	}
.spalte2 a:visited  	{													  	}
.spalte2 a:hover 	  	{  color: #333; text-decoration: none; 	}


#hauptteil .spalte2 #letzte-aenderung {
	margin-top: 2em;
	color: #666;
}



/**************************************************************************
*
*  Gimmicks for the printversion
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/
#printversion-backlink a {
	display: block;

	background-image: url(bg/krbw_pfeil_links.gif);
	background-repeat: no-repeat;
	background-position: left center;

	padding-left: 15px;

}

#printversion-backlink a 				{  color: #333; text-decoration: none;	  	   }
#printversion-backlink a:visited  	{													  	   }
#printversion-backlink a:hover 	  	{  color: #333; text-decoration: underline; 	}





/* Border abschalten */
#kopf-printversion {
  border-bottom: 0px none;
}


#kopf-printversion h1 {
  font-size: 200%;
  font-weight: normal;
  padding-top: 0em;
  margin-top: 0em;
  margin-bottom:2em;
  color: #AAA;
}



#fuss-printversion {
	border-top: 1px #9EA1A5 dotted;
	padding-top: 1em;
}


/**************************************************************************
*
*  Überflüssiges Zeug ausblenden
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
***************************************************************************/

/* Inhalte */
#schatten-oben,
#kopf,
#einschub,
.horizontal-line,
.spalte1,
.tx-dvssimplenews-singleview-backlink,
.spalte3,
#fuss,
#schatten-unten {
	display: none;
}


/* schatten (1v2) */
#schatten-oben,
#schatten-unten {
	display: none;
}

/* schatten (2v2) */
#schatten-rechts {
	background-image: none;
}


/* Hauptteil - Image BGs ausblenden */
#seite,
#hauptteil  {
  background-image: none;
}




/**************************************************************************
*
*  Reset font colors to black
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
***************************************************************************/
body,
h1,
h2 {
	color: #000;
}


