/*
	compact.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 media with reduced graphic capabilities such as handhelds, cell phones, console browsers, tv screens, voice browsers, braille terminals
*/

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

a {
	text-decoration: underline;
}

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

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;
}

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

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

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

.MTitle {
	display: visible;
	font-size: 12px;
	font-weight: bold;
}

.ATitle {
	display: visible;
	font-size: 10px;
	font-weight: bold;
}

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

.menu, .menu_active, .sub_menu, .sub_menu_active {
	list-style-type: auto !important;
	margin: auto !important;
	border: none !important;
	padding: 0px !important;
}

/* versteckte Elemente */

.no_print {
	display: none !important;
}
