body {
	background-color: #000000;
	font-family: Veranda, Arial, Helvetica;
	font-size: 0.9em;
	text-align: justify;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #424242;
}
a:hover {
	color: #cc3333;
}


.button {
	background-color: #ECECEC;
	font-size: 2em;
	text-align: center;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	box-shadow: 3px 3px 1px gray;
	color: #424242;
	padding: 2px;
	height: 150px;
	line-height: 150px;	/* entspricht vertical-align: middle; in div - siehe http://vanseodesign.com/css/vertical-centering/ */
	width: 150px;
	margin-top: 50px;
	margin-left: 50px;
}
.button:after {
	content: "B";
	font-size: 2em;
	text-align: left;
	color: #cccccc;
	z-index: -1;
	width: 50px;
	margin-top: -200px;
	margin-left: 0px;
	display: inherit;
}
.yearheader {
	background-color: #ECECEC;
	font-size: 2em;
	text-align: center;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	box-shadow: 3px 3px 1px gray;
	color: #424242;
	padding: 2px;
	height: 50px;
	line-height: 50px;	/* entspricht vertical-align: middle; in div - siehe http://vanseodesign.com/css/vertical-centering/ */
	margin-top: 50px;
	margin-left: 50px;
}

.link {
	background-color: #424242;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	box-shadow: 3px 3px 1px gray;
	color: #000000;
	padding: 2px;
	height: 200px;
	width: 210px;
	margin-top: 50px;
	margin-left: 50px;
	display: inline-block;
}
.link > div {
	filter: alpha(opacity = 80); /* for IE */
	opacity: 0.8; /* CSS3 standard */
	border: 0;
	background-color: #2d2d2d;
	color: #D1D1D1;
	height: 20px;
	left: 0;
	right: 0;
	margin-top: 170px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}