
@media all {
	
	body, table.output td  {
		font-size:16px;
	}
	
	a, p {
		font-size:16px;
	}
	h1, h2 {
		font-size:16px;
	}
	
	div.rubrik {
		font-size:14px;
	}
	
	div.container {
		width:768px;
	}

	div.container.opened {
		width:1024px;
	}

	div.container.closed {
		width:768px;
	}
	
	div.menu.opened {
		width:252px;
		height:768px;
	}
	
	div.content {
		width:768px;
	}

	div._info {
		width: 728px;
		height: 30px;
	}

	div._output {
		width: 728px;
		min-height:186px;
	}

	table.output {
		min-width:300px;
	}

	div.output img {
		padding-left:50px;
	}
	
	div._inner_output {
		width: 500px;
		margin-right:auto;
		margin-left:auto;
	}
	
}
