body {
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
	marginTop: 0; 
	marginRight: 0; 
	marginBottom: 0; 
	marginLeft: 0; 
	width: auto;
}
#ebene1  { padding-top: 10px; padding-right: 10px; top: 12pt }
#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 2px dotted #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
	background: #E6E6FA;
}
#header {
	background-color: #0162C5;
	color: #CCCCCC;
}
#footer  { color: #cccccc; background-color: #333333 }

td, p, ul {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 header { font-size: 30px; font-weight: bold; }
h1 { font-size: 160%; line-height: 170%; }
h2 { font-size: 140%; line-height: 150%; }

#sidebar a  { font-weight: bold; line-height: 1em; text-decoration: none; padding: 3px; border: dotted 2px #ccc; width: 160px; display: block }
#sidebar a:link, #sidebar a:visited  { color: white; background-color: #0162c5 }
#sidebar a:hover, #sidebar a:active {
	color: #000;
	background-color: #1E90FF;
	border: 2px solid #000;
}
#current a  { color: #ffffff; background-color: #f90; border: dotted 2px #999 }
#current a:hover  { color: black; background-color: #f90; border: dotted 2px black }
#current ul:hover { color: black; background-color: #f90; border: dotted 2px black }
#sidebar ul  { list-style-type: none; margin-left: 1em; padding-left: 1em }

#sidebar li  { margin: 0px 0px 6px }
#n4shell {
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

