@charset "UTF-8";

/*Container für Holzschnitt Thumbnail und Klick Hinweis*/
#startbild_container {
	float: left;
	position: relative;
	z-index: 3;
}

.kleiner_thumb {
	width: 18.75em;
	height: 12.8125em;
	border: 0.2em solid #8C1C6C;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

* html .kleiner_thumb {display:inline;}

/*Formatierung für den "Klick mich" Hinweis*/
#hint {
	color: #FFF;
	background-color: #8C1C6C;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	display: inline-block;
	top: -1.02em;
	position: relative;
	left: 0.3em;
}

#hint a, #hint a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/*Versuch den Klick HInweis bei hover zu vergrössern, aber bündig zu setzen*/
/*#hint a:hover {
	font-size: 180%;
}
*/

/*Welcome Text-Abschnitt, wird nach oben versetzt, um Mittigkeit mit .startcontent zu erreichen*/
#welcome {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
	color: #780859;
	z-index: 2;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: -9em;
	position: relative;
}

/*Planyavsky Bild und Text darunter*/
.startcontent {
	margin-right: auto;
	margin-left: auto;
	width:100%;
	margin-top: -6em;
}

.startcontent img {
	height: 15.0625em;
	width: 18.0625em;
	margin-right: auto;
	margin-left: auto;
}

.startcontent p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #780859;
	font-size: 110%;
	padding-top: 0.5em;
	padding-bottom: 0;
	text-align: center;
}
