@import url(db_main01.css) screen;

@charset "utf-8";

/* ================================================================================= */
/* In diesem Stylesheet werden nur die Popup-Effekte für die Startseite gestaltet    */
/* ================================================================================= */

p#einstiegslinks  {
	/*width: 400px;*/
	margin-bottom: 120px;
}

p#einstiegslinks a {
	position: relative;
	/*display: block;*/
	/*float: left;*/
}

#frontpage p#einstiegslinks a span.popup {
	position: absolute;
	top: 1.4em;
	left: 0;
	visibility: hidden;
}

p#einstiegslinks a#text .popup {
	display: block;
	width: 350px;
	color: red;
	font-weight: 500;
	text-decoration: none;
}

a#coaching .popup {
	display: block;
	width: 400px;
	color: blue;
	font-weight: 500;
	text-decoration: none;
}

a#zeichnung .popup {
	display: block;
	width: 400px;
	color: yellow;
	font-weight: 500;
	text-decoration: none;
}

a:hover#text .popup {
	visibility: visible;
}

a:hover#coaching .popup {
	visibility: visible;
}

a:hover#zeichnung .popup {
	visibility: visible;
}
