@charset "UTF-8";

/***************************************/
/* PRINT */
/***************************************/

* html body a, * html body a:hover { 
	background-color: #fff; 
}

* html { 
	padding: 0; 
	margin: 0;
}

body {
	margin:0px;
	padding:0px;
	position:relative;
}

div#wrapper { 
	margin: 0;
	padding:0;
	width: 100%;
	text-align:left;
	position:relative;
}


/* linke Spalte */
div#col1 { 
	display:none;
}

/* Content Spalte */
div#col2 {
	margin:0px;
	padding:0px;
}


/* rechte Spalte */
div#col3 { 
	display:none;
}

div#footer_wrapper {
	text-align:left;
	border-top:1px solid #000;
}

/*******************/
/* Auszublendendes */
/*******************/
div#head_rechts,
div#head_rechts_bild_groesser,
div#head_content,
div#menu,
div.footer_menu,
div.footer_copyright {
	display: none;
}


