/************************************************************
	MAIN GEDEELTE
/************************************************************/


	body {
		font-size: 68%;
		background: #fff; 
	}
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #003366;
	}

	object, embed, a:focus, a:active {
		outline: none;
	}
	#main a {
		text-decoration: underline;
	}
	/* Standard padding for content class insite a component
		Override in component to change effect */
	#container {
		width: 996px;
		margin: 0 auto;
		background: #fff;
	}
	
	#container #main {
		position: relative;
		width: 996px;
		overflow: hidden;
		margin: 25px 0 0 0;
	}
	
	#main #navigation{
		width: 225px;
		float: left;
		height: auto;
		margin-bottom: 250px;
	}

	#main #content {
		float: left;
		width: 770px;
		position:relative;
	}
	#main #content {

	}
	#content #text	{
		width: 500px;
		float: left;
		min-height: 440px;
		height: auto!important;
		height: 440px;
		margin-bottom: 20px;
	}
	#content #modules {
		position: relative;
		float: right;
		width: 245px;
		overflow: hidden;
	}

/************************************************************
	NAVIGATION GEDEELTE
/************************************************************/
	#nav {
		margin-left: 225px;
	}
	
	#nav li {
		float: left;
		
	}
	#nav li a {
		color: #036;
		padding: .7em 1em;
		display: block;
		font-weight: bold;
	}
	#nav li.selected a, #nav li a:hover, #nav li a:focus {
		background: #036;
		text-decoration: none;
		color: #fff;
	}
	
	#subnav {
		border-bottom: 2px dotted #036;
		background: #fff url(images/subnav-bg.gif);
		min-height: 170px;
		height: auto!important;
		height: 170px;
		padding-top: 10px;
	}
	#subnav ul {
		z-index: 100;
	}
	#subnav li {
		list-style: outside disc;
		margin-left: 20px;
		font-size: 14px; /* Somewhat of a nasty bulletsize fix */
		color: #ed1e3c;
	}
	#subnav li li{
		background: #fff;
	}
	
	#subnav li a {
		font-weight: bold;
		padding: .2em 0;
		display: inline;
		font-size: 11px;
	}
	#subnav li li a {
		padding: 0;
		margin: 0;
		list-style: none;
		font-weight: normal;
	}
	#subnav { 	
		border-bottom: none;
		background: #FFF;
	}
	#subnav li { 	color: #036; list-style: none; }
	#subnav li a { 	color: #036; text-decoration: none; }
	#subnav li a:focus, #subnav li a:hover { 	text-decoration: underline; }
	#subnav li.selected { color: #f00;  }
	#subnav li.selected li a { color: #036; }
	#subnav li.selected a, #subnav li li.selected a  { color: #f00; }
	#subnav li.selected { list-style: url(images/subnav-bullet.gif); }
	* #subnav li.selected { list-style: url(images/subnav-bullet-ie.gif);}
	#subnav li.selected li { list-style: none; list-style-image:none;  margin: 0; }
	/* 3e niveau */
	#subnav li.selected li.selected li a { color: #036; margin-left: 1em; display: block; }
	#subnav li.selected li.selected li.selected a  { color: #f00; }
	
/************************************************************
	TOP GEDEELTE
/************************************************************/
	#top {	
		position: relative;
	}
	#top #logo {
		position: absolute;
		right: 0;
		top: 0;
	}
	#top #logo a { display: block; width: 212px; height: 39px; background: url(images/logo.gif); 	}
	#top #logo.de a { background-image: url(images/logo-uas.gif); }
	#top #logo.en a { background-image: url(images/logo-uas.gif); }
	
	#top #logo a span {
		display: block; overflow: hidden;
		width: 0;	height: 0; margin: 0;
	}
	#top #shortcuts	{ 
		height: 30px; 
		padding: 13px 0 0 59px;
		list-style: none;
		overflow: hidden;
	}
	#top #shortcuts li {
		display:inline;
		margin-right: 0.65em;
	}
	#top #shortcuts li a {
		color: #777;
		font-size: 0.9em;
		font-weight: bold;
		text-decoration: none;
	}
	#top #shortcuts li a:hover,#top #shortcuts li a:focus {
		color: #003366;
		text-decoration: underline;
	}	

/************************************************************
	BRANDBAR GEDEELTE
/************************************************************/
	
	#brand-bar {
		height: 155px;
		overflow: hidden;
		display:block;
		background-color: #003366;
	}
	#brand-bar #type {
		float: left;
		width: 225px;
		height: 155px;
		overflow: display;
		background-color: #003366;
	}
	#brand-bar img {
		float: left;
		overflow: display;
		background-color: #003366;
	}
	#brand-bar #emotion-header {
		background:url(images/emotion-header.jpg) no-repeat;
		float: left;
		width: 508px;
		height: 155px;
		position: relative;
	}
	#brand-bar #ambient { 
		background: #fff;
		overflow: hidden;
		height:155px;
		width:770px;
		float:right;
		position: relative;
	}	
	#maintitle {
		position: absolute;
		right: 40px;
		top: 110px;
		display: block;
		width: 400px;
		font-size: 25px;
		text-align: right;
		font-weight: bold;
		font-style: italic;
		color: #036;
	}
	#header-bar {
		background: #E5EAEF;
		height: 28px;
		overflow: hidden;
		width: 100%;
	}	
	
/************************************************************
	CONTENT GEDEELTE
/************************************************************/
	
	.breadcrumbs {
		margin: 0 1em 1em 1em;
		font-weight: bold;
	}
	
/************************************************************
	FOOTER GEDEELTE
/************************************************************/

	#footer {
		clear: both;
		border-top: 1px solid #036;
		float: left;
		width: 995px;
		padding: 5px 0;
		position: relative;
	}
	#footer p#copyright {	float:left; }
	#footer p { margin: 0;}
	#footer p#disclaimer { float:right; }	
	#footer a { font-weight: bold; }

	#curve {
		position: absolute;
		z-index: 1;
		bottom: 30px;
		left: 0;
		width: 225px;
		height: 220px;
		background: url(images/curve-corporate.jpg) no-repeat bottom;
	}
	#curve .content {
		padding: 60px 0 0 0;
		margin-left: 20px;
	}
/************************************************************
	ALGEMEEN GEDEELTE
/************************************************************/			
	a {
		color: #000;
		text-decoration: none;
	}	
	a:hover, a:focus {
		text-decoration: underline;
	}
	p {
		margin-bottom: 1em;
		line-height: 150%;
	}
	h1 { font-size: 1.6em; font-weight: bold; }
	h2 { font-size: 1.2em; font-weight: bold; }
	h3{ font-size: 1em; }
	h3,h4 { font-weight: bold; }
	h3.alt { color: #036; 	}
	strong {
		font-weight: bold;
	}	
	em {
		font-style: italic;
	}
	strong em {
		font-weight: bold;
		font-style: italic;
	}
	em strong {
		font-weight: bold;
		font-style: italic;
	}
	hr {
		border: 0;	
		border-bottom: 2px dotted #036;
		margin: 0 10px;
	}
	#container .hide {
		display: none;
	}
	.clear {
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	#content ul, #content ol {
		margin-bottom: 10px;
	}
	#content ul li {
		list-style: outside disc;
		margin-left: 2em;
		line-height: 150%;
	}
	#content ol li {
		list-style: outside decimal;
		margin-left: 2em;
		line-height: 150%;
	}	
	form ol li {
		margin-left: 0 !important;
		list-style: none;
		list-style-type: none !important;
	}
	#content ul.nostyle li {
		list-style: none;
		margin-left: 0;
		line-height: 150%;
	}
	table, th, td {
		font-size: 1em;
	}
	#content table, #content th, #content td {
		/*border: 1px solid #003366;*/
		padding: 3px;
	}
	#modules hr.withrss {
		padding-right: 20px;
	}
/**********************	
		ALGEMEEN GEDEELTE
/*********************/
#top #shortcuts { height: 25px; }

#top #worlds {
	height: 19px;
	padding: 5px 0 0 55px;
	list-style:none;
	clear: both;
	position: relative;
}
#top #worlds li {
	float: left;
}

#top #worlds a {
	position: relative;
	display: block;
	height: 17px;
	font-size: 12px;
	line-height: 16px;     
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}   
    
#top #worlds a:hover {
	text-decoration: none;
}

/*********************************************
	WERELD NAVIGATIE
 *********************************************/

#top #worlds a span {
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	cursor: pointer;
	background: url(http://www.han.nl/lib/css/han/sprites/sprite-worldnav.gif) no-repeat;
}

#top #worlds a#over-han { width:85px;margin-right:55px;}
#top #worlds a#over-han span { background-position: 0 0; }

#top #worlds a#bachelors {width:136px;margin-right:40px;}
#top #worlds a#bachelors span {background-position: -150px 0;}

#top #worlds a#masters {width:130px; margin-right:48px;}
#top #worlds a#masters span { background-position: -345px 0; }

#top #worlds a#onderzoek {width:160px; margin-right:20px;}
#top #worlds a#onderzoek span {background-position: -600px 0; }

#top #worlds a#cursussen {width:245px; margin-right:0px;}
#top #worlds a#cursussen span {background-position: -800px 0; }

#top #worlds a#voltijd { width:120px;margin-right:55px;}
#top #worlds a#voltijd span { background-position: -950px 0; }

#top #worlds a#deeltijd { width:140px;margin-right:55px;}
#top #worlds a#deeltijd span { background-position: -1100px 0; }

#top #worlds a#courses-en {width:150px; margin-right:40px;}
#top #worlds a#courses-en span {background-position: 0px -100px; }

#top #worlds a#practical-en {width:180px; margin-right:20px;}
#top #worlds a#practical-en span {background-position: -150px -100px; }

#top #worlds a#about-en {width:180px; margin-right:0px;}
#top #worlds a#about-en span {background-position: -350px -100px; }

#top #worlds a#over-han-de { width:96px; margin-right:80px;}
#top #worlds a#over-han-de span {background-position: 0 -200px; }

#top #worlds a#bachelors-de {width:167px; margin-right:90px;}
#top #worlds a#bachelors-de span{background-position: -150px -200px; }

#top #worlds a#masters-de { width:233px; margin-right:50px;}
#top #worlds a#masters-de span{ background-position: -350px -200px; }

#top #worlds a#posthbo-de {width:200px; margin-right:0px;}
#top #worlds a#posthbo-de  span{ background-position: -600px -200px; }


/***
#	@Module:			picture-viewer
#	@owner:			DGNS
#	@Last Update:	25-03-2008
/****/
	.picture-viewer {
		text-align:left;
		margin: 0 auto;
		padding: 10px 0;
		width: 240px;
		display:block;
		position: relative;
	}

	.picture-viewer .pic-big {
		position: absolute;
		top: 10px;
		right: 5px;
		cursor: pointer;
	}

	.picture-viewer .main-picture
	{
		margin:0;
		text-align: center;
		height: 172px;
		width: 230px;
		margin: 0 auto;
		overflow:hidden;
	}

	.picture-viewer .main-picture img {
		margin: 0;		
		max-height: 172px;
		max-width: 230px;
	}

	.picture-viewer .picture-navigation
	{
		display:block;
		width: 230px;
		margin:auto;

		margin-top:5px;
		height: 40px;
		position: relative;
		overflow: hidden;
	}

	.picture-viewer .beschrijving {
		width: 100%;
		display:block;

		text-align: center;
		color: #666;
		height: 31px;
		font-size:10px;
		overflow: hidden;
	}

	.picture-viewer .picture-navigation .prev,
	.picture-viewer .picture-navigation .next
	{
		position: absolute;
		top: 7px;

		cursor: pointer;
	}
	.picture-viewer .picture-navigation .prev { left: 4px; }
	.picture-viewer .picture-navigation .next { right: 4px; }

	.picture-viewer .picture-navigation ul {
		list-style: none;
		width: 160px;
		margin: 6px 34px;
		float: right;
	}
	.picture-viewer .picture-navigation ul li {
		float: left;
		margin: 0 2px;
	}
	.picture-viewer .picture-navigation ul li  a {
		margin: 0;
	}
	.picture-viewer .picture-navigation ul li a img {
		max-width: 30px;
		max-height: 30px;
	 	border:0px;
		padding: 2px;
	}

	.picture-viewer .picture-navigation ul li a.active img {
	 border: 1px solid #036;
	 padding: 1px;
	}
	
	.picture-viewer .hide	{
		display: none;
	}

/***
#	@Module:		rss-mm-viewer
#	@owner:			HVNJ
#	@Last Update:	20-04-2010
/****/
	#modules .rss-mm-viewer {
		text-align:left;
		margin: 0 auto;
		padding: 10px 10px 10px 10px;
		width: 200px;
		display:block;
		position: center;
	}
	#modules .rss-mm-viewer li
	{
	float:left;
	margin:1px 10px 1px 1px;
	border:none;
        width:50px;
        height:32px;
        overflow:hidden;
	}

    .rss-mm-viewer img.flickr
	{
	max-width:50px;
	}

    .rss-mm-viewer img.youtube
	{
	max-width:85px;
	}
	
	
	#modules .rss-mm-viewer h3
	{
	height:45px;
	display:block;
	}

    #modules .rss-mm-viewer h3 img
	{
	float:left;
	margin:2px 5px 5px 0px;
	padding: 0px;
	position:top;
	}	

    #modules .rss-mm-viewer h3 img.flickr
	{
		width:32px;
	}

    #modules .rss-mm-viewer h3 img.youtube
	{
		width:32px;
	}



/***
#	@Module:		mixed-rss-viewer
#	@owner:			HVNJ
#	@Last Update:	20-04-2010
/****/
	.mixed-rss-viewer {
		text-align:left;
		margin: 0 auto;
		display:block;		
		position: center;
	}

	.mixed-rss-viewer li
	{
		padding:0px 0px 0px 10px;
		margin:0px 0px 10px 10px;
		position: relative;
        min-height:18px;
		border:none;
	}
	.mixed-rss-viewer li a {
		padding-left: 20px;
        min-height:18px;
		display:block;
	}
	.mixed-rss-viewer .mixed-base{
		position: absolute;
		left: 0;
		top: 3px;
	}
	.mixed-base-text
	{
	float:left;
	display:block;
	}

	.mixed-base
	{
	background:transparent url(/lib/images/social/icons_rss_soc.gif) no-repeat scroll 0 0;
	display:block;
	height:30px;
	}
	
	
	.mixed-rss-viewer  .standaard

	{
	background-position: -0px 0pt; width: 21px;
	}		
	
	.mixed-rss-viewer  .blog
	{
	background-position: -30px 0pt; width: 22px;
	}		
	
	.mixed-rss-viewer .foto
	{
	background-position: -60px 0pt; width: 22px;
	}		

    .mixed-rss-viewer .rss
	{
	background-position: -90px 0pt; width: 18px;
	}		
	
    .mixed-rss-viewer .video
	{
	background-position: -120px 0pt; width: 22px;
	}		
	
    .mixed-rss-viewer  .toekomst
	{
	background-position: -150px 0pt; width: 22px;
	}		

    .mixed-rss-viewer  .geschiedenis
	{
	background-position: -180px 0pt; width: 22px;
	}		
	

    .mixed-rss-viewer h3.hans_m
	{
		background:url(/lib/images/social/hans_m_small.gif) top left no-repeat;
		height:54px;
	}

    .mixed-rss-viewer h3.hans_m span
	{
		position:absolute;
		left:-2000em;
	}


    .mixed-rss-viewer h3.kw
	{
		background:url(/lib/images/social/cat_kw_small.gif) top left no-repeat;
		height:54px;
	}

    .mixed-rss-viewer h3.kw span
	{
		position:absolute;
		left:-2000em;
	}


     h3.twit
	{
		background:url(/lib/images/social/logo-twitter.gif) 7px 7px no-repeat;
		height:54px;
                padding:5px 0px 0px 60px;
		margin:0px !important;
		display:block;

	}

    .mixed-rss-viewer h3.twit span
	{
		background:white;
		display:block;
        padding:0px 5px 0px 5px;
		
	}

	
    .mixed-rss-viewer h3
	{
		background:url(/lib/images/social/standaard.jpg) top left no-repeat;
		height:54px;
        padding:5px 0px 0px 60px;
		margin:0px !important;
		display:block;

	}

    .mixed-rss-viewer h3 span
	{
		background:white;
		display:block;
        padding:0px 5px 0px 5px;
		
	}

	

    .mixed-rss-viewer img
	{
		margin:5px 5px 5px 5px;
		
	}


/**********************	
		Gallery
/*********************/
	.han-fotogallery {
		margin: 1em;
		margin-bottom: 2em;
	}
	.han-fotogallery .fotoitem {
		width: 79px;
		height: 79px;
		overflow: hidden;
		margin: 10px 10px 0 0;
		float: left;
		text-align: right;
	}
	.han-fotogallery .fotoitem img {  float: right; }
	
	/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;

}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}