/* print.css
 * Stilmall för utskrift av sidor.
 * 
 * @author Robert Neikter
 * @date 2009-09-10
 * 
 * UPDATES:
 */

/* --- General for all templates --- */
body
{
	background-image: none;
	background-color: #FFF;
	font-size: 1em;
}

#topLinks
{
	display: none;
}

#header 
{
	display: none;	
}

#nav
{
	display: none;
}

#subnav
{
	display: none;
}

#main
{
	background-image: none;
}

#main-bg
{
	background-image: none;
	width: 100%;
}

#main-content1
{
	width: 70%;
}

#main-content2
{
	width: 193px;
}

#info
{
	background-image: none;
}

#main-start
{
	background-image: none;
}

#start-bg
{
	background-image: none;
}

#start-content1
{
	display: none;
}

#start-content2
{
	display: none;
}

/* --- Specific for tmpl_2_content_images.php --- 
#img_holder2, #img_holder4
{
	margin: 30px 20px 0 0px;
}
*/