/* ---------------------------------------------------------------------------------- */
/* FSV Frontpage CSS file                                                             */               
/* ---------------------------------------------------------------------------------- */

#fsvfront {
	width : 100%;
}

.fsvfront-row {
	width : 100%;
	height : 170px;
	display : block;
	margin : 0px;
	padding : 5px;
	position : relative;
}

.fsvfront-row a div {
	display : block;
	position : absolute;
	width : 250px;
	height : 170px;
	background-repeat : no-repeat;
	border : 1px solid #bbb;
}

.fn-img-1 {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/Habicht.jpg);
}
.fn-img-2 {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/News.jpg);
	left : 265px;
}
.fn-img-3 {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/DerVerein.jpg);
}
.fn-img-4 {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/Mitfliegen.jpg);
	left : 265px;
}

/* hover effect */
.fn-img-1:hover, .fn-img-1.hover {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/Habicht2.jpg);
}
.fn-img-2:hover, .fn-img-2.hover {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/News2.jpg);
	left : 265px;
}
.fn-img-3:hover, .fn-img-3.hover {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/DerVerein2.jpg);
}
.fn-img-4:hover, .fn-img-4.hover {
	background-image:url(http://www.fsv-vaihingen.de/wp-content/plugins/fsvfront/img/Mitfliegen2.jpg);
	left : 265px;
}

/* ---------------------------------------------------------------------------------- */
