@charset "utf-8";
/* CSS Document by amazingthings.be 2008 */

/*******************************BASICS************************/
html, body  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	background: #F0F0EF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1a171b;
	background-image:url(../img/2008_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
 
#container_ff{
	width: 980px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/2008_left_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
 
#header { 
	background-position:right;
	background-repeat:no-repeat;
	height:171px;
} 
#login2{
	float:right;
	margin-top:-80px;
	color: #1a171b;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-right:83px;
}

/************************************************HEADER**************************************/

#wsa {
	margin-top:-171px;
	margin-left:257px;
	float:left;
}
#lang{
	margin-top:-171px;
	float:right;
	margin-right:5px;
}

#login{
	float:right;
	margin-top:-80px;
	color: #1a171b;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
}
#tickets{
	float:right;
	margin-top:-48px;
	margin-right:5px;
}

input.btn{
   color:#FBCB4D;
   font-family:'helvetica',arial, sans-serif;
   font-size:100%;
   letter-spacing:1px;
   font-weight:bold;
   border:0;
   background-color:#0D0B0C;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#999999',EndColorStr='#0D0B0C');
	  }

/************************************************LEFT**************************************/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}

.sponsors{
    text-align:center;
    }
	
.accordion_toggle {
	font-variant:small-caps;
	width: 237px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	margin: 0 0 0 25px;
	font-size: 16px;
	font-weight:bold;
	height: 45px;
	background-image:url(../img/2008_pijl_toe_wsa.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	cursor:hand;
	display: block;
	line-height: 30px; 
}
		
.accordion_toggle_active {
	font-weight : bold;
  	background-image:url(../img/2008_pijl_open_wsa.gif);
  	background-repeat:no-repeat;
  	background-position:bottom left;
	z-index:2;
}
		
.accordion_content {
	font-size: 13px;
  	font-weight:bold;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	margin-left:25px;
	overflow: hidden;
	margin-top:0px;
}

.accordion_content p {
	background-image: url(../img/2008_list.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0 0 0 25px;
	padding-left:10px;
	line-height:22px;
}
.accordion_content a{
	text-decoration:none;
	color:#1a171b;

	}
.accordion_content a:hover{
	color:#910721;
	}
	
#vertical_container {
      width: 237px; 
	  text-align:left; 
	  float: left;
	  margin-bottom:30px;    
}
	
	/*********************subnieuws CONTENT******************/

#vertical_nested_container {
	text-align:left;  
	width:536px;   
}

.vertical_accordion_toggle {
	margin: 0;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	display: block; 
	padding-left:190px;
	}

#subnieuws .vertical_accordion_toggle_active {
	font-weight: bold;
	background-color:#F0F0EF;
	width:336px;
	}

.vertical_accordion_content {
	overflow: hidden;
 	background-color:#F0F0EF;
 	padding-right: 10px; 
	margin:0 10px 10px 10px;
	background-color:#F0F0EF;
	border-bottom:dotted 1px #ACAAAB;
	}
		
.vertical_accordion_content p {
	overflow: hidden;
	padding-left:180px;
	margin:0;
	}
	
.vertical_accordion_content a{
	color:#1a171b;
	float:right;
	margin-bottom:5px;
	}
	
.vertical_accordion_content img{
	float:left;
	max-width:180px;
	margin:0 10px 0 -190px;
}
#subnieuws h2 a {
	color: #996600;
	text-decoration:none;
	font-style:normal;
}
#subnieuws h2 {
	width:536px;
	padding:0;
	font-size:11px;
	border:0;
	background:none;
	margin-left:190px;
	color:#1a171b;;
}
	
#subnieuws {
	margin-bottom:10px;
}

#subnieuws .content h2{
	margin-left:0;
}

/************************************************RIGHT**************************************/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 182px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size:12px;
}
#sidebar2 h1, #sidebar2 a{
	font-weight:bold;
	font-variant:small-caps;
	color:#1A171B;
	font-size:14px;
}

#sidebar2 ul {
  overflow: auto;
	list-style-image: url(../img/2008_list.gif);
	list-style-type: none;
	margin-left:-20px;
	margin-top:-5px;
}
#sidebar2 li a{
	text-decoration:none;
	font-variant:normal;
	color:#1a171b;
	font-weight:normal;
	font-size:11px;
}
#sidebar2 li{
	margin-bottom:5px;
}
#sidebar2 img{
    margin:10px;
    }

.blok{
	background: #f0f0ef; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-left:10px;
	margin-bottom:12px;
}
#sidebar2 .blok img {
	margin:0;
	text-align:center;
}

/************************************************MAIN**************************************/

#mainContent {
	margin:0;
	padding: 0; 
	font-size:12px;
	overflow:hidden;
}

img {
	border:0;
	}
	
h2 {
	color:#996600;
	font-weight:bolder;
	font-size:11px;
}
h3{
	color:#996600;
	font-weight:bolder;
	font-size:14px;
	margin-bottom:-10px;
}
h4{
	color:#996600;
	text-transform:uppercase;
	font-size:12px;
}
h5{
	margin-bottom:-8px;
	margin-top:0;
	font-size:11px;
	font-weight:bold;
}
h6{
	margin-bottom:-8px;
	margin-top:0;
	font-size:10px;
	font-weight:normal;
}

#mainContent h1 {
	font-weight:bolder;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:dotted 1px #ACAAAB;
	border-top:dotted 1px #ACAAAB;
	background-color:#F1F1F1;
	background-image:url(../img/2008_degrade.jpg);
	width:536px;
	margin-left:-190px;
	margin-top:0;
	height:19px;
	vertical-align:middle;
}

head ~ /* */ body #mainContent h1 a {
	font-weight:bold;
	font-size:12px;
	float:right;
	text-transform:lowercase;
	margin-top:-1.4em;
}/*Filter out Internet Explorer 7:*/

html[xmlns*=""] body:last-child #mainContent h1 a{ margin-top:0;} /*CSS hack for Safari 2 and Safari 1.3.2, KHTML, and Gecko only*/

@media all and (min-width:0px) {
			head~body:lang(en) #mainContent h1 a{ margin-top:0;}
			:root head~body:lang(en) #mainContent h1 a{ margin-top:0;}
			head~body:last-child #mainContent h1 a{ margin-top:0;}
			html:lang(e) #mainContent h1 a{ margin-top:0;}
			html:lang(e) head~body #mainContent h1 a{ margin-top:0;}
		}
		/*CSS hack for Opera 7.5 > 9.2x only*/

#mainContent a, #footer a {
	color:#996600;
	font-weight:bold;
	font-size:12px;
}
#mainContent a:hover {
	color:#1A171B;
}

#mainContent hr{
	color:#FFF;
	border:0;
	border-bottom:dotted 1px #ACAAAB;
	width:536px;
}

/************************************************AGENDA, SHOP, LINKS, LISTING ED**************************************/
.content {
	margin:5px 0 5px 0;
}

div.separator{
	border-bottom:dotted 1px #ACAAAB;
	margin:5px 0 5px 0;
	overflow: auto;
	clear:left;
}
div.separator2{
	margin:5px 0 5px 0;
	overflow: auto;
	clear:left;
}
.content_grijs .separator{
	border-bottom:dotted 1px #ACAAAB;
	margin:5px 0 5px -190px;
	overflow: auto;
	clear:left;
}

.video_foto {
	padding:2px 7px 0 7px;
	background-image:url(../img/2008_box_bg.jpg);
	background-repeat:repeat-y;
}
.filmfoto{
	padding:0 7px 7px 7px;
	background-image:url(../img/2008_box_bg.jpg);
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:10px;
	margin-bottom:10px;
}

.content img, .content_grijs img { 
	float: left;
	margin:0 10px 5px -190px;
	max-width:150px;
}
.content hr, .content_grijs hr{
	margin-left:-190px;
}

#mainContent .content {
	padding-left:190px;
}
#mainContent .content_grijs {
	padding-left:190px;
	background-color:#F1F1F1;
}

.content_grijs .print{
	float:right;
	background-color:#F1F1F1;
	margin:10px;
	padding-bottom:10px;
}
.small{
	text-transform:none;
	margin-top:-16px;
	margin-left:80px;
}
.right{
	float:right;
	margin-top:-27px;
	margin-right:5px;
}
.left{	
	margin-left:-190px;
}

.listing_titel {
	font-weight:bolder;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:dotted 1px #ACAAAB;
	border-top:dotted 1px #ACAAAB;
	background-color:#F1F1F1;
	background-image:url(../img/2008_degrade.jpg);
	padding-left:190px;
	margin-left:-190px;
}
.listing_titel2{
	font-size:13px;
	margin-bottom:-8px;
	color: #1a171b;
}
#mainContent .content_grijs .listing img { 
	float: left;
	margin-right:10px;
	margin-left:-140px;
	max-width:180px;
}

.jaartal {
	text-align:center;
	background-color:#F1F1F1;
	padding:10px 0;
}
.jaartal img {
	text-align:center;
	margin:2px;
}
.grey{
	background-color:#CCC;
	font-variant:small-caps;
	margin:-55px 5px 5px 10px;
	padding:10px;
}
.bttn{
	padding-left:15px;
}

.trailer{
	margin:0;
}

.data td{
	background-image:url(../img/bttn/2008_bttn_blanco.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:45px;
	height:30px;
	color:#FFCC33;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}
#mainContent .content_grijs .data a, #mainContent .content_grijs .data a:active, #mainContent .content_grijs .data a:hover{
	color:#FFCC33;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}
/************FOTO VIDEO SIDEBAR2************/
#fotogalerij {
	background-color:#F1F1F1;
	padding:55px;
}

.videofoto{
	float:right;
	margin:-50px;
	text-decoration:none;
	font-style:normal;
}
#fotogalerij .videofoto a, #video_ff .videofoto a {
	color: #989797;
	text-decoration:none;
	font-style:normal;
}
#fotogalerij .videofoto a:active, #fotogalerij .videofoto a:hover, #fotogalerij .videofoto, #video_ff .videofoto a:active, #video_ff .videofoto a:hover, #video_ff .videofoto{
	color: #1a171b;
	font-weight:bold;
}
.fotoreeks{
	margin:15px -20px;
}
.fotoreeks img{
	vertical-align:middle;
	margin:0 1px;
}

.center{
	text-align:center;
	margin-top:-1px;
	color:#666;
}
#sidebar2 .blok .fltrt { 
	float: right;
	margin-top:-26px;
}
.front{
	position:absolute;
	}
	
#video_ff{
	background-color:#F1F1F1;
	padding:25px 80px 45px 80px;
}
#video_ff a{
	font-style:normal;
	text-decoration:none;
}

#video_ff .videofoto{
	float:right;
	margin:-20px -70px 0 0;
	text-decoration:none;
	font-style:normal;
}

#video_ff hr{
	width:536px;
	margin-left:-80px;
}

.playcontrol table{
	width:90px;
	margin-right:20px;
	float:left;
}
.playcontrol img{
	width:90px;
}

.playcontrol{
	height:80px;
}

/************************************************FORMS**************************************/
#form1{
	float: right;
	margin-top:-83px;
	margin-right:200px;
}
#zoekveld{
	height:14px;
	border: 1px solid #1a171b;
	margin-right:5px;
  	width: 137px;
  	border: 1px solid #000;
  	padding: 2px;
	background: transparent url("../img/2008_field_bg.gif") no-repeat 0 0;
}
#zoek{
	background-image: url(../img/bttn/2008_zoeken.gif);
	width:22px;
	height:21px;
	border:0;
}

#form2{
	float: left;
	margin-left:-190px;
}
#veld{
	height:15px;
	font-size:12px;
	border: 1px solid #1a171b;
  	width: 120px;
  	border: dotted 1px #ACAAAB;;
}
#browse_right{
	background-image: url(../img/bttn/2008_browse_right.jpg);
	width:17px;
	height:16px;
	margin-left:5px;
	vertical-align:middle;
	border:0;
}

#selecteer{
	background-image: url(../img/bttn/2008_selecteer.gif);
	width:130px;
	height:32px;
	margin-right:5px;
	vertical-align:middle;
	border:0;
}
#selecteer_editie{
	background-image: url(../img/bttn/2008_selecteer_editie.gif);
	width:130px;
	height:32px;
	margin-right:5px;
	vertical-align:middle;
	border:0;
}
#download{
	background-image: url(../img/bttn/2008_download.gif);
	width:107px;
	height:32px;
	margin-left:130px;
	vertical-align:middle;
	border:0;
}
#veld2{
	height:20px;
	font-size:12px;
	border: 1px solid #1a171b;
  	border: dotted 1px #ACAAAB;
}
#form3{
	float: right;
	margin-top:10px;
}
#form4{
	float:left;
	margin-left:-120px;
	margin-top:10px;
}
#veld4{
	width: 50px;
	height:15px;
	font-size:12px;
	border: 1px solid #1a171b;
  	border: dotted 1px #ACAAAB;
}

/* CSS Document WSA by amazingthings.be 2008 *********************************************************************************/

/*******************************BASICS WSA************************/

#container_wsa{
	width: 980px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/2008_left_bg_wsa.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
 
#header_wsa { 
	background-image:url(../img/2008_header_wsa.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:160px;
} 

/************************************************HEADER WSA**************************************/

#ff {
	margin-top:-160px;
	margin-left:250px;
	border:0;
	float:left;
}

#form1_wsa{
	float: right;
	margin-top:-75px;
	margin-right:7px;
}

#zoek_wsa{
	background-image: url(../img/bttn/2008_zoeken_wsa.gif);
	width:22px;
	height:21px;
	border:0;
}

#tickets_wsa{
	float:right;
	border:0;
	margin-top:-40px;
	margin-right:5px;
}


/************************************************VIDEO WSA**************************************/
#video { 
	width:100%;
	margin: 0 0 10px 0;
} 
#video p {
	margin: 0; 
	padding: 10px 0; 
	font-size:12px;
}
#video h1 {
	font-weight:bold;
	font-size:15px;
	font-variant:small-caps;
	margin-bottom:-10px;
}
#video h2 {
	font-weight:bold;
	font-size:12px;
	color:#336600;
}

#video a {
	color:#336600;
	font-size:12px;
	float:right;
	margin-top:-20px;
}
.video_links, .video_midden, .video_rechts{
	float:left;
	width:251px;
	background:#E5FF7F;
	padding:0 25px 10px 40px; 
	min-height:330px;
	_height:330px;
}
.video_midden{
	margin: 0 15px;
}
/************************************************FOOTER WSA**************************************/
#releases { 
	width:100%;
	background:#F0F0EF;
	margin: 10px 0;
	text-align:center;
} 

#releases h1 {
	font-weight:bold;
	font-size:15px;
	font-variant:small-caps;
	text-align:left;
	margin-left:40px;
	margin-bottom:-3px;
}
#releases img{ 
	margin:10px;
	border:0;
} 

#releases .pijl{
	margin:0;
}
	
/************************************************XTRA**************************************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************************************************FOOTER**************************************/
#footer { 
	width:100%;
	background:#F0F0EF;
	margin: 0 10px 10px 0;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:10px;
	font-weight:bold;
}
#footer h1 {
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;
}
#footer img{ 
	float:left;
	margin-right:10px;
	margin-bottom:20px;
} 
.footer_links, .footer_midden, .footer_rechts{
	float:left;
	width:306px;
	background:#F0F0EF;
	padding:10px; 
}

/*******************EXTRA ARVID**********************************/
div.separator2{
	margin:5px 0 5px 0;
	overflow: auto;
	clear:left;
}
.content_wit{
	margin:5px 0 5px 0;
	overflow: no;
	clear:left;
}

.content_wit img { 
	float: left;
	max-width:536px;
}

.content_center {
	margin:5px 0 5px 0;
	overflow: no;
	text-align:center;
}

.content_grijs2 {
	border-bottom:dotted 1px #ACAAAB;
	margin:5px 0 5px 0;
	overflow: no;
	clear:left;
        background-color:#F1F1F1;
}

.content_grijs2 img { 
	float: left;
	max-width:536px;
}
.content_timeline a td tr {
	border-bottom:dotted 1px #ACAAAB;
	margin:0px 0 0px 0;
	overflow: no;
	clear:left;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	margin:0;
	padding: 0; 
	font-size:10px;
	overflow:hidden;
}
.logo{
	text-align:center;
}
#veld5{
	font-size:12px;
	border: 1px solid #1a171b;
  	border: dotted 1px #ACAAAB;
}
/************************************************COPYRIGHT**************************************/

#copy p { 
	font-size:11px;
	font-weight:bold;
}
#copy a {
	color:#996600; 
	font-weight:bold;
	font-size:11px;
}
#copy a:hover {
	color:#1A171B;
}
#mainContent .content_timeline .newslnk:a{
color:  #bb2222;
font-weight:bold;
}

.frame
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
       border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border: dotted 1px #ACAAAB;
	border-bottom-color: dotted 1px #ACAAAB;
	border-right-color: dotted 1px #ACAAAB;
	border-top-color: dotted 1px #ACAAAB;
	border-left-color: dotted 1px #ACAAAB;
	position:relative;
	top:2px;
}

.divHide{display:none;}
.divShow{display:block;}

