/* !Linkdarstellungen
=============================================== */

/* -----------------Default Linkdarstellung----------------- */
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #090;
}

a:active {
	text-decoration: none;
	color: #F90;
}

/* !Ueberschriften
=============================================== */
.imgUeberschrift{
    margin-bottom: 10px;
}
