html, body {
 margin:0em;
 padding:0;
 width:100%;
}

#menue {
	position: fixed;
	background-color: #A6A6A6;
	top: 0px;
	bottom: 0px;
	height:expression(document.body.clientHeight - 35 + "px");	/* für IE 6.0*/
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	overflow: hidden;
	width: 10em;
	border-right-width: thin;
	border-right-style: outset;
	border-bottom-width: thin;
	border-bottom-style: outset;
	padding: 1em;
	background-image: url(../icons/circuit-pattern.jpg);
	z-index: 1;
}

#content {
	padding: 1em;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	line-height: 1.6;
	clip: auto;
	text-align: justify;
	margin-left: 13em;
	margin-top: 1em;
}

	
* html {
	height: 100%;
	width: 100%;
}

* html body {
	margin:0;
	padding: 0;
	overflow: auto;
	height: 100%;
	width: 100%; 
} 

* html #menue {
	position: absolute;
	left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft : document.body.scrollLeft); /* ohne diese Anweisung scrollt mtop mit */
}

#footer {
	position: static;
	/*margin-bottom: 1em;*/
	padding: 0.5ex;
	font-size:smaller;
	/*height: 2em;*/
	text-align: right;
	border-width: thin;
	border-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../icons/circuit-pattern.jpg);
}

#footer p {
	vertical-align: text-bottom;	/*padding: 1em;*/
	line-height: 0.5ex;
}


body {
	background-color: #E9E9E9;
	background-image: url(../icons/circuit-pattern1.jpg);
	background-attachment: fixed;
	/*font-size: small;*/
	/*overflow: auto;*/  /* Gibt Ärger mit Mozilla! */
}
.boxed {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 2px;
}

.antifloat {visibility: hidden; clear: both}

.home {
	color: #3C3C3C;
	text-decoration: none;
	text-shadow:#666666;
}

.wide {
	letter-spacing: 0.3em;
}

/* icons without border */
.icon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top: double #8A8A8A;
	border-right: double #8A8A8A;
	border-bottom: double #8A8A8A;
	border-left: double #8A8A8A;
}
