
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */
	width: 100%;
	height: 100%;
	padding: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */

	width: 990px;
	padding: 0;
	margin: 0 auto; /* centered */
	background-color: #FFFFFF;
	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body.home {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
	color: #000000;

background-image: url(http://www.hgu.nl/graphics/bg-main-home.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
	color: #000000;

background-image: url(http://www.hgu.nl/graphics/bg-main-vervolg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

.lineBlue {
	background-color: #5577A4;
}

a.linkA {
	color: #000000;
}

#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
}

.red, .mono {
	font-family: monospace;
}

.red {
	color: #FF0000;
}

.form_error_tekst {
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

.zoekterm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #194987;
	padding: 0px 2px 0px 2px;
}

#logos {
	padding-left: 15px;
}

#logos a {
	background-color: #FFFFFF;
	background-image: url(http://www.hgu.nl/graphics/bg-logos.gif);
	padding: 6px 0px 0px 2px;
	width: 160px;
	height: 105px;
	display: block;
	float: left;
	margin: 6px;
	text-align: center;
}

#logos a:hover {
	background-color: #3b3c3c;
}

#imgPopDiv {
	position: fixed; /* top and left are set by script : center on page */
	width: 400px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: none;
	z-index: 99;
}

#imgPopDiv table {
	width: 100%;
	height: 100%;
}

#imgPopDiv #imgPopCloseButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#test-show-vars {
	font-family: "lucida console", monospace;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 525px;
	margin: 10px 0px 10px 0px;
}



/*------ LITERATUUR LI -----*/

ul.literatuur-li {
	list-style-image: url(http://www.hgu.nl/graphics/literatuur-li.gif);
	margin: 0;
	padding:0 0 0 14px;
}

ul.literatuur-li-verplicht {
	float:left;
	left:16px;
	list-style-image: url(http://www.hgu.nl/graphics/literatuur-li.gif);
	position:relative;
}

.anbv {
	float: left;
	clear: both;
	width: 425px;
}

/*------ REFERENTIE -----*/

.referentieitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0px 13px 0px;
	float:left;
	width: 100%;
}

.referentie-links {
	float:left;
	width: 150px;
}

.referentie-img {
	float:left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-rechts {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 235px;
}

.referentie-rechts p {
	margin: 0;
	padding: 0;
}

.referentie-opdracht {
	float: left;
	width: 150px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.referentie-img-omschrijving {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-werkzaamheden {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 10px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.prevnextline {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.prevnextline a:link, a:active, a:visited {
	color: #11325b;
	text-decoration: none;
}

.prevnextline a:hover {
	color: #11325b;
	text-decoration: underline;
}

.prevnextline a.current {
	color: #939393;
}

.horizontal-rule {
	width: 100%;
	height: 1px;
	background-color:#194987;
	float:left;
}


/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header.home {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */
	width: 990px;
	height: 204px;
	padding: 0;
	margin: 0;
background-image: url(http://www.hgu.nl/graphics/header-home.jpg);
	background-repeat: no-repeat;
}

#header {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */
	width: 990px;
	height: 204px;
	padding: 0;
	margin: 0;
background-image: url(http://www.hgu.nl/graphics/header-vervolg.jpg);
	background-repeat: no-repeat;
}

#header a#go-home {
	position: absolute;
	top: 3px;
	left: 19px;
	z-index: 1;
}

#header a#go-home img {
	width: 140px;
	height: 120px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-test {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#header a#go-test img {
	width: 10px;
	height: 10px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#links-right-top {
	width: 55px;
	height: 48px;
	position: absolute;
	top: 14px;
	right: 17px;
}

#links-right-top a {
	font-family: arial;
	font-size: 10px;
	color: #014268;
	text-align: right;
	text-decoration: none;
	background-image: url("http://www.hgu.nl/graphics/ltr-pijl.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#lrt-sitemap {
	width: 45px;
	height: 12px;
	border-bottom: 1px solid #014268;
	margin-bottom: 4px;
	display: block;
	padding-right: 10px;
}


#lrt-print {
	width: 45px;
	height: 12px;
	border-bottom: 1px solid #014268;
	margin-bottom: 4px;
	display: block;
	padding-right: 10px;
}


#lrt-vertelvriendin {
	width: 112px;
	height: 12px;
	border-bottom: 1px solid #014268;
	margin-bottom: 4px;
	display: block;
	padding-right: 10px;
}
/* ---------------------- nav main ---------------------------- */
/* contained in 'header' */

#main_nav {
	position: absolute;
	top: 86px;
	left: 0px;

	width: 990px;
	height: 44px;
	padding: 0;
	margin: 0;
}

#main_nav ul {
	position: absolute;
	top: 0px;
	right: 0px;

	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	height: 44px;
}

#main_nav ul li {
	position: relative;

padding: 13px 8px 11px 8px;
	/* [A] : vertical tuning of the link text : gaat gelijk op (.!?.) met [B] */

	margin: 0px 0px 0px 0px;
	float: left; /* verwijdert rechter spatie !? */
	display: inline; /* = horizontal ! */

background-image: url(http://www.hgu.nl/graphics/main_navitem_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	/* tuning : dat de menu bar helemaal onderaan de header staat */
	/* IE6 : zie uitzondering !! */
	line-height: 14px;
}

#main_nav ul li.current {
	background-position: 0px -44px !important;
}

#main_nav ul li a {
	color: #003480;
	
padding: 13px 8px 11px 8px;
	/* [B] : tuning van mouseover-vlak : gaat gelijk op (.!?.) met [A] */
	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
}

#main_nav ul li ul {
	top: 40px;
	left: 0px;
	height: auto; /* !! */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none; /* becomes block by mouseover */
	z-index: 2; /* the submenu needs to be OVER the teasers */
}

#main_nav ul li ul.Contact {
	left: auto;
	right: 0px;
}

#main_nav ul li ul.Lexicon {
	display: none !important;
}

#main_nav ul li ul li {
	background-image: none;
	display: block; /* vertical */
	padding: 0px 0px 0px 0px;

	/* anders komt er een horizontaal lijntje tussen de LIs in IE6 */
	/* hetzelfde aantal pixels optellen bij [C] zodat het submenu precies onder de menu bar komt */
	margin: -2px 0px -2px 0px;

	float: none;
	Zwidth: 190px;
	width: 195px;

	border: 1px solid #FFFFFF;
}

#main_nav ul li ul li a {
	color: #FFFFFF;
	background-color: #2f80b3;
	display: block;
	Zpadding: 5px 10px 5px 10px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	Zwidth: 170px;
	width: 185px;
}

#main_nav ul li ul li a:hover {
	background-color: #ebab00;
}

/* --------------------- column left ------------------- */
/* contained in 'container' */

#left {
	position: relative;
	width: 214px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	float: left;
background-image: url(http://www.hgu.nl/graphics/aristoteles-plato-home.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left #menu-top {
	height: 22px;
background-image: url(http://www.hgu.nl/graphics/menu-bg-top.jpg);
	background-repeat: no-repeat;
	margin-top: 24px;
	margin-bottom:1px;
	margin-left: 6px;
	padding-top: 3px;
	padding-right: 35px;
	text-align: right;
	line-height:22px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

/* ------------------------------------- */

#left ul {
	list-style-type: none;
	background-position: bottom;
	background-repeat: no-repeat;

background-image: url(http://www.hgu.nl/graphics/menu-ul-bg.jpg);
	width: 186px;
	margin: 0px 0px 0px 6px;
	padding: 15px 0px 50px 0px;
	background-color: #ecad00;
}

#left ul li {
	padding: 0;
	margin: 0;
}

#left ul ul {
	background-image: none;
	width: 160px;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

/* ------------------------------------- */

#left ul li a {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom:5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;

	width: 169px;
	margin-left: -2px;
	padding-left: 17px;
}

#left ul li ul li a {
	width: 160px;
	margin-left: -10px;
	padding-left: 28px;
}

#left ul li ul li ul li a {
	width: 151px;
	margin-left: -18px;
	padding-left: 36px;
}

#left ul li ul li ul li ul li a {
	width: 142px;
	margin-left: -26px;
	padding-left: 44px;
}

/* ------------------------------------- */

#left ul li.current ul li a {
	background-image: none;
	font-weight: normal;
}

#left ul li.current ul li.current ul li a {
	background-image: none;
	font-weight: normal;
}

#left ul li.current ul li.current ul li.current ul li a {
	background-image: none;
	font-weight: normal;
}

/* ------------------------------------- */

#left ul li.current a {
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-style: italic;

background-image: url(http://www.hgu.nl/graphics/li-ho-bg.png);
	font-weight: bold;
}

#left ul li.current ul li.current a {
background-image: url(http://www.hgu.nl/graphics/li-ho-bg.png);
	font-weight: bold;
}

#left ul li.current ul li.current ul li.current a {
background-image: url(http://www.hgu.nl/graphics/li-ho-bg.png);
	font-weight: bold;
}

#left ul li.current ul li.current ul li.current ul li.current a {
background-image: url(http://www.hgu.nl/graphics/li-ho-bg.png);
	font-weight: bold;
}

/* ------------------------------------- */

#left ul li a:hover {
background-image: url(http://www.hgu.nl/graphics/li-ho-bg.png) !important;
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-style: italic;
}

/* ------------ZOEK GLAS HACK -------------------- */
#zoek-glas {
	width:20px;
	height:20px;
	display:block;
	left:160px;
	top:42px;
	z-index:1000;
	position:relative;
}

/* --------------------- column content ------------------- */
/* contained in 'container' */

#content {
	position: relative;
	padding:6px 0 6px 0px;
	width:558px;
	margin: 0;
	background-color: #FFFFFF;
	float: left; /* floated under the static header, due to the code position in the HTML */
	font-size: 13px;	
	color: #004168;
	line-height: 14px;
}


#content h1 {
	top: 0px;
	font-size: 20px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 0px 25px 3px 0px;
	margin: 18px 0px 10px 0px;
	border-bottom: 1px solid #194a7c;
}

#content div.ondehd {
	width: 530px;
	padding-top: 6px;
}

#content p.cp {
	width: 530px;
/* 	padding-top: 20px;	*/
}

#content table.tbM {
	width: 530px;
	margin: 20px 0px 20px 0px;
}

#content table.tbM td.tdM1 {
	padding: 0px 10px 0px 0px;
}

#content table.tbM td.tdM2 {
	padding: 0px 0px 0px 10px;
}

#content div.DVplusMin {
	width: 530px;
	display: none;
	padding-top:10px;
}

#content img.plmn {
	width: 9px;
	height: 9px;
	cursor: pointer;
}

#content b.pmb {
	cursor: pointer;
}

#content-text {
	font-size: 13px;	
	color: #004168;
	line-height: 15px;
	width: 532px;
	margin: 0;
	padding: 10px 10px 30px 0px;
}

#content-text ul{
	margin:0;
	padding: 0px 0px 0px 24px;
}

#content-text ul li a:hover{
	font-style:italic;
}

#content-text ul.studiegidsen{
	margin:0;
	position:relative;
	top:-10px;
}

#content-text-googlemap {
	font-size: 13px;	
	color: #004168;
	line-height: 14px;
	width: 532px;
	margin: 0;
	padding: 10px 10px 0px 0px;
}

#google-page {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #005e8e;
	text-decoration: none;	
	font-weight: normal;
}

#content-text a:hover {
	color: #193863;
	text-decoration: underline;	
}

#crumbtail {
	position: absolute;
	top: 210px;
	right: 10px;
	color: #888888;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}


#crumbtail a:link,  #crumbtail a:visited {
	color: #193863;
	text-decoration: none;
}

#crumbtail a:hover, #crumbtail a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Docentenlijst content styling */

span.docent-naam {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	font-weight: bold;
}

span.functie-naam {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
}

span p {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#content-text h3.STDaanmeld {
	font-size: 14px;
	margin: -20px 0px 0px 0px !important;
	padding:  0px 0px 0px 0px;
}

#left ul li.STDname {
	font-size: 12px !important;
	color: #FFFFFF !important;
	margin: 0px 0px 0px 10px !important;
	padding:  0px 0px 0px 0px !important;
	font-weight: bold;
}

#content-text h3 {
	font-size: 14px !important;
	margin: 0;
	padding: 0;
}

form#mailfrm table tr td input.com2 {
	width: 280px;
}

form#mailfrm table tr td textarea.text2 {
	width: 280px;
	height: 65px;
}

/* --------------------- nieuws ------------------- */

#homenews {
	margin: 0px 20px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: left;	
	font-size: 9pt;
}


.news-border {
	border-top:	#5577a4 1px solid;
	margin: 0px 10px 0px 10px;
}

h2 {
	font-size: 15px;
	color: #11325b;
	height: 15px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

a:link.nieuwsarchief, a:active.nieuwsarchief, a:visited.nieuwsarchief {
 	font-size: 15px;
	color: #11325b;
	text-decoration: none;	
	font-weight: bold;
}

a:hover.nieuwsarchief {
	text-decoration: underline;	
}


.datum {
	font-size: 11px; 
	font-style: italic; 
	color: #888888;
}

#content-text a:link.news-head , #content-text a:active.news-head , #content-text a:visited.news-head  {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 16px;
	width: 500px;
	font-weight:bold;
}

#content-text div.item-inhoud {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #ffffff;
	min-height: 40px;
	position: relative;
}

#content-text div.item-inhoud div.leesmeer {
	text-align:right;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 5px;
	right: 0px; 
}

.home-leesmeer {
	text-align:right;
	margin-right:30px;
}

#homenews a:link, #homenews a:active, #homenews a:visited {
	color: #005e8e;
	text-decoration: none;	
	font-weight: bold;
}

#homenews a:hover {
	color: #193863;
	text-decoration: underline;	
}

/* --------------------- nieuws archief ------------------- */

.scheiding {
	width: 520px;
	margin: 10px 20px 10px 0px;
}

.item-inhoud img {
	float: left;
	margin-right: 10px;
} 

.summary {
	display: block;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.leesmeer {
	width: 535px;
	display: block;
	text-align: right;
	margin-top: 30px;
}


/* --------------------- column right ------------------- */
/* contained in 'container' */

#right {
	width: 208px; 
/*	padding: 6px 6px 6px 0px;  */
	padding: 6px 6px 6px 0px;
	margin: 0;

	background-color: #FFFFFF;
	float: left;
}

#right h5 {
	width: 201px;
	border-bottom: 1px solid #194A7C;
	color: #194A7C;
	font-family: Franklin Gothic Book;
	font-size: 16px;
	margin: 26px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	top:0;
	text-align: right;
}

#right h5.nieuws {
	margin: 0px 0px 10px 0px;
}

#right a.titel {
	font-size: 12px;
	font-weight: bold;
	color:#004168;
	text-decoration: none;
}

#right a.titel:hover {
	text-decoration: underline;
}

#right .summary {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
	color:#004168;
	display: block;
	width: 207px;
}

#right a.leesmeerbtn {
	background-image: url(http://www.hgu.nl/graphics/leesmeer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color:#ecad00;
	font-weight: bold;	
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 120px;
	text-decoration: none;
}

#right a.leesmeerbtn:hover  {
	text-decoration: underline;
}


#right .date {
	color:#004168;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

#contactgegevens {
	width: 198px;
	height: 108px;
	padding: 20px 10px 10px 0px;
	margin: 0;
	
background-image: url(http://www.hgu.nl/graphics/contactgegevens.gif);
background-repeat: repeat-x;
	text-align: right;
}

.item {
	height: 50px; /* tuning ! */
	background-color: #CCCCCC; /* this color shines through by hover opacity */
}

.item a:hover {
	opacity: 0.60;
}

.item-pic {
	width: 41px; /* tuning ! */
	height: 43px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	display: block;
	background-color: #FFFFFF;
}

.home .item-pic {
	width: 50px; /* tuning ! */
}

.item-pic img {
	border: 0px solid #FFFFFF;
}

.item-txt {
	width: 157px; 
	height: 33px;
	padding: 17px 0px 0px 10px;
	font-size: 10px;
	font-weight: 700;
	color: #2f80b3;
	display: block;
	background-color: #FFFFFF;
}

.home .item-txt {
	width: 148px; 
}

.it2 { /* text contains <br> */
	height: 37px;
	padding-top: 13px;
}

.sepItem {
	width: 226px;
}

.sepItem div {
	width: 202px;
	height: 0px;
	margin: 0px 4px 0px 4px;
}

#item-offerte-pic      img { width: 36px; height: 33px; }
#item-contact-pic      img { width: 36px; height: 33px; }
#item-bespaar-pic      img { width: 36px; height: 33px; }
#item-telefoon-pic     img { width: 36px; height: 33px; }
#item-anders-pic       img { width: 36px; height: 33px; }
#item-leveranciers-pic img { width: 36px; height: 33px; }

/* --------------------- footer ------------------- */
/* contained in 'container' */

#footer {
	position: absolute; /* respecting the relative position of its 'container' */
	/* top value determined by script at window onload or window resize */
	left: 0px; /* with respect to the relative positioned 'container' */

	width: 990px; /* the total of the widths of both columns */
	width: 100%; 
	height: 117px;
	padding: 5px 0px 5px 0px;

background-image: url(http://www.hgu.nl/graphics/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center;
	visibility: hidden;
	text-align: center;
}

.footer-inner {
	height:118px;
	margin:10px auto auto;
	padding:0 10px;
	width:970px;
	position: relative;
}

.footer-inner p {
	width:110px;
	display: block;
	float:right;
	font-size: 11px;
	color:#646464;
	margin-top: 0px;
}

.footer-inner a {
	color:#646464;
	text-decoration: none;
}

.footer-inner a:hover {
	text-decoration: underline;
}

.footer-inner img {
	float: left;	
}

.footer-home {
	float: left;
	width: 200px;
	display: block;
	text-align: left;
	padding-top: 7px;
	margin-right: 10px;
}

.footer-home p.laatsteP {
	width: 163px;
	border: 0px red solid;	
}

.footer-mail {
	float: left;
	width: 145px;
	display: block;
	text-align: left;
	padding-top: 7px;
	margin-right: 10px;
}

.footer-phone {
	float: left;
	width: 145px;
	display: block;
	text-align: left;
	padding-top: 7px;
	margin-right: 10px;
}

.footer-txt {
	color: #fff;
	position: absolute;
	bottom: 13px;
	
}

.footer-txt.R {
	position: absolute;
	right: 10px;
	bottom: 13px;
	
}

.footer-txt a {
	text-decoration: none;
	color:#fff;
}

.footer-txt a:hover {
	text-decoration: underline;
}

.footer-txt a:link,
.footer-txt a:visited,
.footer-txt a:active {
	color: #fff;
}

/* --------------------- zoek input luikje ------------------- */

#searchtext {
	width: 149px;
	height: 19px;
	background-image: url("http://www.hgu.nl/graphics/searchbg.jpg");
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 3px 10px 0px 5px;	
	margin: 0;
	border: 0;
}

#searchtext tr td input {
	margin-bottom:1px;
	margin-left:-30px;
}
tr td input:focus {
	background-image: none;
	color:#7b7b7b;
}

.item-zoek, .item-zoek2 {
	height: 50px; /* tuning ! */
	margin: -4px 0px 0px 0px;
}

.item-zoek table {
	margin: 0px 0px 0px 20px;
}

.item-zoek2 table {
	margin-left: 11px;
}

.zoek-txt {
	font-size: 10px;
	font-weight: 700;
	color: #2f80b3;
	padding: 0px 0px 6px 0px;
}




/* --------------------- form contact ------------------- */

#form-contact {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-contact div {
	height: 23.5pt;
}

#form-contact div#sendButton {
	margin: 40px 0px 40px 100px;
}

#form-contact label {
	display: block; /* label is van nature een inline element */
	width: 130px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-contact label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-contact label.first {
	margin-left: 10px;
}

#form-contact label.red {
	font-family: arial,verdana,geneva,sans-serif;
	color: #FF0000;
}

#form-contact input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-contact input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-contact textarea {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	float: left;
}

#form-contact input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-contact textarea {
	width: 340px;
	height: 146px;
	padding: 2px;
}

#form-contact div.ta {
	height: 162px;
}

#form-contact div.W100 label {
	width: 100%;
}

#form-contact div.W100 {
	width: 100%;
}

/* --------------------- form aanmeld-brochure ------------------- */

#form-aanmeld-brochure {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-aanmeld-brochure div {
}

#form-aanmeld-brochure div.checkbox {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
}

#form-aanmeld-brochure div#sendButton {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 221px;
	clear: both;
	text-align: left;
}

#form-aanmeld-brochure label {
	display: block; /* label is van nature een inline element */
	width: 210px;
	height: 19.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-aanmeld-brochure label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-aanmeld-brochure label.first {
	margin-left: 10px;
}

#form-aanmeld-brochure span.red2 {
	font-family: arial,verdana,geneva,sans-serif;
	color: #ecad00;
}

#form-aanmeld-brochure input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-aanmeld-brochure input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #002441;
	float: left;
	width: 230px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-aanmeld-brochure input.com2 {
	margin: 0px 0px 0px 10px;
	border: 1px solid #002441;
	width: 60px;
	height: 12.5pt;
	padding: 0px 0px 0px 0px;
}


/* --------------------- form aanmeld-brochure ------------------- */

#form-aanmeld-opendagen {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-aanmeld-opendagen div {
}

#form-aanmeld-opendagen div.checkbox {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
}

#form-aanmeld-opendagen div#sendButton {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 221px;
	clear: both;
	text-align: left;
}

#form-aanmeld-opendagen label {
	display: block; /* label is van nature een inline element */
	width: 210px;
	height: 19.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-aanmeld-opendagen label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-aanmeld-opendagen label.first {
	margin-left: 10px;
}

#form-aanmeld-opendagen span.red2 {
	font-family: arial,verdana,geneva,sans-serif;
	color: #ecad00;
}

#form-aanmeld-opendagen input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-aanmeld-opendagen input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #002441;
	float: left;
	width: 230px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-aanmeld-opendagen input.com2 {
	margin: 0px 0px 0px 10px;
	border: 1px solid #002441;
	width: 60px;
	height: 12.5pt;
	padding: 0px 0px 0px 0px;
}


/* ------------------------------------------------------------ */

.zoekterm-box {
	font-size: 9px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 470px;
	margin: 10px 0px 0px 0px;
}

.zoekterm-klein {
	font-size: 9px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #CCCC44;
}

ul#search-result li {
	margin: 0px 0px 20px 0px;
}

/* ------------------------------------------------------------ */

table#algemenevoorwaarden tr td#titel {
	font-size: 16px;
	font-weight: bold;
}

table#algemenevoorwaarden tr td#klein {
	font-size: 9px;
	font-style: italic;
}

table#algemenevoorwaarden tr td {
	font-family: verdana, arial;
	font-size: 11px;
}

table#algemenevoorwaarden #inhoudVW ol li div span {
	font-size: 110%;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol {
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li div {
	color: #184C92;
	}

table#algemenevoorwaarden #inhoudVW ol li {
	font-size: 11px;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li ol li {
	color: #184C92;
	}

table#algemenevoorwaarden tr td p#av_footer {
	color: #184C92;
}

/* --------------------- LEXICON ------------------- */

#lexicon-alfabet {
	font-size: 20px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	display: block;
	float: left;
}

#lexicon-alfabet a {
	font-size: 17px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 14px;
	height: 13px;
	text-align: center;
	text-transform:uppercase;
}

#lexicon-alfabet a:hover, #lexicon-alfabet a.ALFAcurrent {
	padding: 2px;
	border: 1px solid #4b77a4;
	text-decoration: none;
}

.lexicon-item {
	font-size:13px;
	display: block;
	float: left;
	width: 530px;
	padding: 8px 0px 8px 0px;
}

.lexicon-item h6 {
	color:#004168;
	font-size:13px;
	line-height:14px;	
	display: block;
	float: left;
	font-weight: bold;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 0px;	
	width: 145px;
}

.lexicon-inhoud p {
	color:#004168;
	font-size:13px;
	line-height:14px;
	display: block;
	float: right;
	width: 380px;
	font-weight: normal;	
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.lex2 {
	background-color: #ffefc2;
}
/* --------------------- teasers ------------------- */
/* contained in column 'content' */

#teasers {
	width: 100%;
	height: 112px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#teasers a {
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	float: left;
	display: block;
}

#teasers a:hover {
	opacity: 0.60;
}

.teaser-pic {
	width: 259px;
	height: 106px;

background-repeat: no-repeat;
	display: block;
}

/* .teaser-bar {
	width: 259px;
	height: 18px;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background-color: #2b6182;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	display: block;
} */

#teaser-pic1 {
	background-image: url("http://www.hgu.nl/graphics//teaser-hgu-1.jpg");
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 88px;
	padding-left: 90px;
	width: 169px;
	height: 18px;
	background-repeat: no-repeat;
	display: block;
}

#teaser-pic2 {
	background-image: url("http://www.hgu.nl/graphics//teaser-hgu-2.jpg");
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 88px;
	padding-left: 95px;
	width: 164px;
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	margin-left: 10px;
}

