html, body {
 margin:0em;
 padding:0;
 width:100%;
}


#content {
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	line-height: 1.6;
	clip: auto;
	text-align: justify;
	padding: 2em;
	margin-left: 0em;
	margin-top: 4em;
}

#mtop {
	position: fixed;
	background-color: #A6A6A6;
	top: -1px;
	left: 1px;
	right: 1px;
	/* Keine Höhenangabe, sonst wächst die Ebene schneller als die Tabelle */
	/*height: 2em;*/
	/*padding: 0.5ex;*/
	/* Min-Height wegen Tabelle nicht nötig! Wenn keine Flaggen?*/
	/*min-height: 36px;*/
	/*height:2em;*/
	border-right-width: thin;
	border-right-style: outset;
	border-bottom-width: thin;
	border-bottom-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 1.8;*/
	background-image: url(../icons/circuit-pattern.jpg);
	z-index: 10;
	overflow:visible;
	/*width: 100%;*/  /* besser nicht einstellen, sonst geht leiste über rechten rand hinaus */
}

/* Only for IE 6.0 */
* html #mtop {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop) /* ohne diese Anweisung scrollt mtop mit */
}

.toptbl {
	/*font-size: smaller;*/
	vertical-align:middle; /* funktioniert nicht */
	width:100%;
	position: relative;
	margin: 0.5em;
}


body {
	background-color: #E9E9E9;
	background-image:url(../icons/circuit-pattern1.jpg);
	background-attachment: fixed;
	/*font-size: small;*/
	/*overflow: auto;*/  /* Gibt Ärger mit Mozilla! */
}



.antifloat {
	visibility: hidden;
	clear: both;
	height: 1em;
}
.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;
}
.contain {
	text-align: justify;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 70%;
	float: right;
}


#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;
}

.nebbild {
	text-align: left;
}
.logbook {
	/* font-size: smaller; */
	text-align: left;
	vertical-align: middle;
	width: 95%;
}

/* Bildunterschrift */
.botcap {
	font-size: smaller;
	text-align: center;
}

.imgRightcap {
  caption-side: right;
}

img {
	border-top: double #8A8A8A;
	border-right: double #8A8A8A;
	border-bottom: double #8A8A8A;
	border-left: double #8A8A8A;
}

a * img {
	color: red;
}
