/*
	noninteractive.css from 2006-05-20 version 3.0
	author: Simon Rupf <simon.rupf@swebflex.ch>
	cascading style sheet for webdesign with vertical navigation
	design for noninteractive media such as printers
*/

* {
	display: visible;
	border: none;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-align: left;
}

a {
	text-decoration: underline;
}

html, body {
	width: 100% !important;
	margin: 0px !important;
	border: none !important;
	padding: 0px !important;
	background-color: transparent !important;
	overflow: visible !important;
}

table {
	width: 100% !important;
}

td {
	width: auto !important;
}

#start_body {
	background-image: none;
}

#start_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/start_bg.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}

#start_link_1, #start_link_2 {
	display: block;
	position: absolute;
	top: 142px;
	height: 289px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	z-index: 2;
}

#start_link_1 {
	left: 0px;
	width: 482px;
}

#start_link_2 {
	left: 482px;
	width: 518px;
}

#start_img_1, #start_img_2, #start_img_3, #start_img_4, #start_img_5, #start_img_logo {
	position: absolute;
	margin: 0px;
	border: none;
	padding: 0px;
	z-index: 3;
}

#start_img_1 {
	left: 0px;
	top: 0px;
	width: 161px;
	height: 124px;
}

#start_img_2 {
	left: 161px;
	top: 0px;
	width: 311px;
	height: 251px;
}

#start_img_3 {
	left: 0px;
	top: 179px;
	width: 109px;
	height: 72px;
	z-index: 4;
}

#start_img_4 {
	left: 45px;
	top: 0px;
	width: 295px;
	height: 180px;
}

#start_img_5 {
	left: 359px;
	top: 0px;
	width: 115px;
	height: 93px;
}

#start_img_logo {
	left: 188px;
	top: 222px;
	z-index: 4;
}

#head {
	position: static !important;
	width: 100% !important;
	height: auto !important;
	margin: 0px !important;
	border: none !important;
	padding: 0px !important;
	padding-bottom: 20px !important;
	clear: both !important;
	overflow: visible !important;
}

#head img {
	float: none !important;
	clear: both !important;
}

#content {
	position: static !important;
	width: 100% !important;
	margin: 0px !important;
	border: none !important;
	padding: 0px !important;
	overflow: visible !important;
	text-align: left !important;
}

#info {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0px !important;
	border: none !important;
	padding: 0px !important;
	padding-bottom: 20px !important;
	overflow: visible !important;
}

.MTitle {
	display: visible !important;
	font-size: 20pt !important;
	font-weight: bold !important;
}

.ATitle {
	display: visible !important;
	font-size: 18pt !important;
	font-weight: bold !important;
}

/* versteckte Elemente */

#nav, #copy, .no_print {
	display: none !important;
}
