/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;	
}
body {
	margin:0px;
	padding:0px;
	background:#7d7e80 url(../img/startpagina_bg.jpg) repeat-x;
}


a:link {
	color: #e10079;
	text-decoration: none;
}
a:visited {
	color: #e10079;
	text-decoration: none;
}
a:hover {
	color: #e10079;
	text-decoration: underline;
}
a:active{
	color: #e10079;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px 0px 1em 0px;
}

h2{
	height:22px;
	padding:8px 0px 0px 8px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	background-color:#7a7b7c;
	border-bottom:2px solid #e10079;
}

img {
	border:none;
	vertical-align:top;
}

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }

.left{ float:left; }
.right{ float:right; }

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

form{
	margin:0px;
	padding:0px;
}

.roze, .pink{
	color: #e10079;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
}


/*--------------------- */
/* OPBOUW				*/
/*--------------------- */

#wrapper{
	width:905px;
	height:614px;
	margin:0px auto;
	background:url(../img/startpagina_site_bg.gif) no-repeat;
}

#nav{
	position:absolute;
	margin:200px 0px 0px 22px;
}

#footer{
	position:absolute;
	width:905px;
	margin-top:577px;
	text-align:center;
}


/*--------------------- */
/* NAV					*/
/*--------------------- */


#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav li{
	float:left;
	display:block;
	width:292px;
	height:359px;
	margin:0px;
	padding:0px;
}

#nav a{
	display:block;
	width:278px;
	height:359px;
	background-repeat:no-repeat;
	background-position:right top;
	text-indent:-9999px;
}

#nav a:hover{
	background-position:left top;	
}

#nav .recordings a{ background-image:url(../img/strt_nav_recordings.jpg); }
#nav .dance_events a{ background-image:url(../img/strt_nav_dance_events.jpg); }
#nav .bookings a{ background-image:url(../img/strt_nav_bookings.jpg); }





