/* ----------------------------------- */
/*                                     */
/* Reset styles                        */
/*                                     */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}


/* ----------------------------------- */
/*                                     */
/* Main styles                         */
/*                                     */
/* ----------------------------------- */

html {
	height: 100.01%;
}

body {
	height: 100%;
	background: url(/img/bg/bg_body.gif);
	background-repeat: repeat-x;
	background-color:#ebdbe9;
}

div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

a {
	color: #76256f;
	text-decoration: none;
}
a:hover {
	color: #76256f;
	text-decoration: underline;
}

p {
	padding-bottom: 20px;
}

strong {
	font-weight: bold;
}

input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}


/* ----------------------------------- */
/*                                     */
/* Flash styles                        */
/*                                     */
/* ----------------------------------- */

.flash {
	color: #FFFFFF;
	font-size: 0px;
}
.flash a {
	color: #FFFFFF;
}

.flashlink {
	display:none;
}


/* ----------------------------------- */
/*                                     */
/* Basis styles                        */
/*                                     */
/* ----------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #76256f;
	margin:0;
}

sup {
	font-size: 9px;
	vertical-align:top;
}

sub {
	font-size: 9px;
	vertical-align:bottom;
}

#maincontainer {
	position: relative;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}



#top {
	position: relative;
	float:left;
	width: 950px;
	height: 385px;
}

#slideshow {
	position: relative;
	float: left;
	margin: 85px 0 0 0;
}

#logo {
	float: left;
	width: 345px;
	height: 280px;
}

#bottom {
	position: relative;
	float:left;
	width: 950px;
}

#content {
	position: relative;
	float:left;
	width: 565px;
	padding: 40px 0 40px 40px;
}

#dansen {
	position: relative;
	float:left;
	margin: 60px 0 0 80px;
}



#menu {
	position: relative;
	float: left;
	width: 345px;
	height: 55px;
}
#menu ul {
	position: relative;
	float: left;
	height: 55px;
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
#menu ul li {
	position: relative;
	float: left;
	margin: 0;
	display: inline;
}

#menu ul li a.home {
	width: 208px;
	background: url(/img/menu/rockenrolling.gif);
	
}
#menu ul li a.contact {
	width: 137px;
	background: url(/img/menu/contact.gif);
}

#menu ul li a {
	position: relative;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	height: 55px;
	background-position: top;
}

#menu ul li a:hover, #menu ul li a.active{
	background-position: bottom;
}



#subblokken {
	position: relative;
	float: left;
	width: 648px;
	padding: 0 0 17px 0;
	margin: 10px 0 0 0;
	display: inline;
}

.subblok {
	position: relative;
	float: left;
	width: 500px;
	margin: 0 0 3px 0;
	display: inline;
}

a.subkop {
	display: block;
	width: 490px;
	height: 30px;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: url(/img/bg/bg_uitklap.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a.subkop:hover {
	color: #FFF;
	background-position: bottom;
	text-decoration: none;
}

.subtext {
	display: none;
	width: 458px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #530200;
	border-top: none;
	overflow: hidden;
}


.formulier p {
	padding-bottom: 5px; 
}
label {
	float: left;
	width: 148px;
	height: 20px;
}
.formfield {
	width: 385px;
	height: 20px;
	border: solid 1px #999999;
}
.formulier textarea {
	width: 385px;
	height: 100px;
	overflow: auto;
	border: solid 1px #999999;
}


#stats {
	display: none;
	visibility: hidden;
}
