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

#home #content {
	background-color:#fff;
}
#home #footer {
	border:none;
}

#first ul {
	float:left;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
#first ul li {
	float: left;
}
#first ul a {
	width: 285px;
	display: block;
	font-size:54px;
	color: #fff;
	text-align: left;
	line-height:65px;
	padding-left:15px;
}
#first ul .titelTop a {
	height:385px;
}
#first ul .titelBottom a {
	width: 250px;
	height:110px;
	font-size:16px;
	line-height:20px;
	text-align:right;
	padding-top:20px;
	padding-right:35px;
	background: url(../img/pfeil.gif) no-repeat right 25px;
}
#first ul .titelTop.anix a {
	background-image:url(../img/index/index_ani.jpg);
}
#first ul .titelTop.anix a:hover {
	background-position: 0 -385px; 
}
#first ul .titelTop.fotox a {
	background-image:url(../img/index/index_foto.jpg);
}
#first ul .titelTop.fotox a:hover {
	background-position: 0 -385px; 
}
#first ul .titelTop.videox a {
	background-image:url(../img/index/index_video.jpg);
}
#first ul .titelTop.videox a:hover {
	background-position: 0 -385px; 
}
#first ul .titelBottom.ani a {
	background-color:#00e300;
}
#first ul .titelBottom.foto a {
	background-color:#141414;
}
#first ul .titelBottom.video a {
	background-color:#2AC7DF;
}
#first ul .titelBottom.ani a:hover {
	background-color:#7BED7C;
}
#first ul .titelBottom.foto a:hover {
	background-color:#3B3B3B;
}
#first ul .titelBottom.video a:hover {
	background-color:#2EDAED;
}
