/*****************************************************************************/
/*                         ---- Print CSS ----
/*            titel: vrc@jku
/*              url: http://vrc.zid.jku.at
/*	          autor: Roland Hopferwieser @ GUP
/*         erstellt: 23.1.2006
/*****************************************************************************/

/* ----- Allgemeines ----- */
body {
	background:white;
	color:black;
}

a {
    color:black;
    text-decoration:none;
    font-weight:bold;
}

/*a[href^="http://"]:before, a[href^="https://"]:before {
	padding-left:5px;
    content: "\2197\00A0";
}*/

a[href^="#"]:before {
	padding-left:5px;
    content:"\2193";
}

a[href^="/"]:after {
    content: " <http://vrc.zid.jku.at/" attr(href) "> ";
	font-weight:normal;
}

a[href^="http"]:after, a[href^="https://"]:after {
    content: " <" attr(href) "> ";
	font-weight:normal;
}

/* ----- Hauptmenü ----- */
#menu {
	display:none;
}


