/* ======== */
/* = Home = */
/* ======== */

/* Global */
h3, h4, h5, h6 {
	color: #aaa;
}
a:hover {
	color: #aaa;
}
/* Site wrappers */
#background_wrapper_home2 {
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/background_wrapper_home2_bg.png) no-repeat top center;
	width: 100%;
	height: 660px;
	padding: 0;
	margin: 0;
}
/* Header */
#about a:hover {
	color: #aaa;
}
/* Question */
#question {
	text-align: center;
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	float: left;
}
#question h1 {
	font: normal 50px/120px 'VAGRoundedStdBlack', Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 4px;
}
/* Tabs home */
#tabs_home {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}
#tabs_home ul {
	padding: 0;
	margin: 0;
}
#tabs_home ul li {
	display: inline;
	list-style: none;
}
#tabs_home ul li a {
	font: normal 14px/27px 'VAGRoundedStdBlack', Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 180px;
	height: 441px;
	padding: 2px 2px 0 2px;
	margin: 0 15px 0 0;
	float: left;
}
#tabs_home ul li.item1 a {
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/tabs_bruiloftsfeest_bg.png) no-repeat;
}
#tabs_home ul li.item2 a {
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/tabs_bedrijfsfeest_bg.png) no-repeat;
}
#tabs_home ul li.item3 a {
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/tabs_verenigingsfeest_bg.png) no-repeat;
}
#tabs_home ul li.item4 a {
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/tabs_openbaar_feest_bg.png) no-repeat;
}
#tabs_home ul li.item5 a {
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/tabs_overige_bg.png) no-repeat;
	margin: 0;
}
#tabs_home ul li a:hover {
	color: #000;
	background-position: -184px 0;
}
/* Features */
#home_features {
	width: 100%;
	padding: 5px 0 15px 0;
	margin: 0;
	float: left;
}
#home_features ul {
	width: 180px;
	padding: 2px 2px 0 2px;
	margin: 0 15px 0 0;
	float: left;
}
#home_features ul.last {
	margin: 0;
}
#home_features ul li {
	display: block;
	list-style: none;
}
#home_features ul li a {
	font: normal 14px/26px 'VAGRoundedStdBlack', Arial, Helvetica, sans-serif;
	color: #555;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/features_dot.png) no-repeat;
	display: block;
	padding: 0 0 0 10px;
}
#home_features ul li a:hover {
	color: #000;
	background: url(/vwu/url/images/SWINGING.NL/IMAGES_HOME/features_dot.png) no-repeat 0 -26px;
}


