﻿@media print
{
	#navigation-container
	{
		display: none;
	}
	a
	{
		color: black;
		text-decoration: none;
	}
	
	ul#subnavigation
	{
		float: left;
		display: inline; /* fix ie6 double margin bug */
		width: 100%;
		font-weight: normal;
		font-size: 12px;
		margin: 0px 0px 0.3cm 0.7cm;
		padding: 0cm;
		line-height: 16px;
	}
	ul#subnavigation li
	{
		list-style-type: none;
		display: block;
		width: 60%;
		margin: 0px;
		padding: 0px;
	}
	ul#subnavigation li.left-column
	{
		clear: left;
		float: left;
		width: 30%;
		margin: 0px;
		padding: 0px;
	}
	
	#scroll-content
	{
		height: auto;
		overflow: visible;
	}
	
	#area-space
	{
		display: none;
	}
	#area-image, #left-content-image1, #left-content-image2
	{
		float: left;
		width: 33%;
		height: auto;
	}
	#left-large-image-container h3
	{
		clear: both;
	}
	#left-content-text-container
	{
		clear: both;
	}
	#right-content-container
	{
		clear: both;
	}
	#main-content-image
	{
		width: 33%;
		height: auto;
	}
	h1
	{
		margin-top: 0px;
		margin-bottom: 0.3cm;
	}
	h2, h3, h4, .title
	{
		padding-top: 0.3cm;
		margin-top: 0px;
		margin-bottom: 0.15cm;
		font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
		letter-spacing: 1px;
		font-weight: normal;
	}
	h2
	{
		font-size: 30px;
	}
	h3
	{
		font-size: 30px;
	}
	h4
	{
		font-size: 24px;
	}
	h4 .slashes
	{
		display: none;
	}
	p
	{
		margin-top: 0.2cm;
		margin-bottom: 0.2cm;
	}
	.slashes
	{
		font-style: italic;
	}
	.live
	{
		font-style: italic;
		font-weight: bold;
	}
}
