#content {text-align: center;}

/* manipulatie sminstyle */
/**************************************

* GLOBAL

**************************************/

html, body {

	margin				: 0;

	padding				: 0;

	background			: #c3c2c4;

	overflow-x			: hidden;

	font-family			: Arial, Helvetica, sans-serif;

	font-size			: 12px;

	color				: #312932;

}



#wrap_home {

	xwidth				: 3000px;

}



h2 {

	padding				: 0px;

	margin				: 0px;

}



h2 span {

	display				: none;

}



h3 {

	padding				: 0px;

	margin				: 0px;

	font-size			: 12px;

	line-height			: 18px;

}



p {

	padding				: 0px;

	margin				: 0px;

	font-size			: 12px;

	line-height			: 18px;

}



a {

	color				: #de2f49;

}







/**************************************

* HEADER

**************************************/

#header {

	width				: 3000px;

	height				: 236px;

	background			: transparent url('http://www.whatsnext01.nl/img/header_background.png') repeat-x;

	position			: relative;

	z-index				: 100;

}



#header #logo {

	width				: 670px;

	height				: 206px;

	position			: relative;

	float				: left;

	top					: 30px;

	left				: 43px;

	background			: transparent url('http://www.whatsnext01.nl/img/header.png') no-repeat;

	z-index				: 100;

}



#header #logo a.linkhome {

	width				: 300px;

	height				: 150px;

	position			: absolute;

	top					: 0px;

	left				: 0px;

	display				: block;

}



#header #home {

	width				: 106px;

	height				: 71px;

	display				: block;

	position			: absolute;

	top					: 183px;

	left				: 41px;

	z-index				: 100;

}



#header #home a {

	width				: 106px;

	height				: 71px;

	display				: block;

	background			: transparent url('http://www.whatsnext01.nl/img/btn_home.png') no-repeat scroll top;

	background-position	: 0px 0px;

	text-decoration		: none;

}



#header #home a:hover {

	background-position	: 0 -71px;

}



#header #bestelkaarten {

	width				: 220px;

	height				: 71px;

	display				: block;

	position			: absolute;

	top					: 183px;

	left				: 148px;

	z-index				: 100;

}



#header #bestelkaarten a {

	width				: 220px;

	height				: 71px;

	display				: block;

	background			: transparent url('http://www.whatsnext01.nl/img/btn_bestelkaarten.png') no-repeat scroll top;

	background-position	: 0px 0px;

	text-decoration		: none;

}



#header #bestelkaarten a:hover {

	background-position	: 0 -71px;

}



/**************************************

* NEWTICKERS

**************************************/

#header #logo #newsticker {

	width				: 250px;

	height				: 16px;

	position			: relative;

	top					: 150px;

	left				: 460px;

	font-family			: Arial, Helvetica, sans-serif;

	font-size			: 12px;

	font-weight			: bold;

}



#header #logo #newsticker ul {

	list-style			: none;

	margin				: 0;

	padding				: 0;

}

#header #logo #newsticker ul li {
	xdisplay				: none;
}



/**************************************

* NAVIGATION

**************************************/

#header #navigation {

	width				: 300px;

	height				: 140px;

	position			: relative;

	float				: left;

	top					: 20px;

	left				: 34px;

	z-index				: 100;

}



#header #navigation ul {

	list-style			: none;

	margin				: 0;

	padding				: 0;

	float				: right;

}



#header #navigation ul li {

	height				: 32px;

	margin				: 1px 0px 1px 0px;

	padding				: 0px 20px 0px 0px;

	font-size				: 0px;

	line-height			: 0px;

}

#header #navigation ul li.hover,

#header #navigation ul li.selected {

	padding				: 0;

}



#header #navigation ul li span.left,

#header #navigation ul li span.right {

	display				: inline;

	zoom				: 1;

	width				: 8px;

	height				: 32px;

	float				: right;

	margin				: 0;

	padding				: 0;

}



#header #navigation ul li span.left {

	background			: transparent url('http://www.whatsnext01.nl/img/navbtn_right_black.gif') no-repeat;

}

#header #navigation ul li.hover span.left,

#header #navigation ul li.selected span.left {

	background			: transparent url('http://www.whatsnext01.nl/img/navbtn_right_blue.gif') no-repeat;

}

#header #navigation ul li span.right {

	background			: transparent url('http://www.whatsnext01.nl/img/navbtn_left_black.gif') no-repeat;

}

#header #navigation ul li.hover span.right,

#header #navigation ul li.selected span.right {

	background			: transparent url('http://www.whatsnext01.nl/img/navbtn_left_blue.gif') no-repeat;

}



#header #navigation ul li a {

	display				: block;

	height				: 24px;

	background			: transparent url('http://www.whatsnext01.nl/img/navbtn_center_black.gif') repeat-x;

	padding				: 7px 16px 0px 0px;

	float				: right;

	text-align			: right;

	text-decoration		: none;

	margin				: 0;

	font-size				: 0px;

	line-height:0px;

}



/*#header #navigation ul li				{ width: 250px; }

#header #navigation ul li.programma		{ width: 128px; }

#header #navigation ul li.locatie		{ width: 100px; }

#header #navigation ul li.nieuwsbrief	{ width: 121px; }

#header #navigation ul li.contact		{ width: 96px; }*/



#header #navigation ul li.over a 		{ width: 174px; }

#header #navigation ul li.programma a	{ width: 102px; }

#header #navigation ul li.locatie a		{ width: 70px; }

#header #navigation ul li.nieuwsbrief a	{ width: 112px; }

#header #navigation ul li.sponsors a	{ width: 100px; }

#header #navigation ul li.contact a		{ width: 75px; }



#header #navigation ul li.hover a,

#header #navigation ul li.selected a {

	background			: transparent url('http://www.whatsnext01.nl/img/navbtn_center_blue.gif') repeat-x;

	padding				: 8px 36px 0px 0px;

}



/**************************************

* CONTENT

**************************************/

#content {
	width				: 3000px;

	height				: 497px;

	position			: relative;

	top					: -12px;

	background			: transparent url('http://www.whatsnext01.nl/img/background.jpg') repeat;

	border-width		: 8px;

	border-color		: #189dd8;

	border-style		: none none solid none;

	z-index				: 50;

}



#content div {

	position			: relative;

	float				: left;

}



#content #lineup {

	width				: 61px;

	background			: transparent url('http://www.whatsnext01.nl/img/btn_lineup.png') no-repeat scroll 0 70px; ;

	z-index				: 90;

	height				: 497px;

}





#content #speakers {

	width				: 960px;

	padding				: 70px 0px 0px 0px;

	position			: relative;

	left				: -20px;

	z-index				: 80;

}



#content #speakers .speaker {

	width				: 190px;

	height				: 83px;

	background			: transparent url('http://www.whatsnext01.nl/img/speaker_background.png') no-repeat;

	position			: relative;

	float				: left;

	cursor				: pointer;

}



#content #speakers .speaker .photo {

	width				: 62px;

	height				: 62px;

	margin				: 6px 0px 0px 5px;

	display				: inline;

}



#content #speakers .speaker .photo img {

	position			: absolute;

	top					: 0;

	left				: 0;

}



#content #speakers .speaker .text {

	width				: 82px;

	height				: 60px;

	margin				: 8px 0px 0px 9px;

}



#content #speakers .speaker .text h2,

#content #speakers .speaker .text p,

#content #speakers .extra .text h2,

#content #speakers .extra .text p {

	font-family			: Arial, Helvetica, sans-serif;

	font-size			: 11px;

	font-weight			: bold;

	text-transform		: uppercase;

	line-height			: 12px;

	margin				: 0;

	padding				: 0;

	color				: #000000;

}



#content #speakers .speaker .text p,

#content #speakers .extra .text p {

	color				: #189dd8;

}



#content #speakers .extra {

	width				: 190px;

	height				: 83px;

	position			: relative;

	float				: left;

	cursor				: pointer;

}



#content #speakers .dagvoorzitter	{ background: transparent url('http://www.whatsnext01.nl/img/dagvoorzitter_background.png') no-repeat; }

#content #speakers .deejay			{ background: transparent url('http://www.whatsnext01.nl/img/deejay_background.png') no-repeat; }

#content #speakers .locatie			{ background: transparent url('http://www.whatsnext01.nl/img/locatie_background.png') no-repeat; }

#content #speakers .programma		{ background: transparent url('http://www.whatsnext01.nl/img/programma_background.png') no-repeat; }

#content #speakers .tips			{ background: transparent url('http://www.whatsnext01.nl/img/tips_background.png') no-repeat; }



#content #speakers .extra .text {

	width				: 93px;

	height				: 60px;

	margin				: 29px 0px 0px 77px;

	display				: inline;

	position			: relative;

}



/**************************************

* LOGO SMIN

**************************************/

#logosmin {

	width				: 117px;

	height				: 35px;

	position			: absolute;

	top					: 660px;

	left				: 865px;

	z-index				: 150;

}



/**************************************

* ONELINER

**************************************/

#oneliner {

	display				: none;

	min-height			: 100px;

	height				: 49px;

	position			: absolute;

	z-index				: 150;

	/*top: 472px;

	left: 535px;*/

}



#oneliner div {

	display				: block;

	float				: left;

	height				: 49px;

	margin				: 0;

	padding				: 0;

}



#oneliner .left {

	width				: 27px;

	height				: 49px;

	background			: transparent url('http://www.whatsnext01.nl/img/oneliner_left.png') no-repeat;

}

#oneliner.inverted .left {

	width				: 11px;

	height				: 49px;

	background			: transparent url('http://www.whatsnext01.nl/img/oneliner_right_i.png') no-repeat;

}



#oneliner .text {

	font-family			: Georgia, "Times New Roman", Times, serif;

	font-size			: 16px;

	font-style			: italic;

	color				: #FFFFFF;

	padding				: 3px 0px 0px 0px;

	height				: 46px;

	background			: transparent url('http://www.whatsnext01.nl/img/oneliner_background.png') repeat-x;

}



#oneliner .right {

	width				: 11px;

	height				: 49px;

	background			: transparent url('http://www.whatsnext01.nl/img/oneliner_right.png') no-repeat;

}

#oneliner.inverted .right {

	width				: 27px;

	height				: 49px;

	background			: transparent url('http://www.whatsnext01.nl/img/oneliner_left_i.png') no-repeat;

}



/**************************************

* CONTENT FOLLOW

**************************************/



#content_follow {

	position			: relative;

	top					: -12px;

	background			: transparent url('http://www.whatsnext01.nl/img/background.jpg') repeat;

	border-width		: 8px;

	border-color		: #189dd8;

	border-style		: none none solid none;

	z-index				: 50;

}



.block_content_top {

	width				: 960px;

	height				: 25px;

	background			: transparent url('http://www.whatsnext01.nl/img/bg_content_full_top.png') no-repeat;

	background-position		: 0px 70px;

	padding-top			: 70px;

	margin-left			: 32px;

	}



.block_content_bottom {

	width				: 960px;

	height				: 25px;

	background			: transparent url('http://www.whatsnext01.nl/img/bg_content_full_bottom.png') no-repeat;

	margin-left			: 32px;

	}

	

.block_content_main {

	width				: 890px;

	background			: transparent url('http://www.whatsnext01.nl/img/bg_content_full_center.png') repeat-y;

	padding				: 0px 35px;

	margin-left			: 32px;

	}

	

/**************************************

* LOGO SMIN voor VERVOLGPAGINA's

**************************************/

#content_follow .logosmin {

	width				: 117px;

	height				: 35px;

	margin				: 20px 0px 20px 865px;

}



/**************************************

* PROGRAMMA

**************************************/



table.programma {

width				: 515px;

margin				: 15px 0px;

font-weight			: bold;

}



table.programma tr.odd {

background-color		: #dff4fe;

}



table.programma td {

padding				: 2px;

}



table.programma td.arrow {

padding				: 2px 5px 2px 10px ;

}



table.programma td.time {

width				: 90px;

}



table.programma td.item a {

font-size			: 12px;

color				: #de2f49;

text-decoration		: none;

}



table.programma td.item a:hover {

text-decoration		: underline;

}



table.programma td.item span {

font-size			: 12px;

color				: #189dd8;

}



.programma_text {

width				: 340px;

}



/**************************************

* SPONSORS

**************************************/

#random_logos {

margin-left			: 41px;

}



/**************************************

* POPUP SPREKER

**************************************/



.popup_spreker {

position				: absolute;

width				: 550px;

height				: 311px;

padding				: 10px;

z-index				: 100;

top					: 294px;

display				: none;

}



.type_01 {

left					: 41px;

background			: url(http://www.whatsnext01.nl/img/bg_spreker01.jpg) no-repeat;

}



.type_02 {

left					: 231px;

background			: url(http://www.whatsnext01.nl/img/bg_spreker02.jpg) no-repeat;

}



.type_03 {

left					: 421px;

background			: url(http://www.whatsnext01.nl/img/bg_spreker03.jpg) no-repeat;

}



.balloon {

position				: absolute;

left					: 43px;

top					: 10px;

height				: 50px;

padding				: 11px 25px 0px 0px;

background			: url(http://www.whatsnext01.nl/img/bg_spreker_balloon.jpg) no-repeat right top;

color				: #FFFFFF;

font-family			: Georgia, "Times New Roman", Times, serif;

font-style			: italic;

font-size				: 16px !important;

}



.balloon_medium,

.balloon_medium .text {

font-size				: 16px !important;

padding				: 3px 25px 0px 0px;

}



.balloon_small,

.balloon_small .text {

font-size				: 16px !important;

}



.popup_spreker .photo {

position				: absolute;

top					: 64px;

left					: 51px;

width				: 62px;

height				: 62px;

display				: inline;

background			: transparent url('http://www.whatsnext01.nl/img/speaker_background.png') no-repeat;

}



.popup_spreker .photo img {

position				: absolute;

top					: 0;

left					: 0;

}



.popup_spreker .name_company {

position				: absolute;

top					: 69px;

left					: 122px;

}



.popup_spreker h2,

.popup_spreker h3 {

font-family			: Arial, Helvetica, sans-serif;

font-size				: 11px;

font-weight			: bold;

text-transform			: uppercase;

line-height			: 12px;

margin				: 0;

padding				: 0;

color				: #000000;

}



.popup_spreker h3 {

color				: #189dd8;

}



.popup_spreker .text {

position				: absolute;

top					: 135px;

left					: 10px;

}



.popup_spreker p {

font-family			: Arial, Helvetica, sans-serif;

font-size				: 12px;

line-height			: 15px;

margin				: 0;

padding				: 0;

width				: 540px;

color				: #000000;

}



.popup_spreker ul {

list-style-type		: none;

margin				: 10px 0px 0px 0px;

padding				: 0;

}



.popup_spreker li {

float				: left;

width				: 16px;

height				: 16px;

margin-right			: 4px;

}



.popup_spreker li img {

border				: 0px;

}



.popup_spreker .close a {

position				: absolute;

top					: 8px;

right				: 22px;

width				: 15px;

height				: 15px;

display				: block;

}

.popup_spreker .btn_filmpje img {
margin-top			: 6px;
height				: 29px;
}


/* dif content */


/* big picture and thumbnails  */

/*#img, #thumbbox, #controlholder {border: 1px dotted #c00;}*/

#img  {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 500px;
	display: block;
	z-index: 10;
	left: 0px;
}

#thumbbox {
	position: relative;
	margin: 20px auto;
	padding: 0;
	width: 750px;
	height: 60px;
	display: block;
	z-index: 10;
	left: 0px;
}

.thumbimg {
	display: inline;
    margin: 0;
	padding: 0;
	width:84px;
	height:53px;
	clear: none;
}

#thumbbox div#col1{
  margin: 0;
  padding: 0; 
  position: absolute;
  top: 0;
  left: -2px;
  width:760px;
}

#thumbbox ol, #thumbbox li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

#thumbbox div li span img {
  width: 80px;		
  height: 53px;
  margin: 0;	
  margin-bottom: 5px;
  padding: 0;
  padding-bottom: 5px;
}

#thumbbox div li span img.selected_image {
   width: 80px;	
   height: 53px;
   border-bottom: 5px solid #cc0000;
   padding: 0;
}


/* controlbar en timesearch */

#controlholder {
  position: relative;
  height: 46px;
	width: 750px;
	color: #ffffff;
	z-index: 100;
	left: 70px;
	!left: 0px;
	margin: 0;
}

 #control {
 	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 26px;
	vertical-align: middle;
	text-align: center;
}

#controlholder ol {
 	position: absolute;
	top: -14px;
	!top: -2px;
	left: 0;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

#controlholder ol li {
	margin: 0;
	list-style-type: none;
	}

.control_btn {
	top: 0px;	
  margin: 0;
  float: left;
  text-align: center;
}

 #timebottom {
 	position: absolute;
	left: 550px;
	width: 200px;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

#timebox {
	float: right;
	clear: none;
}

#timetext {
	float: left;
	text-align: right;
	width: 135px;
	margin: 0;
	padding: 0;
	color: #000000;
}

input[type=text]#timefield {
	margin: 0;
	padding: 0;
	width: 50px;
	}

/* end timebottom */

select {
	font-size:10px;
}


input[type=text], input[type=textarea] {
	font-family: arial;
	font-size:11px;
	font-weight: normal;
	color: #000000;
}

#diffooter {
	position:relative;
	bottom: 20px;
	margin: 0 auto;
	padding: 40px;
	width: 750px;
	z-index: 200;
}

#diffooter .right {	
	position:absolute;
	top: 0;
	right: 0;
	float: right;
}

/* mail screen markup */

#mail {
	width: 333px;
	height: 338px;
	padding: 90px 0 0 20px;
  background-color: #ffffff;
	color: #000000;
}

.email {
	padding-left: 5px;
	padding-top:5px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: top;
	font-size:11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 130px;
	z-index: 20;
}

#emailbox {
	position: absolute;
	top: 100px;
	left: 0;
	width: 333px;
	height: 338px;
}

input[type=text], input[type=textarea] {
  font-size: 9pt;
	font-weight: bold;
	color: #000000;
	width: 140px;
}

li, LI, ul, UL {
	font-size: 10px;
	color:#000000;
	z-index:20;
}

.error {
	margin:20px;
	font-size: 10xp;
	font-weight: bold;
	color:#cc0000;
	z-index:20;
}

.errormessage {
	color:#666;
	font-size: 16px;
	font-weight: normal;
	
}

.gallink, a.gallink, a.gallink:hover {
	font-size: 10px;
	font-weight: bold;
	color:#cc0000;
	text-decoration: none;
}

form {margin: 0;}

/*.block_content_main*/
.block_content_main {text-align: center;}

a {outline: none;}

