body {
	background-color:white;
	color:#003366;
	margin:0px;
}

/* Linkfarben */
a:link { color:#016740; }
a:visited { color:#003366; }
a:active { color:#003366; }

form, input { display:inline; }

/* Trennlinien (wird zwischen navigation und inhalt verwendet) */
hr { border: 1px solid #016740; }

/* Tabellenformat der Galerie */
table.gal { border:0px dashed #80B3A0; border-spacing:10px;}
table.gal td { border: 0px solid #016740; padding:0px; text-align:center; vertical-align:middle; padding-left:20px; padding-right:20px; padding-bottom:20px;}

div.pre { 
	font-family:Courier New;
	font-size:90%;
}

/* Position etc. der Navigation */
div#menu {
	/* Macht dass es nicht mitscrollt, funzt in IE leider nicht */
	position:fixed;	
	top:0px;
	left:0px;
	width:100%;
	z-index:3;
	background-color:#D7FFB9;
	border-bottom: 2px solid #016740; 
	/* height:107px; */
	height:122px;
}

/* Abstand der Menuelinks zum linken rand */
div#menu table {
	padding-left:5px;
}

/* Position etc. vom Inhalt */
div#content {
	position:absolute;
	top:170px;
	left:8px;
	right:160px;
	z-index:1;
}

div#ads {
	position:fixed;
	/* position:absolute; */
	width:160px;
	right:0px;
	/*top:107px;*/
	top:122px;
	bottom:0px;
	z-index:2;
	border-left: 2px solid #016740;
	background-color:white;
}

