/*CSS erstellt durch Ingo J. Jähne, EDB Datenbankgesellschaft Hanel mbH,
www.edb-ag.de
*/

/* Standard-Links */
A:link {
	font-weight: normal;
	color: Black;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
A:Visited {
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
A:Active {
	font-weight: normal;
	color: Red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
A:Hover {
	font-weight: normal;
	color: Red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Links fuer menuebuttons */

A.menue:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.menue:Visited {
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.menue:Active {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.menue:Hover {
	font-weight: bold;
	color: Red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
	

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	}
	
.normaltext {
	font-size: 0.8em;
}

.normaltext-fett {
	font-size: 0.8em;
	font-weight: bold;
}

.bildunterschrift {
	font-size: 9pt;
	color: #737373;
}


.bg-top-left {
	background-image: url(img/farbverlauf-top-left.jpg);
	background-repeat: no-repeat;
}

.bg-top-right {
	background-image: url(img/farbverlauf-top-right.jpg);
	background-repeat: no-repeat;
}

.bg-left {
/*	background-image: url(Navigation/farbverlauf-links_edb-gmbh.gif);*/
	background-repeat: repeat-y;
	background-color: #F2ED55;
}

h1 {
	font-size: 1em;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.fliesstext {
	text-align: justify;
	font-size: 0.8em;
}
