@charset "utf-8";
/* CSS Document */

* {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-family: Arial;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

/* Generell keine Ränder und Hintergrund weiss */

body {
	background-color: #030;
	margin-top: 0px;
}

/* Titel */

.TabelleTitel {
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
}

.TabelleInhalt {
	background-color: #000;
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
}

.DivLeerOben {
	width: 10px;
	height:30px;
}

.DivLeerMitte {
	width: 10px;
	height:10px;
}

/*-- Felder --*/
 
.FeldTitel {
	padding: 10px;
	background-color: #FFF;
	width: 100%;
	color: #060;
}

.FeldNavi {
	padding: 10px;
	vertical-align: top;
	width: 100%;
	color: #060;
}

.FeldArt{
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #050;
	width: 100%;
	color: #060;
}

.FeldLog{
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 12px;
	background-color: #050;
	width: 100%;
	color: #060;
}

.FeldTextTitel {
	padding: 2px;
	width: 200px;
	vertical-align: top;
	text-align:left;
	background-color: black;
	font-size: 14px;
	color:#FFFFFF;
}

.FeldText {
	padding-top: 2px;
	padding-left: 2px;
	vertical-align: top;
	background-color: #0F0F00;
	width: 300px;
}

.FeldTextFuellung {
	padding: 2px;
	vertical-align: top;
	background-color: #0F0F00;
}


.FeldLeer {
	padding: 2px;
	vertical-align: top;
	background-color: black;
	width: 200px;
}

/*-- Text --*/

.TextTitel {
	font-style: normal;
	font-weight: normal;
	color: black;
	font-size: 30px;
	text-align: left;
}

.TextLatein {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
.TextDeutsch {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.TextBeschreibung {
	padding-left: 20px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	font-size: 14px;
	text-align: left;
}

.TextListe {
	font-style: normal;
	font-size: 14px;
	color: #999;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	margin-left: 20px;
	margin-top : 0px;
	margin-bottom: 0px;
	list-style: disc;
}

.TextPflanzennamen {
	font-style: italic;
	font-size: 14px;
	color: #999;
}


/* Links */


a.linkTitel:link {
	text-decoration: none;
	color: #CCC;
}
a.linkTitel:visited {
	text-decoration: none;
	color: #CCC;
}
a.linkTitel:active {
	text-decoration: none;
	color: #CCC;
}
a.linkTitel:hover {
	text-decoration: none;
	color: #FFC;
}
a.linkTitel:focus {
	text-decoration: none;
	color: #CCC;
}

/* - Menulink - */

a.linkMenu:link {
	text-decoration: none;
	color: #9C9;
}
a.linkMenu:visited {
	text-decoration: none;
	color: #9C9;
}
a.linkMenu:active {
	text-decoration: none;
	color: #9C9;
}
a.linkMenu:hover {
	text-decoration: none;
	color: #3F0;
}
a.linkMenu:focus {
	text-decoration: none;
	color: #9C9;
}

/* - Artlink - */

a.artLink:link {
	text-decoration: none;
	color: #9C9;
}
a.artLink:visited {
	text-decoration: none;
	color: #9C9;
}
a.artLink:active {
	text-decoration: none;
	color: #9C9;
}
a.artLink:hover {
	text-decoration: none;
	color: #3F0;
}
a.artLink:focus {
	text-decoration: none;
	color: #9C9;
}

/* - Backlink - */

a.backLink:link {
	text-decoration: none;
	color:#33CCFF: 
	}
a.backLink:visited {
	text-decoration: none;
	color:#33CCFF: 
}
a.backLink:active {
	text-decoration: none;
	color:#33CCFF: 
}
a.backLink:hover {
	text-decoration: none;
	color:#66FFFF;
}
a.backLink:focus {
	text-decoration: none;
	color:#33CCFF: 
}



