/*
	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: 11px;
	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;
}

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


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

#subnav {
	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;
}

.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, .undermenu, .undermenu_active {
	list-style-type: none !important;
	margin: auto !important;
	border: none !important;
	padding: 2px !important;
}

.menu_active, undermenu_active{
	font-size: 12px;
	font-weight: bold;
}

/* versteckte Elemente */

.no_print {
	display: none !important;
}
