html {
	height:100%; 	/* full window */
}

body {
	font-size:100.01%;
	font-family:'trebuchet ms',arial,sans-serif;
	margin:0;
	padding:0;
	height:100%; 	/* full window */
	color:#5444;
	
}

#all {
	/* full window */
	min-height:100% !important;
	margin-bottom:-2em;
}

* html #all {
	height:100%; 	/* full window */
	}

#content {
	position:relative;
	padding:0;
	margin:0;
	}


div {
}

/* Hauptspalten ************************************************************************** */



#left {
	width:15em;
	position:absolute;
	margin-top:210px;
	}
		
#main {
	padding-left:18em;
	margin-bottom:3em;
	margin-top:0;
	}
	
#text {
	padding-top:4em;
	z-index:999;
	}
	

/* Menu ********************************************************************************** */

#left ul {
	list-style-type:none;
	z-index:999;
	margin:0 0 0 5ex;
	padding:0;
	}
#left li {
	font-size:80%;
	margin-top:1.5ex;
	line-height:115%;
	font-style:normal;
	color:gray;
	padding-left:1em;
	}
#left ul ul {
	margin-left: -1em;
	}
#left ul ul li {
	font-size:100%;
	color:black;
	}
#left a {
	color:gray;
	text-decoration:none;
	}
#left a:hover {
	text-decoration:underline;
	}
#left ul ul a {
	color:black;
	}	
#left li.here {
	background:	none;
	}
#left ul ul li.here {
	background:	url(/backs/menuleftdot.gif) left center no-repeat;	
	}
#left ul ul li.here[class] {
	background-position: left center;	
	}

		
/* Kopf ********************************************************************************** */

#head1 {
	color:black;
	padding-top:0.5ex;
	padding-bottom:0.5ex;
	}
#head1 p {
	margin:0;
	text-align:right;
	}
#head1 a {
	text-decoration:none;
	color:black;
	}	
	
#head2 {
	color:gray;
	}
#head2 ul {
	text-align:right;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	}
#head2 li {
	font-size:86%;
	color:black;
	display:inline;
	padding-left:1em;
	background:	url(/backs/menutopdot.gif) 0.8ex 1.4ex no-repeat;
	}
#head2 li.mtop1 {
	background:none;
	}
#head2 a {
	text-decoration:none;
	color:black;
	}
#head2 a:hover {
	text-decoration:underline;
	}
#head2 li.here, #head2 li.here a {
	color:gray;
	}
#einhorn {
	position:absolute;
	top:-16px;
	width:326px;
	}
#einhorn img {
	vertical-align:top;
	}	
	
#head3 {
	display:none;
	}	

/* Kapitel ******************************************************************************* */

div.chapter {
	text-align:center;
	margin:4em 0 !important;
	font-size:86%;
}
div.chapter a {
	background: url(/backs/chapterarrow.gif) center left no-repeat;
	padding:0 8ex;
	color:black;
	text-decoration:none;
}
div.chapter a span {
		background-color:white;
		padding:1px 0.5ex;
	}
a.chapterforward span.bracket {
	padding: 0 30px;
	background: url(/backs/chapterbracketforward.gif) center left no-repeat;
	}
a.chapterback span.bracket {
	padding: 0 30px;
	background: url(/backs/chapterbracketback.gif) center right no-repeat;
	}
a.chapterforward {
	background-position: center right !important;
	}
span.chapternr {
	font-size:80%;
	background: url(/backs/chapterbracketback.gif) center left no-repeat;
	}
div.chapter span.chapternr span {
	background: url(/backs/chapterbracketforward.gif) center right no-repeat;
	padding:1.5ex;
}

div.chapter span.chapterdummy {
	background: url(/backs/chapterarrow.gif) center center no-repeat;
	padding:0 11ex;
}

/* Fuß *********************************************************************************** */
	
#foot {
	color:white;
	position:relative;
	clear:both;
	height:2.1em;  
	margin:0 auto 0 auto;
}
#foot[id] {
	margin-top:-3.1em;
}
#foot p {	
	font-size:86%;
	text-align:right;
	padding:0.9ex 0 0 0;
}

#foot a {
	color:white;
	}
	
#validicons {
	margin:3em 0 !important;
	text-align:center;
}

#uplink {
	text-align:center;
	}
#uplink a {
	color:black;
	text-decoration:none;
	background: url(/backs/uparrow.gif) center no-repeat;
	}


/* div ************************************************************************************** */
	
.printonly {
	display:none;
	}
	

img {
	border:none;
	}

#content, #foot div, #head1 p, #head2 ul {
	min-width:20em;
	max-width:56em;
	width: expression(document.body.clientWidth > 890 ? "56em" : "auto" ); 
	padding-right:4em;
	}
#head1, #foot {
	background-color:#B0B0B0;
}
