/* Eigenschaften der Seite, Ränder etc. */
body {
	background-image:   url("images/navigation/hintergrund_0.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Gewöhnlicher Text*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	text-transform: none;
}
/*Aufzählungen*/
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}
/* Hervorgehobener Text ( wie bei Team oder Ansätze) */
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}
/* Grosse Überschriften */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #075631;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	display:inline
}
/* Mittlere Überschriften */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #075631;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	display:inline
}
/* Kleine Überschriften */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #075631;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	display:inline;
	border-bottom-style: solid;
	border-bottom-color: #7CA6A6;
	border-bottom-width: 2px;
}
/* Überschriften im Rolldown-Menü*/
h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	text-transform: none;
	display:inline
}
/* Navigationslinks, Rolldown-Menü */
h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #075631;
	text-transform: none;
	display:inline
}
/* Copyrighthinweis am Ende der Seite */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #075631;
	text-transform: none;
	display:inline
}
/* Verhalten und Farben der Links */
a:link {
	color: #075631;
	text-decoration: none;
}
a:visited {
	color: #075631;
	text-decoration: none;
}
a:hover {
	color: #7CA6A6;
	text-decoration: none;
}
a:active {
	color: #075631;
	text-decoration: none;
}
ul {
	list-style-image:  url("images/navigation/aufzaehlung.gif");
}

