/* ------------------------------------ */
/* www.fertiger.de
/* ------------------------------------ */

/* - allg. Hoover - */
/* ------------------------------------ */

a:hover {
	text-decoration: underline;
	color: #366F3F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #366F3F;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #366F3F;
	font-weight: bold;
}
a:active {
	color: #366F3F;
	font-weight: bold;
}

/* - Hoover für Kopfnavi - */
/* ------------------------------------ */

div.kopfnavleiste a:hover {
	text-decoration: underline;
	color: #000000;
}
div.kopfnavleiste a:link {
	text-decoration: none;
	color: #000000;
}
div.kopfnavleiste a:visited {
	text-decoration: none;
	color: #000000;
}
div.kopfnavleiste a:active {
	color: #000000;
}

/* - Hoover für Footer - */
/* ------------------------------------ */

div.footer a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #E6EFE7;	
}
div.footer a:link {
	text-decoration: none;
	color: #000000;
	background-color: #E6EFE7;
}
div.footer a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #E6EFE7;	
}
div.footer a:active {
	color: #000000;
	background-color: #E6EFE7;
}

/* - Standard-Klassen - */
/* ------------------------------------ */

ul {
	list-style-type: disc;
	margin: 0px;
	list-style-position: outside;
	padding: 0px 0px 20px 20px;
}
li {	
	margin: 0px 0px 7px;

}


/* - Klassen - */
/* ------------------------------------ */

.spacerabs {  
	font-size: 3px; color: #FFFFF1}
.text {
	font-size: 11pt;
	line-height: 13pt;
}
.textru {
	font-size: 11pt;
	line-height: 11pt;
}
.textblock {
	font-size: 11pt;
	text-align: justify;
	line-height: 13pt;
}
.textfett {
	font-weight: bold;
	font-size: 11pt;
	line-height: 13pt;
}
.textmittel {
	font-size: 9pt;
	line-height: 11pt;
 }
 .textza {
	font-size: 11pt;
	line-height: 17pt;
}
 .textaufgruen {
	font-size: 11pt;
	background-color: #CFE8D3;
	background-position: 13pt;
}
.ueber {
	font-size: 16pt;
	font-weight: bold;
	line-height: 17pt;
}
.ueberklein {
	font-size: 13pt;
	font-weight: bold;
	line-height: 15pt;
}
.ueberkleinabs {
	font-size: 13pt;
	font-weight: bold;
	line-height: 28pt;
}

.navlinks {
	font-size: 11pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #366F3F;
	line-height: 18pt;
}
.rahmengruen {
	border-bottom-style: solid;
	border-bottom-color: #366F3F;
	border-bottom-width: 1px;
}
