/**
 * CSS-Datei für die Wakagi-Einstiegsseite / Weiche
 */

body {
	padding: 0px;
	margin: 0px;
}

.wakagibanner {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 13px;
}

.linkimg {
	text-align: center;
	height: 129px;
	padding-top: 7px;
	/*letter-spacing: 25px*/;
	background-color: #6F6F6F;
	min-width: 1020px;
}

.linkimg a {
	display: inline-block;
	height: 120px;
	width: 116px;
	text-decoration: none;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 13px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background: transparent url("img/edges.gif") 116px 0;
}

.linkimg a img {
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

.linkimg a:hover {
	background-position: 0 0;
}

.bigimg {
	text-align:center;
}

#gallerybox a {
	float: left;
	color: white;
	border: white 2px solid;
	margin-top: 30px;
	margin-left: 20px;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #6F6F6F;
}


#taikai {
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 55%;
}
