@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #C8AC01;
	background-color: #000000;
	background-position: top center;
}

#wrapper {
	margin: 0 auto;
	width: 1024px; /* !!! Einstellung für mittige Browseransicht !!! */

}

#button1 {
	position: absolute;
	margin: 127px 0 0 162px;
	font-size: 17px;
	z-index: 9;
	width: 135px;
	color: #D62A16;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bolder;
}
#button1 a {
	color: #000000;
	text-decoration: none;
}

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

#button2 {
	position: absolute;
	margin: 127px 0 0 308px;
	font-size: 17px;
	z-index: 9;
	width: 135px;
	color: #D62A16;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bolder;
}
#button2 a {
	color: #000000;
	text-decoration: none;
}

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

#button3 {
	position: absolute;
	margin: 127px 0 0 475px;
	font-size: 17px;
	z-index: 9;
	width: 135px;
	color: #D62A16;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bolder;
}
#button3 a {
	color: #000000;
	text-decoration: none;
}

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

#button4 {
	position: absolute;
	margin: 127px 0 0 643px;
	font-size: 17px;
	z-index: 9;
	width: 135px;
	color: #D62A16;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bolder;
}
#button4 a {
	color: #000000;
	text-decoration: none;
}

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

#button5 {
	position: absolute;
	margin: 127px 0 0 818px;
	font-size: 17px;
	z-index: 9;
	width: 135px;
	color: #D62A16;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bolder;
}
#button5 a {
	color: #000000;
	text-decoration: none;
}

#button5 a:hover {
	color: #C8AC01;
	text-decoration: none;
}
/* ======= END: Menüleiste ======= */