/* ************************ Druck-CSS ************************* */

html, body {
	background-color: White;
	color: Black;
}

td {
	color: Black;
}

td{
	border-color: #999792 ! important;
}


#layout-col1 {
	width: 2px;
}

#layout-col2 {
	/* Spalte 2 */
	width: 0;
}

#layout-col3 {
	/* Spalte 3 */
/*	width: inherit;*/
}

#layout-col4 {
	/* Spalte 4 */
	width: 2px;
}

#layout-topborderrow {
	/*Erste Zeile*/
	height:2px;
}

.banner {
	display: none;
}

div#header1, div#header2, div#content-main, div#layout-footer {
	margin-left:2px;
	margin-right:2px;
}

div#header1 {
	margin-top:2px;
}

#header1 {
	background-color: White;
	background-image: none;
}

div#header1 {
	height:93px;
	border: 1px solid #999792 ;
	border-bottom-width: 0;
}

div#header2 {
	border: 1px solid #999792 ;
}

div#header2 img {
	width:100%;
	height:24px;
}



#layout #layout-navigationcol {
	overflow:hidden;
	padding: 0;
}

#content-main, .layout-leftcol, #layout-footer-left, #layout-footer {
	border-width: 0;
}

#navigation {
	display:none;
}


 div#layout-footer {
	clear: both;
}
/* *****************************************************
   *** Content-Formatierung                          ***
   ***************************************************** */

.content, #layout-footer {
	padding-left: 0;
	padding-right: 0;
}

/* *** &Uuml;berschriften *** */

.content h1 {
	background-color: White;
/*	color: Black;*/

}

.printlink {
  display: none;
}

.csc-linkToTop {
  display: none;
}

.csc-frame {
	border-color: #4c5b7d;
}

.csc-frame h1{
	border-bottom: 1px solid #4c5b7d;
}