/*		Die dicke Überschrift */

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

.slogan1 p {
	color: #8c8c8c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 8px;
	display: block;
}

/*		Der Textzusatz */
.slogan2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c8c8c;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	display: block;
}

/*		Oberer Bereich für die Auswahl */
#start-logos {
	background-image: url(../grafik/start-logos.png);
	background-repeat: no-repeat;
	height: 346px;
	width: 1112px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

/*		durchsichtiger Link für NIGHTLIFE */
#start-nl-button {
	height: 260px;
	width: 397px;
	position: absolute;
	left: 155px;
	top: 20px;
}

/*		Zusätzliche Hinweise */
#start-info {
	position: absolute;
	height: 100px;
	width: 400px;
	top: 240px;
	left: 350px;
	overflow: hidden;
}

/*		durchsichtiger Link für MAUSEFALLE */
#start-mf-button {
	position: absolute;
	height: 260px;
	width: 397px;
	top: 20px;
	right: 157px;
}

/*		Unterer Bereich */
#start-fuss {
	background: url(../grafik/start-bildleiste.png) no-repeat center top;
	height: 400px;
	width: 1112px;
	margin: 0 auto;
	position: relative;
}

/*		Logo unten links */
#start-fuss-lft {
	position: absolute;
	height: 100px;
	width: 150px;
	top: 253px;
	left: 60px;
	text-align: center;
}

/*		Texthinweis */
#start-fuss-mid {
	position: absolute;
	height: 120px;
	width: 400px;
	top: 230px;
	left: 356px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8c8c8c;
}

/*		Logo unten rechts */
#start-fuss-rgt {
	position: absolute;
	height: 100px;
	width: 150px;
	top: 240px;
	right: 60px;
	text-align: center;
}

#wechselbilder {
	height: 154px;
	width: 497px;
	position: absolute;
	top: 46px;
	left: 315px;
}
#bildlft {
	position: absolute;
	left: 2px;
	top: 2px;
}
#bildmid {
	position: absolute;
	left: 163px;
	top: 0px;
}
#bildrgt {
	position: absolute;
	left: 340px;
	top: 3px;
}

#wechselrahmen {
	background-image: url(../grafik/filmrahmen.png);
	height: 154px;
	width: 497px;
	position: absolute;
	top: 0px;
	left: 0px;
}
