/* Print-CSS für www.openuponline.de */


/********************/
/* GLOBALE-ELEMENTS */
/********************/
body {
	background-color: #fff;
	font-family: "times new roman",times,serif;
	color: #000;
}


/*********/
/* LINKS */
/*********/
/* hinweis: standard Links */
a { 
	font-family: "times new roman",times,serif;
}
/* hinweis: aktivierter Links */
.a_active { 
	font-family: "times new roman",times,serif;
}
/* hinweis: Links auf der Kontrastfarbe */
.a_negative { 
	font-family: "times new roman",times,serif;
	color: #036;
}


/****************************************************/
/* BANNER-TOP - SHOPCART - MENU-HEADLINE - LANGUAGE */
/****************************************************/
#banner_top {
	display: none;
}
#menu_headline {
	display: none;
}
#shopcart {
	display: none;
}
#language {
	display: none;
}
#banner_top2 {
	display: none;
}


/*********************/
/* MENU-CATALOG-ROOT */
/*********************/
/* hinweis: Hier werden alle Angaben fuer das Warengruppenmenue unter dem Banner getroffen */
#menu_root {
	display: none;
}


/********************/
/* CONTENT-FRAMESET */
/********************/
/* hinweis: Hauptcontainer fuer alles unter dem Banner/Warengruppenmenue */
#content_frame {
	width: 100%;
}
/* hinweis: Container fuer alle Extensions auf der linken Seite */
#portlet_left {
	display: none;
}
/* hinweis: Container fuer alle Extensions auf der rechten Seite */
#portlet_right {
	display: none;
}
