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

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

body {
	color:#000000;
	background-color:#ffffff;
	margin-top:2cm;
	margin-right:1cm;
	margin-bottom:1cm;
	margin-left:1cm;
	font-family:Garamond,"Times New Roman",serif;
	font-size:100.01%;
}

/* Einstellungen fuer das Navigationsmenue */
/* Menue ausblenden */
div#menu {
	display:none;
}


/* Einstellungen fuer den Textkoerper */
div#inhalt {
	
}
/* 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:none;
}
a:active {
	background-color:transparent;
	color:#ff0000;
	text-decoration:none;
}
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;
}

/* 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;
}


