body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: black;
	background: white;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: black;
}

.header{
	height: 100px;
	line-height: 100px;
	font-size: 12px;
}

.header span {
	color: green;
}

.specialb{
	font-weight: bold;
	font-size: 80px;
}

.specialz {
	font-size: 100px;
}

.item {
	height: 210px;
	border:5px solid black;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 100px;
	line-height: 90px;
}

.item a {
height: 210px;
width: 210px;
display: block;
position: relative;
top:0;
left: 0;
}

.info{
	margin-bottom: 10px;
}

.info a{
	text-decoration: underline;
}
.info_header{
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.big{
	font-size: 20px;
}

.item a:hover{
	color: black;
}

a.eins:hover {
	background: url("../img/1.jpg") no-repeat top left;
}

a.zwei:hover {
	background: url("../img/2.jpg") no-repeat top left;
}

a.drei:hover {
	background: url("../img/3.jpg") no-repeat top left;
}

a.vier:hover {
	background: url("../img/4.jpg") no-repeat top left;
}

a.funf:hover {
	background: url("../img/5.jpg") no-repeat top left;
}

a.sechs:hover {
	background: url("../img/6.jpg") no-repeat top left;
}

a.sieben:hover {
	background: url("../img/blank.jpg") no-repeat top left;
}

a.acht:hover {
	background: url("../img/blank.jpg") no-repeat top left;
}

a.neun:hover {
	background: url("../img/blank.jpg") no-repeat top left;
}

.nav {text-align: right; text-transform: uppercase;}

.nav a {
	text-decoration: underline;
}

.nav a:hover {
	color: white;
	background: black;
}