/**
 * Print CSS
 *
 * @project		ngum.de
 * @author		Boris Bojic <bojic@devshack.biz>
 * @copyright	Copyright (c) 2011, Boris Bojic (DevShack)
 * @version		Mon, 25 Jul 2011 08:59:22 +0200
 * @updated		-
 *
 */

#searchcol,
#sidecol,
#teaserbox,
#footer{
	display: none;
}

#wrapper{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content{
	padding: 0;
	margin: 0;
}

#content ul{
	list-style-type: disc;
}
