/* 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: 600px;
	background-color: transparent;

	/* Wichtig! Sonst wird nur die erste Seite gedruckt */
	overflow: visible;

}


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


.spalte2 {
	float: none;
	width: 100%;
	margin: 0;
}


/**************************************************************************
*
*  Aufheben der Einrueckungen
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/
#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 {

	padding: 5px;
	padding-left:17px;
	padding-right: 15px;


	/* back arrow */
	background-image: url(icon/formidable/resultset_previous.png);
	background-position: left 4px;
	background-repeat: no-repeat;

	background-color: #FFF;

	font-weight: bold;
	color: #000;

}
#printversion-backlink a:hover {
	background-color: #FFF;
	color: #000;
	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;
}


/**************************************************************************
*
*  ueberfluessiges Zeug ausblenden
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
***************************************************************************/


/* spalten */
.spalte1,
.spalte3 {
	display: none;
}


/* Inhalte */
.horizontal-line,
.tx-dvssimplenews-singleview-backlink {
	display: none;
}


/* Hauptteil - Image BGs ausblenden */
#seite,
#hauptteil,
.csc-frame-230-verlauf-unten  {
  background-image: none;
  background-color: #FFF;
}




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





/**************************************************************************
*
*  Table in black and white
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
***************************************************************************/
th,
thead td {
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
	color: #000;
}

/*
 * color scheme
 */
table,
td,
th {
	border-color: #CCC;
}




/**************************************************************************
*
*  ueberfluessiges Zeug ausblenden
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*  Wenn direkt die Druckvorschau des Browser aufgerufen wird.
*
***************************************************************************/
#kopf2,
#navtop,
#hauptteil .spalte1,
#hauptteil .spalte3 {
	display: none;
}

#kopf {
	margin-bottom: 4px;
}
#kopf img {
	width: 566px;
	height: 67px;
}


/**************************************************************************
*
*  Dotted line + Footer
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*  Wenn direkt die Druckvorschau des Browser aufgerufen wird.
*
***************************************************************************/
#navbottom {
	margin-top: 15px;
	border-top: 1px dashed #CCC;
	padding-top: 5px;
	padding-left: 0px;

	background-image: none;
}

