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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start css */
body {
	background-repeat: repeat;
	color:#000000;
	background-color:#212121;
	font-family: Trebuchet MS, Helvetica, sans-serif, Trebuchet;
	font-size:12px;
	margin:25px;
}

#container {
	width:960px;
	min-height:400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/*padding:40px;*/
	clear:both;
/*	background-image: url(http://www.tomaskaan.nl/images/bg_01.jpg);*/


	
}
#header {
	top:0px;
	background-repeat:no-repeat;
	position: relative;
	width:225px;
	height:240px;
	margin-bottom:0px; /*allow for footer*/
	float:left;
}

#content{
position:relative;
	float:right;
	margin-right:100px;
	width:512px;
	z-index:1;
}

a {
color:#FFFFFF;
text-decoration:none;
}


.itemtitle{
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.7);
	padding:7px;
	width:498px;
	height:30px;
	color:#FFFFFF;
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
	text-transform: uppercase; 
}
#video{
   background: rgb(0, 0, 0); /* The Fallback */
   padding:0px;
   width:512px;
   min-height:288px;
   margin-bottom:15px;
   color:#FFFFFF;
   	z-index: 0;

}

#description{
   background: rgb(0, 0, 0); /* The Fallback */
   background: rgba(0, 0, 0, 0.5);
   padding:7px;
   width:498px;
   min-height:188px;
   margin-bottom:15px;
   color:#FFFFFF;
}

/*###############################################	Logo
*/



#logo h1 {
	width: 225px;
	height: 61px;
	position: relative;
	left:0px;
	top:0px;
	font-size:14px;
	text-indent:-9999px;
	margin-bottom:18px;
}
#logo h1 span {
	background: url("http://www.tomaskaan.nl/images/tomaskaan_director.png");
	

	background-repeat:no-repeat;
	background-position:-0 -0;
	position: absolute;
	width: 225px;
	height: 61px;
	left:-0px;
	top:-0px;
}
/*###############################################	menu
*/


#backgroundbox {
	position: absolute;
	top:0; 
	left: 0; 
	width: 100%;
	min-width:960px;
	border: 0;
	z-index:0;
	}
	
	#backgroundbox img{
		z-index:0;

}
/*
################################### accordion
*/

		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 26px;
			width: 215px;
			background: rgb(0, 0, 0);

		   	background: rgba(0, 0, 0, 0.7);
			padding: 12px 0px 0 10px;
			/*line-height: 30px;*/
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 16px;
			color: #ffffff;
			border-bottom: 0px none;
			cursor: pointer;
			margin: 0 0 0 0;
			text-transform: uppercase; 


		}
		
		.accordion_toggle_active {
			color: #ffffff;
			border-bottom: 0px none;
		}
		
		.accordion_content {
			background-color: #000000;
			background: rgba(0, 0, 0, 0.6);
			/*padding: 0 0 0 10px;*/
			color: #ffffff;
			overflow: hidden;
		}
		
		.accordion_content ul {
			padding: 10px 0 0px 0px;
			
		}
			
		.accordion_content li {
			padding: 2px 0 2px 0px;
			padding: 2px 0 2px 10px;
			border-bottom:solid 1px rgb(46, 46, 46);;

			border-bottom:solid 1px rgba(0, 0, 0, 0.3);

			
		}
		
		.accordion_content li:hover{
			background:rgb(26, 26, 26);;
			background:rgba(0, 0, 0, 0.7);
			padding: 2px 0 2px 0px;
			padding: 2px 0 2px 10px;
			border-bottom:solid 1px rgb(46, 46, 46);;

			border-bottom:solid 1px rgba(0, 0, 0, 0.6);;	
		}
.accordion_content li a {
color:#ffffff;
text-decoration:none;
width:225px;
}	
		
.accordioncontact{
			padding: 10px 10px 10px 10px;

}
			.accordion_content p {
				line-height: 150%;
			padding: 10px 0 10px 0px;
			}
			
	div.accordion-divider{
	height:10px;
	}