/*
 *             Printer optimized stylesheet
 *
 * (c) 2005 Martin Unger (martin.ung@utanet.at) 
 *
 * License: GPL (http://www.gnu.org/copyleft/gpl.html)
 */

/* Alles Webpage spezifische ausblenden... */
.leftmenu, .searchbox, .breadcrumbs, .pageactions, 
#footer, #footer ul, #column-one{
    display:none;
}

body {
	
	font-family: "Arial", sans-serif;

}

/* Show links as normal text*/
a {
    text-decoration:none;
    color: black;
}

/*Show the table on the main page*/
table.front {
	width: 100%;	
}

td.full {
	width: 99%;
	padding: 0% 2% 1% 2%;
	border: 2px solid #dfdfdf;
	vertical-align: top;
}

td.quarter {
	width: 24%;
	padding: 0% 2% 1% 2%;
	border: 2px solid #dfdfdf;
	vertical-align: top;
}

#column-content{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
