/*
	noninteractive.css from 2007-09-18 version 4.0
	author: Simon Rupf <simon.rupf@int-ag.ch>
	cascading style sheet for webdesign with vertical navigation
	design for noninteractive media such as printers
*/

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}

a {
	text-decoration: none;
}

html {
	margin: 0cm !important;
	border: none !important;
	padding: 0cm !important;
	background-color: transparent !important;
	overflow: visible !important;
}

body {
	margin: 1cm !important;
	border: none !important;
	padding: 0cm !important;
	background-color: transparent !important;
	overflow: visible !important;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

#head {
	font-size: 14pt;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
}

#head img.left {
	float: left;
	width: 107px;
	height: 103px;
}

#head img.right {
	float: right;
	width: 167px;
	height: 106px;
}

#main {
	text-align: center;
}

#main h1 {
	padding-top: 2.5cm;
	padding-bottom: 0.25cm;
	font-size: 22pt;
	font-weight: bold;
}

#main h1, #main p, #main ul, #main table {
	text-align: left;
	margin: 0.5cm 0cm;
}

#main ul {
	margin-left: 1cm;
	padding-left: 0.5cm;
}

#main table {
	margin: 0cm auto;
	border: none;
	border-collapse: collapse;
	padding: 0cm;
}

#main table caption {
	margin: 0cm auto;
	padding-bottom: 0.5cm;
	font-weight: bold;
}

#main table tbody tr, #main table tbody tr td {
	margin: 0cm;
	border: none;
	padding: 0cm;
}

#main table tbody tr td.bull {
	font-weight: bold;
}

/* versteckte Elemente */

#lang, #foot {
	display: none !important;
}

