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

html { background: url(resources/background-landing-page.jpg) no-repeat top center; }

h1 { font-family: Verdana; font-size: 1.33em; }

.linkbox {
	position: absolute;
	top: 100%;
	height: 24px;
	margin-top: -24px;
	left: 50%;
	width: 324px;
	margin-left: -120px;
}
	.linkbox > a {
		color: #000;
		font-family: 'Play', sans-serif;
		font-size: 0.9em;
		text-decoration: none;
		
	}

#outer-frame {
	position: absolute;
	left: 50%;
	margin-left: -320px; /* negative Hälfte von width:700px */
	width: 700px;
	top: 50%;
	margin-top: -200px;  /* negative Hälfte von height:400px */
	display: none;
}

#ball-box { float: left;  margin-left: 30px; }
#wms-box { float: left; }

.landing-pics { border: none; }

.upcoming-events {
	clear: both;
	padding-top: 15px;
	text-align: center;
	
}

strong { font-weight: bold; }

.events { font-family: 'Play', sans-serif; font-size: 1.1em; color: #000; }

body > div > span > img { z-index: 10000; }
