/**
* Design and Layout "WB-Org"
* WebsiteBaker Project <http://www.websitebaker2.org/>
* Copyright (C) 2010, Website Baker Org e.V. All rights reserved.
* License conditions: 	The special license (in addition to CC 3.0 by-nc-nd) 
* 							  	have to be asked at contact[at]websitebakers.org.
*/
/* CSS for printing */
/* Remove unwanted elements */
/* Improve colour contrast of links */

a:link, a:visited { color: #781351; }

/* Change text colour to black (useful for light text on a dark background) */
.lighttext { color: #000000; }

/* Ensure the content spans the full width */
#container, #container2, #content { width: 100%; margin: 0; float: none; }

#header, #nav, .noprint { display: none; }

#navi, #lang, #subnavi, #footer_inner, #quicklinks {
	display: none;
}

