@charset "utf-8";

/* colors
  #166fad = donkerblauw
  #529fcf = felblauw
  #555353 = donkergrijs
  #878787 = lichtgrijs   */

/* Main Layers, Body, Table & Text Elements */
  
body {
  background: url(../images/guic/background.png) repeat-x;
  color: #555353;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
h1 {
  color: #529fcf;
  font-size: 28px;
  font-weight:normal;
  padding: 0px;
}
h1 a {
  text-decoration:none; 
  color: #529fcf;
  padding: 0px;
}
h1 a:visited {
  color: #529fcf;
}
h2 {      
  font-size: 45px;
  font-weight: normal;
  margin: 0px;
  padding-top: 15px;
  text-align: center;
}
a {
  border: none;
  color: #ffffff;
  text-decoration:underline;
}
a:hover, a:active {
  color: #CCCCCC;
}
a:visited {
  color: #CCCCCC;
}

a.linkGreen {
  color: #85b916;
}

a:hover.linkGreen, a:active.linkGreen {
  color: #afd55e;
}

.result a:link {
  text-decoration: underline;
  color: #10788d;
}
.result a:visited {
  text-decoration: underline;
  color: #10788d;
}
.result a:hover {
  text-decoration: underline;
  color: #10788d;
}

.boldgrey {
  font-weight: bold;      
  color: #878787;
}
.clear {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
  line-height: 0%;
  font-size: 0px;
}
.felblauw {
  color:#529fcf;
}
.right {
  text-align: right;
}

.odd td {
  background-color: #e7eded;  
  background:url(../images/guic/list_bg.png);
}

.even td {
}

div#wrapperHeader {
	background:url(../images/guic/header_bg.png) no-repeat;
	height: 114px;
  width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}
div#contentContainer {
  width: 990px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}
div#contentContainerPageDS {
  width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}

div#leftMenuContainer {
	background: url(../images/guic/leftmenu_background.png) no-repeat;
	float: left;
  width: 250px;
  height: 900px;
  overflow: hidden;
  padding-top: 50px;
}

div#pagVwEditionLeft {
	background: url(../images/guic/pagvw_leftbg.png) no-repeat;
  width: 205px;
  height: 360px;
  text-align: left;
}

div#headerLogo {
  background: url(../images/guic/logo.png) no-repeat;
  float:left;
  width: 495px;
  height: 60px;
}

div#headerAdv {
	position: relative;
	top: -3px;
  float: right;
  width: 495px;
  height: 60px;
}

.leftMenuHomeImg {
	position: relative;
	right: 22px;
	top: 5px;
	border: 0px;
}

.leftMenuAdvSrchImg {
	position: relative;
	right: 22px;
	top: 7px;
	border: 0px;
}

.leftMenuBrowseImg {
	position: relative;
	right: 22px;
	top: 7px;
	border: 0px;
}

.leftMenuHelpImg {
	position: relative;
	right: 22px;
	top: 7px;
	border: 0px;
}

div#containerContent {
	float: left;
  width: 718px;
  overflow: visible;
  padding-top: 40px;
  text-align: left;
}

div#simpleIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width:678px;
  height: 300px;
  background:url(../images/guic/box_simsrch.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#advIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 683px;
  height: 570px;
  background:url(../images/guic/box_advsrch.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#listIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width:678px;
  height: 150px;
  background:url(../images/guic/box_list.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#artVwIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 750px;
  height: 95px;
  background:url(../images/guic/box_artvw.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#linksIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width:678px;
  height: 115px;
  background:url(../images/guic/box_links.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#infoSiteIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width:678px;
  height: 140px;
  background:url(../images/guic/box_infosite.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#historyIntro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width:678px;
  height: 115px;
  background:url(../images/guic/box_geschiedenis.png) no-repeat;
  padding: 20px;
  color: #FFFFFF;
  text-align: left;
}
div#infoArc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width:678px;
  height: 120px;
  background:url(../images/guic/simsrch_intro.png) no-repeat;
  padding: 20px;
  color: #10788d;
  text-align: justify;
}
div#kopSimple {
  background: url(../images/guic/header_simsrch.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopList {
  background: url(../images/guic/header_list.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopAdv {
  background: url(../images/guic/header_advsrch.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopBrowse {
  background: url(../images/guic/header_browse.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopLinks {
  background: url(../images/guic/header_links.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopSDANN {
  background: url(../images/guic/content_SDANN.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopPartners {
  background: url(../images/guic/content_partners.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopHistory {
  background: url(../images/guic/content_geschiedenis.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopContact {
  background: url(../images/guic/content_contact.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopDisclaimer {
  background: url(../images/guic/content_disclaimer.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopUitleg {
  background: url(../images/guic/content_uitleg.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopCopyright {
  background: url(../images/guic/content_auteursrechten.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#kopInfoSite {
  background: url(../images/guic/content_infosite.png) no-repeat;
  color: #85b916;
  font-size: 19px;
  font-weight: bold;
  height: 45px;
  padding-bottom: 10px;
  width: 718px;
}
div#footerBlok {
  background: url(images/footer.gif);
  height: 50px;
  width: 100%;
}

div#wrapperFooter {
  color: #10788d; 
  display: block;
  margin: 0 auto;
  text-align: right;
  width: 718px;
}

div#footerBlok a {
  color:#10788d;
  font-weight: bold;
}

div#seperatorLine {
  background: url(../images/guic/simsrch_sepline.png) no-repeat;
  height: 15px;
  width: 100%;
}

div#headerGeselecteerd {
	position: relative;
	top: 10px;
  background: url(../images/guic/simsrch_geselecteerd.png) no-repeat;
  color: #8d8d8b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
  height: 400px;
  padding-bottom: 10px;
  width: 718px;
}

div#footerSpacer {
	position:relative;
  width: 0px;	
} 

div#footer {
	position:relative;
  background: url(../images/guic/footer_background.png) no-repeat;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: none;
  height: 111px;
  width: 100%;	
  text-align: center;
} 

.thumbnail {
	border: 1px solid #85b916;
}

a.linksLinks {
	position:relative;
	top:-5px; 
	left: 8px;
	color: #10788d;
	text-decoration: none;
}

a.footerLinks {
	text-decoration: none;
	color: white;	
}	

a.footerActiveLinks {
	text-decoration: none;
	color: #85b916;	
}	

/* FORM ELEMENTS */
.btnSimpleSearch {
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(../images/guic/simsrch_zoekbtn.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana;
}

input#searchterm, input#met, input#zonder, input#alle {	
	height: 15px;
	width: 483px;
	margin: 1px;
	padding: 0.30em;
	border: 0px;
	background: url(../images/guic/simsrch_textfield.png);
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #adadaa;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
}

.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/guic/simsrch_checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;	
	position: relative;
	top: 5px;
} 

.select {
	position: absolute;
	width: 190px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 5 24px 0 8px;
	font-family: Arial;
	font-size: 12px;
	color: #06627d;
	background: url(../images/guic/pagvw_edselect.png) no-repeat;
	overflow: hidden;
}

input#ediDate {
	position: relative;
	top: 8px;
	height: 23px;
	width: 186px;
	margin: 1px;
	padding: 0.30em;
	border: 0px;
	background: url(../images/guic/pagvw_edidate.png);
	font-family: Arial;
	font-size: 12px;
	color: #06627d;
	padding-left: 7px;
	padding-right: 25px;
}

input#startDate, input#endDate {
	height: 15px;
	width: 154px;
	margin: 1px;
	padding: 0.30em;
	border: 0px;
	background: url(../images/guic/pagvw_edidate.png);
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #06627d;
	padding-left: 7px;
	padding-right: 25px;
}
