@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_too_print.css : 2004.11.26
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

#col-b {
display:none;}

#col-c {
display:none;}

}

#masthead, #footer
{
display:none;
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}


.hizkuntza {
display:none;}

.pasahitza{
display:none;}

#burua {
display:none;}

.burua1 {
display:none;}

.erabiltzaile{
display:none;}

.denda{
display:none;}

.lista_oina {
display:none;}

.zutabea {
	width: 144px;
	height: 250px;
	float: left;
	margin: 10px 6px 20px 0;
	padding: 5px;
	padding-bottom: 10px;
	display: block;
}

* html #footer
{
display:none;
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
body *
{
	background-color: #fff;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}

/******************************************************************************/