
/* Start General Part */
* {
	padding: 0px;
	margin: 0px;
	/*text-align: justify;*/
}

html
{
	padding: 0;
	margin: 0;
}

img {
	border: 0px
}

html, body {
	font-size: 12.9667px;
	color: white;
}

.e-learning ol
{
	list-style: none;
}
	
.e-learning ol li
{
	float: left;
	clear: left;
	width: 500px;
	margin: 20px 0 0 13px;
}

.cleardiv
{
	clear: both;
}

.helper {
	clear: both;
	margin: 1px;
	padding: 0px;
}

/* end General Part */

/* Start Frame */

#container {
	margin: 27px auto 27px auto;
	width: 951px;
	position: relative;
}



/* Header */

#header_topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 22px;
	height: 14px;
	background: url('../img/frame/header_topLeft.gif');
}

#header_topCenter {
	position: absolute;
	top: 0px;
	left: 22px;
	height: 14px;
	width: 907px;
	background: white;
}


#header_topRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 14px;
	background: url('../img/frame/header_topRight.gif') ;
}

#header_content  {
	position: absolute;
	top: 14px;
	left: 0px;
	height: 103px;
	width: 951px;
	background: url('../img/frame/header.jpg') ;
}

#header_logolink {
	position: absolute;
	width: 365px;
	height: 25px;
	left: 32px;
	top: 40px;
	cursor: pointer;
}

#header_submenu 
{
	position: absolute;
	top: 0px;
	left: 434px;
	width: 148px;
	height: 81px;
	padding: 10px;

}

#header_login 
{
	position: absolute;
	top: 0px;
	left: 773px;
	width: 313px;
	height: 81px;
	padding: 10px;
}
/* End Header */

/* Start menu */
#menu 
{
	background: white;
	position: relative;
	width: 936px;
	padding: 5px 10px 10px 5px;
}

.menu_inhoud {
	padding: 5px 25px;
	color: #091742;
	font-weight: bold;
}

/* End menu */


/* Start content */
#content {
	position: relative;
	width: 100%;
}

#content_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: url('../img/frame/content_top.gif');
}

#content_center {
	position: relative;
	top: 10px;
	left: 0px;
}

#content_content {
	position: relative;
	padding: 0 0 20px 0;
	background: url('../img/frame/content_center.gif') repeat-y;
	min-height: 100px;
}

#footer
{
	width: 921px;
	clear: both;
	text-align: center;
	padding: 15px;
}

#footer a {
	color: white;
}
/* End content */

/* End Frame */


/* BEGIN Bibliotheek Layout */
#content_bibliotheek_content {
	position: relative;
	padding: 0px 0 20px 28px;
	background: url('../img/frame/content_bibliotheek_center.gif') repeat-y;
	min-height: 100px;
}

#content_two_content {
	position: relative;
	padding: 10px 0 20px 28px;
	background: url('../img/frame/content_two_center.gif') repeat-y;
	min-height: 100px;
}
/* BEGIN Bibliotheek Layout */

 #flashContainer {
 	position: absolute;
 	z-index: 150;
 	top: 199px;
 	width: 100%;
 	height: 0px;
 	margin: 0px;
 	padding: 0px;
 	vertical-align: middle;
 }

 .footerbanners {
 	height: 65px;
 	position: relative;
 	top: 15px;
 	background-color: white;
 	margin: 10px 0px;
 }

 #rightcolumn 
 {
 	position: absolute;
 	right: -142px;
 	top: -112px;
 }

  #rightcolumn_variatie1 
  {
 	position: absolute;
 	right: 190px;
 	top: 0px;
 }

 #rightcolumn_variatie2 
 {
 	position: absolute;
 	right: 180px;
 	top: 0px;
 }

  #rightcolumn_variatie3 
  {
 	position: absolute;
 	right: -23px;
 	top: -123px;
 }

 #leaderboard_label {
 	position: absolute;
 	top: 12px;
 	left: 2px;
 	width: 15px;
 	height: 71px;
 	background: url('../img/content/banners/advertentie.gif') no-repeat top left;
 	z-index: 100;
 }
 
/* tabs on the network page */

#tabs {
	border-bottom: 5px solid #215f75;
	height: 32px;
	padding: 0;
}

.activeTab1 {
	background-image: url('../img/netwerk/activeTab1.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.activeTab2 {
	background-image: url('../img/netwerk/activeTab2.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.activeTab {
	width: 96px;
	height: 22px;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
}

.inactiveTab {
	width: 96px;
	height: 22px;
	float: left;
	font-size: 12px;
	font-weight: 700;
	color: #547a9a;
	cursor: pointer;
}

#e-learning li{
	margin-left: 23px;
}
