@charset "utf-8";
/* CSS Document */
body
{
	background: #646464 url(../images/gfx/bg.jpg) repeat scroll 49% -8px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
a
{
	outline: none;
}
.linkText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#999999;
}
.mainText {
	padding:12px;
}
.mainText h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
/*MENU HOME*/
a.home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 47px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/home_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/home/home_menu.jpg); /* source for target image */
} 
a.home_active {
	 display: block; /* a tag must be a block */
	width: 47px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/home/home_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU Concepts//////////////////////////////////////////////////////////////*/
a.concepts { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 37px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/concepts_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.concepts:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/concepts/concepts_menu.jpg); /* source for target image */
} 
a.concepts_active {
	display: block; /* a tag must be a block */
	width: 37px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/concepts/concepts_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU News//////////////////////////////////////////////////////////////*/
a.news { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 41px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/news_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.news:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/news/news_menu.jpg); /* source for target image */
} 
a.news_active {
	display: block; /* a tag must be a block */
	width: 41px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/news/news_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU About//////////////////////////////////////////////////////////////*/
a.about { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 29px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/about_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.about:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/about/about_menu.jpg); /* source for target image */
} 
a.about_active {
	display: block; /* a tag must be a block */
	width: 29px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/about/about_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU FAQ//////////////////////////////////////////////////////////////*/
a.faq { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 35px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/faq_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.faq:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/faq/faq_menu.jpg); /* source for target image */
} 
a.faq_active {
	display: block; /* a tag must be a block */
	width: 35px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/faq/faq_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU PROJECT//////////////////////////////////////////////////////////////*/
a.project { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 37px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/project_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.project:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/project/project_menu.jpg); /* source for target image */
} 
a.project_active {
	display: block; /* a tag must be a block */
	width: 37px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/project/project_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU PROJECT//////////////////////////////////////////////////////////////*/
a.library { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 37px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/library_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.library:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/library/library_menu.jpg); /* source for target image */
} 
a.library_active {
	display: block; /* a tag must be a block */
	width: 37px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/library/library_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU PROJECT//////////////////////////////////////////////////////////////*/
a.contact { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 35px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/contact_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.contact:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/contact/contact_menu.jpg); /* source for target image */
} 
a.contact_active {
	display: block; /* a tag must be a block */
	width: 35px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/contact/contact_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*DUTCH MENU

/*MENU Concepts//////////////////////////////////////////////////////////////*/
a.home_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 47px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/home_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.home_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/home/nl/home_menu.jpg); /* source for target image */
} 
a.home_active_nl {
	 display: block; /* a tag must be a block */
	width: 47px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/home/nl/home_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
a.concepts_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 37px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/concepts_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.concepts_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/concepts/nl/concepts_menu.jpg); /* source for target image */
} 
a.concepts_active_nl {
	display: block; /* a tag must be a block */
	width: 37px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/concepts/nl/concepts_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU News//////////////////////////////////////////////////////////////*/
a.news_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 41px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/news_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.news_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/news/nl/news_menu.jpg); /* source for target image */
} 
a.news_active_nl {
	display: block; /* a tag must be a block */
	width: 41px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/news/nl/news_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU About//////////////////////////////////////////////////////////////*/
a.about_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 29px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/about_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.about_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/about/nl/about_menu.jpg); /* source for target image */
} 
a.about_active_nl {
	display: block; /* a tag must be a block */
	width: 29px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/about/nl/about_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU FAQ//////////////////////////////////////////////////////////////*/
a.faq_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 35px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/faq_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.faq_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/faq/nl/faq_menu.jpg); /* source for target image */
} 
a.faq_active_nl {
	display: block; /* a tag must be a block */
	width: 35px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/faq/nl/faq_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU PROJECT//////////////////////////////////////////////////////////////*/
a.project_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 37px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/project_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.project_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/project/nl/project_menu.jpg); /* source for target image */
} 
a.project_active_nl {
	display: block; /* a tag must be a block */
	width: 37px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/project/nl/project_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU PROJECT//////////////////////////////////////////////////////////////*/
a.library_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 37px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/library_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.library_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/library/nl/library_menu.jpg); /* source for target image */
} 
a.library_active_nl {
	display: block; /* a tag must be a block */
	width: 37px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/library/nl/library_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*MENU PROJECT//////////////////////////////////////////////////////////////*/
a.contact_nl { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 35px; /* width of reactive image */
     height: 195px; /* height of reactive image */
     background-image: url(../images/gfx/nl/contact_menu.jpg); /* source for start image */
     background-repeat: no-repeat;
} 
a.contact_nl:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/menu_gfx/contact/nl/contact_menu.jpg); /* source for target image */
} 
a.contact_active_nl {
	display: block; /* a tag must be a block */
	width: 35px; /* width of reactive image */
	height: 195px; /* height of reactive image */
	background-image: url(../images/menu_gfx/contact/nl/contact_menu_active.jpg); /* source for start image */
	background-repeat: no-repeat;
}
/*Normal Formatting*/
.LeftCol
{
	width:70%;
	float:left;
}
.LeftCol h1
{
	font-family:Lucida sans;
	font-size:14px;
}
.RightCol
{
	width:25%;
	float:right;
}
.aboutPeople
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.aboutPeople li,.aboutPeople a
{
	padding-left:0;
	padding-bottom:10px;
	text-decoration:none;
	color:#666666;
	
}
.aboutLinks
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.aboutLinks li,.aboutLinks a
{
	padding-left:0;
	padding-bottom:10px;
	text-decoration:none;
	color:#666666;
	
}
ul
{
	margin:0;
	padding-left:15px;
}
/*page styles*/
.scroll
{
	overflow:auto;
	height:410px;
	width:100%;
}
.about_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B195C8;
	width:167px;
}
.news_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #738a96;
	width:167px;
}
.concepts_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #88d4e3;
	width:167px;
}
.faq_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c60651;
	width:167px;
}
.projects_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9c7e0f;
	width:167px;
}
.library_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffc423;
	width:167px;
}
.contact_b
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00778a;
	width:167px;
}
.leftMainFullScroll
{
	padding-left:15px;
	padding-right:5px;
}
.leftMain
{
	width:287px;
	padding-left:15px;
	padding-right:5px;
}
#mainPageText span.contact
{
	color:#00778a;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText span.library
{
	color:#ffc423;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText span.faq
{
	color:#c60651;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText span.projects
{
	color:#9c7e0f;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText span.concepts
{
	color:#88d4e3;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText span.news
{
	color:#738a96;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText span.about
{
	color:#B195C8;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#mainPageText p
{
	color:#999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:12px;
	line-height:16px;
}
ol
{
	color:#999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#mainPageText ul
{
	color:#999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:12px;
}
.peopleHide
{
	display:none;
}
.peopleShow
{
	display:block;
}