@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#efefef;
}
body * {
	font-family:"Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	font-size:11px;
	color:#464646;
	text-decoration:none;
}
img {
	border: none;
}
/* Intro */
#splashContainer {
	background:url(../images/splash.jpg);
	width:730px;
	height:294px;
	margin:0 auto;
}
.newsContainer {
	position:relative;
	float:left;
	width:410px;
	margin:0 20px 0 0;
	border:1px solid #fff;
}
.newsItem {
	position:relative;
	padding:10px;
	margin:0 0 10px;
	border:1px solid #ccc;
	cursor:pointer;
}
.videoRow {
	position: relative;
	float: left;
	width: 283px;
	margin: 0 10px 0 0;
}
.clear {
	clear: both;
}
.videoItem {
	position:relative;
	padding:10px;
	margin:0 0 10px;
	border:1px solid #ccc;
	cursor:pointer;
}
.newsItem:hover {
	background:#f2f2f2;
}
.videoItem:hover {
	background:#f2f2f2;
}
.danceItem,
.fitnessItem,
.beautyItem,
.photoItem,
.generalItem {
	position: relative;
	float:left;
	width:70px;
	margin:0 10px 0 0;
	height:16px;
	line-height:16px;
	font-size:9px;
	font-weight:bold;
	color:#fff;
	padding:0 3px;
	z-index: 0;
}
.danceItem {
	background:#00aeef;
}
.fitnessItem {
	background:#8dc63f;
}
.beautyItem {
	background:#ec008c;
}
.photoItem {
	background:#959595;
}
.generalItem {
	background:#000;
}
.itemContent {
	position: relative;
	float:left;
	width:293px;
	text-align:justify;
	z-index: 0;
}
.videoItem .itemContent {
	width: 175px !important;
}
.content .itemContent h2 {
	margin:0;
	font-size:13px;
	color:#363636;
}
.lastItem {
	margin:0;
}
/* Main website */
#menuContainer {
	position:relative;
	height:100px;
	margin:80px 0 0;
}
#menu {
	width:960px;
	height:100px;
	margin:0 auto;
}
.menuItem {
	position:relative;
	height:65px;
	float:left;
	padding:20px 20px 0;
	overflow: hidden;
	margin-top:0;
}
.menuLine {
	position:relative;
	height:100px;
	float:left;
	width:1px;
	background:url(../images/menuDivider.png) no-repeat left bottom;
}
.menuItem ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}
.menuItem ul li {
	line-height: 16px;
}
.menuEnd {
	position:relative;
	width:2px;
	height:100px;
	float:left;
	background-image:url(../images/menuDivider.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.shadeTop, .shadeBottom {
	position:absolute;
	height:21px;
	width:100%;
	left:0;
	background-repeat:repeat-x;
}
.shadeTop {
	background-image:url(../images/shadeTop.png);
	bottom:0;
}
.shadeBottom {
	background-image:url(../images/shadeBottom.png);
	top:0;
}
#contentContainer {
	position:relative;
	width:100%;
	overflow:hidden;
	height:500px;
	background-color:#ffffff;
}
#contentSlider {
	width:1000%;
	height:1000%;
	position:relative;
}
.vertTab {
	position:relative;
	height:500px;
}
.contentTab {
	position:relative;
	width:10%;
	height:10%;
	float:left;
}
.contentReset {
	position:relative;
	width:960px;
	height:500px;
	margin:0 auto;
}
#footerContainer {
	position:relative;
	height:30px;
}
#footer {
	position:relative;
	width:960px;
	height:30px;
	margin:0 auto;
}
#address {
	position:absolute;
	right:0;
	line-height:18px;
	font-size:10px;
	color:#363636;
	top:5px;
}
#nieuwsbrief {
	position:absolute;
	left:0;
	top:-35px;
}
#nieuwsbrief input {
	font-size:10px;
}
#footer a {
	font-size:10px;
	color:#363636;
}
#footer a:hover {
	text-decoration:underline;
}
.content {
	width:610px;
	float:left;
	margin:20px 30px 0 0;
	text-align:justify;
}
.large {
	width:880px;
	margin:20px 0 0 0;
}
.content h1 {
	font-size:18px;
	margin:0 0 5px;
}
.content h2 {
	font-size:14px;
	margin:10px 0 10px;
	color:#252525;
}
.content p {
	margin:0 0 10px;
}
.images {
	width:310px;
	float:left;
	margin:20px 0 0;
}
.images ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.images li {
	width:140px;
	height:140px;
	float:left;
	display:block;
	padding:4px;
	margin:0 5px 5px 0;
	border:1px solid #d1d1d1;
}
.images li a {
	width:140px;
	height:140px;
	display:block;
	background-color:#ffffff;
}
.breaker {
	clear:both;
	position:relative;
}
.cal-info {
	font-style: italic;
	color:#464646;
	font-size: 10px;
}
#contact-form td {
	line-height: 18px;
}
.input {
	border: 1px solid #ccc;
	padding: 2px 3px;
	background: #fff;
	width: 200px;
	margin: 0 0 5px;
}
.textarea {
	border: 1px solid #ccc;
	padding: 2px 3px;
	background: #fff;
	width: 400px;
	height: 100px;
}
.button {
	border: 1px solid #ccc;
	background: #fff;
}
.form-info {
	font-size: 10px;
	font-style: italic;
	color: #666;
}
#response,
#Nresponse,
#Noresponse {
	font-weight: bold;
	color: #252525;
	margin: 10px 0 0;
}