@import url(nav.css);
@import url(style.css);

/* GENERAL */

div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background: url(../images/bglight.jpg) #e5e8e8 top center repeat-x;
	background-position: fixed;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
	overflow-y: scroll !important;
}


#mainwrap {
	background: url(../images/main.png); 
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #3c3c3c;
	font-size: 1.2em;
}
#main {
	background: url(../images/bg_home.jpg) 22px 19px no-repeat;
	padding: 19px 21px 0 55px; 
}
#main.page {
	background: url(../images/bg_page.jpg) 22px 19px no-repeat;
}	




#home_left {
	float: left;
	width: 540px;
	padding-top: 32px;
}
#home_right {
	float: right;
	width: 383px;
	text-align: right;
}
	
#header {
	padding-bottom: 25px;
}
#logo {
	float: left;
	padding-bottom: 25px;
}

#content_left {
	float: left;
}
#menu {
	background: url(../images/menu_bottom.gif) #fffce8 bottom no-repeat;
	padding-bottom: 55px;
}
ul#nav {
	width: 165px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
ul#nav li {
	display: block;
	background: url(../images/bg_menu.gif) #fffce8 0px 0px;
	margin: 0;
	height: 17px;
	padding: 3px 0 4px 11px;
}
ul#nav li:hover {
	background: url(../images/bg_menu.gif) #fffce8 0px 48px;
}		
ul#nav li.active, ul#nav li.active:hover {
	background: url(../images/bg_menu.gif) #fffce8 0px 24px;
}
ul#nav li a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
ul#nav a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
ul#nav li.active a, ul#nav li.active a:hover {
	color: #00467f;
	font-weight: bold;
}

#menu form #q {
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width:105px;
	color: #999;
}
#menu form {
	background-color: #fffce8;
	padding: 11px 0 0px 11px;
}
#video a {
	margin-bottom: 5px;
	display: block;
}



#content_right {
	width: 310px;
	float: right;
}
#intro {
	padding-right: 40px;
	font-size: 1.1em;
}
#highlights {
	padding-right: 0px;
	font-size: 1.1em;
	margin-top: 90px;
}

#highlights table td {
	vertical-align: top;
	padding-bottom: 5px;
}
#highlights table td em {
	font-style: normal;
	color: #00467f;
	font-weight: bold;	
}	
#highlights table td a, #highlights table td a:hover, #highlights table td a:visited, #highlights table td a:active {
	color: #3c3c3c;
	font-weight: normal;
	text-decoration: none;
}
#highlights table td a:hover {
	text-decoration: underline;
}
#highlights table td hr {
	border: 0;
	height: 1px; 
	background-color: #ffdd00;
	color: #ffdd00;
	margin: 8px 0;
}
.download {
	margin: 3px 0 0 20px;
}

a.gallery {
	background: url(../images/bg_menu.gif) #fffce8 0px 48px;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #eee;
	color: #666666;
}	





#page_left {
	padding-top: 32px;
	float: left;
}
#titel {
	padding-bottom: 33px;
}
#page_right {
	float: right;
	width: 645px;
	padding: 110px 50px 0 0;
	line-height: 18px;
}
#breadcrumbs {
	display: block;
	padding-bottom: 45px;
}
#breadcrumbs ul, #breadcrumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#breadcrumbs li {
	float: left;
	padding-left:.5em;
	color: #777;
}
#breadcrumbs li a, #breadcrumbs li a:visited, #breadcrumbs li a:active, #breadcrumbs li a:hover {
	color: #999; 
	font-weight: normal;
}
#breadcrumbs li.home {	
	background: url(../images/icon_home.gif) 0px 3px no-repeat;
	padding-left: 20px;
}
#related {
	background: url(../images/bg_related.gif) #f3f3f3 bottom repeat-x;
	float: right;
	width: 190px;
	margin: 15px 0 0 40px;
}
#related ul, #related li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#related ul {
	margin: 10px 0 30px 10px;
	padding-bottom: 40px;
}
#related li a, #related li a:visited, #related li a:active, #related li a:hover {
	color: #777; 
	font-weight: normal;
}



ul.press {
	width: 400px;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ccc;
}
ul.press li {
	background: url(../images/icon_file.gif) 0px 5px no-repeat;
	display: block;
	padding: 4px 0 0 25px;
	height: 22px;
	border-bottom: 1px dotted #ccc;
}
ul.press li a {
	display: block;
	width: 300px;
	float: left;
}
ul.press li span {
	float: right;
	color: #999;
	display: block;
}
ul.press li.pdf {
	background: url(../images/icon_pdf.gif) 0px 5px no-repeat;
}	
ul.press li.doc {
	background: url(../images/icon_doc.gif) 0px 5px no-repeat;
}	
ul.press li.xls {
	background: url(../images/icon_xls.gif) 0px 5px no-repeat;
}	
ul.press li.ppt {
	background: url(../images/icon_ppt.gif) 0px 5px no-repeat;
}	





#sponsors {
	background: url(../images/schaduw.gif) top center no-repeat;
	padding: 50px 21px 0 55px; 
	margin-top: 30px;
}	
#sponsors div.labels {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	height: 60px;
	float: left;
}
#sponsors div.logos {
	width: 695px;
	height: 60px;
	float: right; 
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 10px;
	color: #999;
}
#sponsors div.logos img {
	margin-bottom: 8px;
}
#sponsors div.logoseu {
	float: left;
	width: 173px;
}
#sponsors div.logosx {
	float: left;
	width: 173px;
	vertical-align: middle;
	display: block;
}
#sponsors div.high {
	height: 105px;
}

/* FOOTER */


#footer {
	background: url(../images/footer.png) top center repeat-x;
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 50px;
	padding: 50px 0 0 0px;
	text-align: center;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.1em;
}	



















/* FORMS */

form {
	margin: 0;
}
select {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #868686;
	font-size: 1em;
}	
input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 2px;
	font-size: 0.9em;
}
input.button {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 0.9em;
	border: 0px;
	background-color: white;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	height: 21px;
	cursor: pointer;
   	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF');
}
select {
	cursor: pointer;
}




th {
	font-size: 0.9em;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
.lijstrow {
	background-color: #FFFFFF;
}
.lijstrowon {

	background-color: #F9F9F9;
}
.lijstrow td, .lijstrowon td {
	padding: 3px 0;
}






/* CLEARFIX */


.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden; }
.clearfix { *height: 1%; }
.clear { clear: both; }



