/* Worldmeetings standard style */
/* used by every page */
/* created by Ben Latten */

html, body, span, applet, object, iframe {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
}

body {
	background-image:url(../images/wm_background.jpg);
	background-position:top;
  	background-color: #EBEBEB;
	background-repeat:no-repeat;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px; 
  	text-align: center; 
}

h1 {
	font:bold 14px "Trebuchet MS", Arial;
	color:#1b1446;
	margin:20px 0px 10px 20px;
}

h2 {
	font:normal 12px "Trebuchet MS", Arial;
	color:#8B9298;
	margin:0px 0px 7px 0px;
}

h3 {
	font:normal 11px "Trebuchet MS", Arial;
	color:#1b1446;
	padding:0px 0px 0px 10px;
	margin:0px 0px 7px 0px;
	width:130px;
	background-image:url(../images/wm_arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

h3 a:link, h3 a:visited, h3 a:active {
	text-decoration:none;
	color:#1b1446;
}

h3 a:hover {
	text-decoration:underline;
	color:#1b1446;
}

h4 {
	font:normal 11px "Trebuchet MS", Arial;
	color:#1b1446;
	margin:0px 0px 7px 0px;
}

h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
	text-decoration:none;
	color:#1b1446;
}

h5 {
	font:bold 20px "Trebuchet MS", Arial;
	color:#F7931E;
	margin:20px 0px 20px 0px;
}

table {
	width:720px;
	margin:0px 0px 0px 0px;
}

tr {
	font:normal 11px "Trebuchet MS", Arial;
	color:#1b1446;	
}

tr a:link, tr a:visited, tr a:active, tr a:hover {
	text-decoration:underline;
	color:#F7931E;	
}


/* center div ---------------------------------------------------------------------------------------- */
#outerWrapper {
  	margin: 0 auto 0 auto; 
  	padding: 0px 0px 0px 0px; 
  	text-align: left;
  	width: 980px;
}

/* bovenzijde pagina div ----------------------------------------------------------------------------- */
#top {
	width:980px;
	height:99px;
	position:relative;
}

#logo {
	position:absolute;
	top:13px;
	left:14px;
	width:356px;
	height:72px;
	border:0px;
	margin:0px 0px 0px 0px;
}

#linkcontainer {
	background-image:url(../images/wm_links.jpg);
	position:absolute;
	top:9px;
	left:615px;
	width:250px;
	height:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#linkbox {
	width:180px;
	font:normal 11px "Trebuchet MS", Arial;
	color:#f7931e;
	margin:10px 0px 0px 15px;
	float:left;
	display:inline;
}

#linkbox a:link, #linkbox a:visited, #linkbox a:active {
	text-decoration:none;
	color:#1b1446
}

#linkbox a:hover {
	text-decoration:underline;
	color:#1b1446;
}

/* language section ---------------------------------------------------------------------------------------- */

#languagecontainer {
	background-image:url(../images/wm_language.jpg);
	position:absolute;
	top:9px;
	left:870px;
	width:100px;
	height:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#languagebox {
	width:80px;
	font:normal 11px "Trebuchet MS", Arial;
	color:#f7931e;
	margin:10px 0px 0px 10px;
	float:left;
	display:inline;
}

#languagebox a:link, #languagebox a:visited, #languagebox a:active {
	text-decoration:none;
	color:#1b1446
}

#languagebox a:hover {
	text-decoration:underline;
	color:#1b1446;
}

/* inhoudelijk deel van de pagina div ----------------------------------------------------------------------*/
#contentcontainer {
	width:980px;
	position:relative;
	background-color:#63C;
}



/* about worldmeetings deel van de pagina div  --------------------------------------------------------------*/
#about {
	width:132px;
	height:500px;
	background-image:url(../images/wm_aboutbackground.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	font:normal 11px "Trebuchet MS", Arial;
	color:#1b1446;
	line-height:18px;
	padding:10px 20px 0px 16px;
}

#aboutline {
	width:130px;
	height:10px;
	border:0px;
	margin:5px 0px 10px 0px;
}


/* tab deel ------------------------------------------------------------------------------------------------- */
#tab0 {
	background-image:url(../images/wm_tab0.jpg);
	width:780px;
	height:41px;
	position:absolute;
	left:180px;
	top:60px;
	background-color:#F00;	
}
#tab1 {
	background-image:url(../images/wm_tab1.jpg);
	width:780px;
	height:41px;
	position:absolute;
	left:180px;
	top:60px;
}
#tab2 {
	background-image:url(../images/wm_tab2.jpg);
	width:780px;
	height:41px;
	position:absolute;
	left:180px;
	top:60px;
}
#tab3 {
	background-image:url(../images/wm_tab3.jpg);
	width:780px;
	height:41px;
	position:absolute;
	left:180px;
	top:60px;
}
#tab4 {
	background-image:url(../images/wm_tab4.jpg);
	width:780px;
	height:41px;
	position:absolute;
	left:180px;
	top:60px;
}

.tabcontent {
	width:120px;
	height:20px;
	color:#1b1446;
	font:normal 11px "Trebuchet MS", Arial;
	margin:17px 0px 0px 30px;
	float:left;
	text-align:left;
	display:inline;
}

.tabcontent a:link, .tabcontent a:visited, .tabcontent a:active, .tabcontent a:hover {
	text-decoration:none;
	color:#FFF;
}


/* breadcrumbs  ----------------------------------------------------------------------------------------------------- */
#breadcrumbs {
	width:700px;
	color:#8B9298;
	position:absolute;
	left:202px;
	top:25px;
	font:normal 11px "Trebuchet MS", Arial;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	text-decoration:none;
	color:#8B9298;
}

#breadcrumbs a:hover {
	text-decoration:underline;
	color:#8B9298;
}

/* inhoud div  --------------------------------------------------------------------------------------------------------*/
#content {
	width:780px;
	background-color:#FFF;
	position:absolute;
	left:180px;
	top:100px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#pcontent {
	margin:0px 20px 20px 20px;
	font:normal 11px "Trebuchet MS", Arial;
	color:#1b1446;
}
#pcontent a:link, #pcontent a:visited, #pcontent a:active, #pcontent a:hover {
	text-decoration:underline;
	color:#F7931E;
}

.contentimage {
	margin:0px 0px 5px 5px;
	border:0px;
	float:right;
}

/* form objects ----------------------------------------------------------------------------------------------------------- */
form {
	display:inline;
}
