@charset "utf-8";
/* CSS Document */
body {
 height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	overflow:scroll;
}
html {
 height: auto;
	margin:0px;
   padding:0px;	
	overflow:scroll;
}
td#navigation {
 height: auto;
	overflow:scroll;
	width:200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: dashed;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
td#inhalt {
 height: auto;
	overflow:scroll;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 5px;
	border: 1px none #000000;
}
#100 {
 height: auto;
}
#maintable, #infotable {
 height: auto;
}
#td_mitte {
 height: auto;
	}

#nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
visibility:hidden;
}
#nav_menu_wrapper .nav_menu { /* the menu itself */
visibility:hidden;
}

