/* www.speleologie.de */
/* Stylesheet fuer Bildschirmdarstellung */

/* globale Einstellungen fuer Hintergrund, Raender und Schrift */

body {
	color:#000000;
	background-color:#eeeeee;
	background-image:url(../grafiken/sinter.jpg);
	background-repeat:repeat-y;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:180px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100.01%;
}

/* Einstellungen fuer das Navigationsmenue */
/* Menue am linken Rand positionieren */
div#menu {
	position:absolute;
	top:20px;
	left:10px;
	bottom:0px;
	padding:5px;
	width:130px;
}

/* Einstellungen fuer Links innerhalb des Menues */
#menu a:link {
	display:block;
	color:#3e56ce;
	background-color:transparent;
	text-decoration:none;
	font-size:90%;
	padding:4px;
	margin-bottom:5px;
}
#menu a:visited {
	display:block;
	color:#36b236;
	background-color:transparent;
	text-decoration:none;
	font-size:90%;
	padding:4px;
	margin-bottom:5px;
}
#menu a:hover {
	display:block;
	color:#ff0000;
	background-color:transparent;
	text-decoration:none;
	font-size:90%;
	padding:2px;
	border-style:outset;
	border-width:2px;
	border-color:#eeeeee;
	margin-bottom:5px;
}
#menu a:active {
	display:block;
	color:#ff0000;
	background-color:transparent;
	text-decoration:none;
	font-size:90%;
	padding:2px;
	border-style:inset;
	border-width:2px;
	border-color:#eeeeee;
	margin-bottom:5px;
}


/* Einstellungen fuer den Textkoerper */
div#inhalt {
	max-width:40em; /* Zeilenlaenge von ca. 80 Zeichen wg. besserer Lesbarkeit */
	overflow:visible;
}
/* Links innerhalb des Fliesstextes */
a:link {
	background-color:transparent;
	color:#3e56ce;
	text-decoration:none;
}
a:visited {
	background-color:transparent;
	color:#36b236;
	text-decoration:none;
}
a:hover {
	background-color:transparent;
	color:#ff0000;
	text-decoration:underline;
}
a:active {
	background-color:transparent;
	color:#ff0000;
	text-decoration:underline;
}
h1 {
	text-align:center;
	border-right-width:thin;
	border-right-style:solid;
	border-right-color:#4b4b4b;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#4b4b4b;
}
h2 {
  color:#333333;
  background-color:transparent;
}

/* Autor der Webseite */
p.maillink {
	text-align:center;
	font-size:small;
}

/* fuer Literaturzitate */
p.bib {
	margin-left:50px;
	text-indent:-50px;
}

/* Autor in Literaturzitaten */
.autor {
	font-variant:small-caps;
}

/* Personen im Text */
.person {
	font-variant:small-caps;
}


/* biologischer Begriff im Text */
.spezies {
	font-variant:small-caps;
}

/* horizontale gestrichelte Trennlinie */
div.linie {
    border-top-style:dashed;
    border-top-width:1px;
    border-top-color:#4b4b4b;
    margin-left:5%;
    margin-right:5%;
}

/* Ungeordnete Aufzaehlung in Forschungsberichten*/
ul.fberichte li {
    list-style-image:url(../grafiken/blball.gif);
    margin-bottom:1em;
}

/* zentrierte Objekte */
.zentriert {
    text-align:center;
}

/* Grafiken linksbuendig einbetten */
img.links {
	float:left;
	margin:5px;
	border-width:1px;
	border-style:solid;
  border-color:#333333;
}
/* Grafiken rechtsbuendig einbetten */
img.rechts {
	float:right;
	margin:5px;
	border-width:1px;
	border-style:solid;
  border-color:#333333;
}

