/* Verstecke Navigationpositionierung vor Mac IE 5.x \*/

/* using css-tables for positioning the navigation bar */
/* html { display: table } */
body { display: table; }
.page { display: table-row; }
.document {	display: table-cell; }
.navigation { display: table-cell; vertical-align: top; }

/* do a newline for css-table capable browsers */
span.csswrap { display: table-row; }

.document {	
	padding-left: 2em;
	padding-right: 2em;
	margin-left: 2em;
}

span.csswrap { 
	display: list-item; 
	list-style-type: none;
}
/* nur anzeigen, wenn nachfolgendes CSS nicht verwendet wird */
hr.nocss { display: none; }

.navigation {
/*  top: 0em;*/
	min-width: 20%;
	margin: 0em;
	border-right: 3px dotted;
	padding: 0.5em 1.5em 0em 0.5em;
}

/* 
Another comment, now with a normal end-of-comment marker. Explorer
sees the end of this comment as the end of the previous one. 
*/
