@charset "UTF-8";
/* CSS Document */


/* General */
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;	
}
#container {
	width: 950px;
	margin: 0 auto; 
	position: relative;
	margin-top: 72px;
}
a, a:visited {
	color: #92ACBD;
	text-decoration: none
}
a:hover {
	color: #92ACBD;
	text-decoration: underline
}

img {
	border: 0px;
}
/* header */
#header {
	width: 945px;
	height: 79px;
	position: absolute;
	top: -72px;
	padding-top: 18px;
	background-color: #91ACBE;
	background-image: url(../images/topBg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}
#headerHome {
	width: 945px;
	height: 56px;
	position: absolute;
	top: -72px;
	padding-top: 18px;
	background-color: #91ACBE;
	background-image: url(../images/topBg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.logo {
	float:left;
	height:23px;
	width:390px;
}
#logoTitle{
	margin-left:395px;
	padding-top:3px;
}
h4{
	margin:0px;
	padding:0px;
	height:23px;
}
/* Header Navigatie */
.topMenu {
	float: left;
	padding-top: 13px;
}
.linkA {
	float: left;
	padding: 12px 14px 14px 15px;
	border-right: 1px solid #FFFFFF;
	background-image: url(../images/aLinkBg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.linkA a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.linkO {
	float: left;
	padding: 12px 14px 9px 15px;
	border-right: 1px solid #FFFFFF;
}
.linkO a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.logIn {
	float: left;
	padding: 25px 23px 9px 15px;
	background-image: url(../images/logIn.gif);
	background-repeat: no-repeat;
	background-position: 55px 27px;
}
.logIn a {
	color: #C6D4DF;
	font-size: 13px;
	text-decoration: none;
}
fieldset {
	border: 0px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
#ajaxSearch_form {
	float: right;
	padding-top: 9px;
}
#ajaxSearch_subSearch{
	padding: 3px 2px 2px 2px;
  margin: 5px 0 10px 0;
  list-style: none;
}
#ajaxSearch_radio {
	background:#FFFFFF;
	font-size:0.8em;
	margin:2px 0;
	padding:3px 1px 2px 1px;
}
#ajaxSearch_select {
	background:#FFFFFF;
	height:auto;
	width: 150px;
	font-size:0.8em;
	padding: 3px 1px 2px 1px;
	border: 2px inset gray;
}
#search #ajaxSearch_form {
  position:absolute;
  top: 10px;
  right: 0;
}
#ajaxSearch_form fieldset{
float: left;
}

#searchClose{
margin:8px 0 0 0;
}

#ajaxSearch_intro {
margin: 10px 0 15px 0;
}

#ajaxSearch_input {
	height: 15px;
	width: 121px;
	float: left;
	background-color: #FFFFFF;
	border: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #92ACBD;
	padding-left: 6px;
	padding-top: 2px;
}

#ajaxSearch_submit {
	float: left;
	height: 18px;
	width: 22px;
	border: 0px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	cursor:  pointer;
}

#ajaxSearch_output {
  font-size: 90%;
	background-color: #EFEFEF;
	border: 1px solid #6F9303;
  position: absolute;
  top: 40px;
  right: 0;
  width: 480px;
	z-index: 1;
	padding: 5px;
	margin: 5px 0 15px 0;
}

.ajaxSearch_paging {
  display: block;
  margin: 5px 0 10px;
}
.ajaxSearch_currentPage {
  color: #6F9303;
  font-weight: bold;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
.AS_intro { display: none;}

.AS_ajax_resultImage img{
  margin:10px 140px 20px 140px;
}
.ajaxSearch_resultImage img{
  margin:10px 20px 20px 20px;
}
div .AS_ajax_more{
  margin: 20px 0;
}
.AS_ajax_more a{
  font-weight: bold;
}
.ajaxSearch_hiddenField{
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#ajaxSearch_cmtThks{
  color: #CC0000;
  padding: 0;
  margin: 10px;
	font-size: 1em;
	font-weight: bold;
	height: 2em;
}
.ajaxSearch_cmtIntro{
  color: gray;
	font-size: 1em;
	font-weight: bold;
}
#ajaxSearch_cmtArea{
	width: 452px;
	height: 50px;
	padding: 3px;
	margin: 8px 0 3px;
}
#ajaxSearch_cmtSubmit, #ajaxSearch_cmtReset{
	height: 2em;
	background: #6F9303;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}
#search div .thumbscontainer ul.thumbs li{
	height: 150px;
}

/* Onzigbare content */
#leesContent {
	display: none; 
	position: absolute;
	top: 39px;
	left: 42px;
	background-image: url(../images/contenttrans.png);
	width: 835px;
	height: 325px;
	z-index: 1000;
	padding: 18px 34px 5px 34px;
}
.conTitle {
	margin-bottom: 18px;
}
.conTitle h1 {
	color: #00437C;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.conLeft {
	float: left;
	width: 410px
}
.conLocatie {
	width: 399px;
	height: 20px;
	float:left;
	background-color: #E7EDF2;
	padding: 0px 0px 0px 7px;
	margin-bottom: 20px;
}
.toonButton {
	background-image: url(../images/toon_op_kaart.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 100px;
	height: 20px;
	border: 0px;
	cursor: pointer;
	float:right;
}
.toonButton a {
	color: #92ACBD;
	text-decoration:none;
	margin-top: 3px;
}
.locatieLeft {
	float: left;
	width:200px;
	color: #92ACBD;
	padding-top: 2px;
}
.locatieMiddle {
	margin:0px 25px 0px 200px;
	color: #92ACBD;
	text-align: right;
	padding-top: 2px;
}
.locatieRight {
	float: right;
	width:20px;
}
.locHome a {
	width: 110px;
	
}
a.locatieMiddleLink, a.locatieMiddleLink:visited,a.locatieMiddleLink:hover{
	color: #92ACBD;
	text-decoration: none;
}
.content {
	color: #494948;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
}
.conRight {
	float: right;
	text-align: right;
	width: 408px;
}
.tvRight {
	text-align: right;
	float: right;
	margin-bottom: 62px;
}
.pButton {
	width: 22px;
	height: 18px;
	float: right;
	border: 0px;
	background-image: url(../images/projectGo.gif);
	background-repeat: no-repeat;
	margin-left: 7px;
	cursor: pointer;
}
/* einde Onzigbare content*/

/* content */
#contentHome {
	float: left;
	width: 945px;
	margin-top: 20px;
	padding-top: 19px;
	background-image: url(../images/contentBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.pHome {
	float: left;
	width: 931px;
	height: 333px;
	padding-top: 15px;
	padding-left: 14px;
	background-image: url(../images/defaultBackground.jpg);
	background-repeat: no-repeat;
}
.leesImg {
	float: left;
	width: 22px;
	height: 18px;
	
	background-color: #5E80AD;
	padding:3px;
}
#leesText {
	float: left;
	
	padding:3px;
	padding-right: 12px;
	height: 18px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	background-color: #5E80AD;
}

.bottomLogo {
	float: left;
	height: 58px;
	width: 583px;
	margin-left: 42px;
}
.TBottom {
	width: 912px;
	height: 46px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 11px;
	padding-right: 33px;
	text-align: right;
	background-color: #E7E7E7;
	background-image: url(../images/bootomBG.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.TBottom h1 {
	color: #92ACBD;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: Interstate, Verdana, Arial, Helvetica, sans-serif;
}
.nProject {
	width: 22px;
	height: 18px;
	float: left;
	border: 0px;
	background-image: url(../images/projectGo.gif);
	background-repeat: no-repeat;
	margin-right: 7px;
}
.nextProject a {
	color: #00437C;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
}
.fLink {
	float: left;
	margin-right: 10px;
	height: 25px;
}
.fLink a {
	color: #92ACBD; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;

	height: 20px;
}
.fLink a:hover {
	color: #92ACBD; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;

	height: 20px;
}
.fLink a:visited {
	color: #92ACBD; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	height: 20px;
}
/* einde content */

/* sidebarRight */
#sidebarRight {
	float: right;
	width: 250px;
}
/* einde sidebarRight */

/* footer */
#footer {
	width: 945px;
	height: 25px;
	padding-top: 70px;
	padding-bottom: 15px;
	margin: 0 auto;
}
#footer a {
	padding-bottom: 3px;
}
#footer p {
	font-size: 11px;
	padding-bottom: 3px;
}
/* eind footer */ 

/* Misc */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* profiel template */
.Home {
	float: left;
	width: 919px;
	padding-top: 45px;
	padding-bottom: 5px;
	background-image: url(../images/pContentBG.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#contentP {
	float: left;
	width: 919px;
	margin-top: 50px;
	padding-left: 26px;
}
.profileTitle {
	float: left;
	width: 900px;
	/*padding-left: 26px;*/
	margin-bottom: 24px;
}
.profileTitle h1 {
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-stretch:inherit;
	font-size: 24px;
	color: #00437C;
}
.pBox {
	float: left;
	width: 890px;
	margin-bottom: 13px;
}
.pImg {
	width: 44px;
	height: 49px;
	float: left;
	margin-right: 13px;
	background-color: #FFFFFF;00437C
}
.pImgActive {
	width: 44px;
	height: 49px;
	float: left;
	margin-right: 13px;
	background-color: #00437C;
}
.pLeft {
	float: left;
}
.tvp {
	width: 623px;
	height: 189px;
	float: left;
}
.pInfo {
	float: left;
	color: #494948;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 544px;
	padding-left: 79px;
	padding-top: 21px;
}
.pInfo h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #00437C;
	font-weight:lighter;
	width: 530px;
}
.description {
	float: left;
	font-size: 11px;
	color: #00437C;
	padding-top: 5px;
	width: 544px;
}
#footerP {
	width: 940px;
	margin-top: 60px;
	float: left;
}
/* profiel right */
.pRight {
	width: 240px;
	float: right;
}
.pRight h1 {
	margin: 0px;
	padding: 0px;
	color: #92ACBD;
	font-size: 14px;
	font-stretch:inherit;
	font-weight: lighter;
} 
.bBox {
	float: left;
	width: 220px;
	height: 18px;
	padding-left: 9px;
	padding-top: 2px;
	margin-top: 14px;
	background-color: #E7EDF2;
	background-image: url(../images/bBox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #92ACBD;
	font-size: 11px;
}
.bBoxOpen {
	float: left;
	width: 220px;
	height: 18px;
	padding-left: 9px;
	padding-top: 2px;
	margin-top: 14px;
	background-color: #E7EDF2;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: right;
	color: #92ACBD;
	font-size: 11px;
}
.bLink {
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
.bLink p {
	width: 218px;
	color: #92ACBD;
	font-size: 11px;
	padding: 0px 0px 6px 10px;
	margin: 0px;
}

/* Projecten template */
.HomeProject {
	float: left;
	width: 921px;
	padding-bottom: 5px;
}
td{
	vertical-align: top;
} 
.pTitle {
	/*padding-left: 26px;*/
	margin-bottom: 18px;
}
.pTitle h1 {
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-stretch:inherit;
	font-size: 24px;
	color: #00437C;
}
.projectBox {
	float: left;
	width: 220px;
	height: 18px;
	padding-left: 9px;
	padding-top: 2px;
	background-color: #E7EDF2;
	background-image: url(../images/bBoxOpen.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #92ACBD;
	font-size: 11px;
	cursor:pointer;
}
.projectBoxOpen {
	float: left;
	width: 220px;
	height: 18px;
	padding-left: 9px;
	padding-top: 2px;
	background-color: #E7EDF2;
	background-image: url(../images/bBox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #92ACBD;
	font-size: 11px;
	cursor:pointer;
}

.conPLeft {
	float: left;
	width: 599px
}
.conBlx {
	width: 591px;
	height: 20px;
	float:left;
	background-color: #E7EDF2;
	padding: 0px 0px 0px 7px;
}
.TVproject {
	width: 623px;
	height: 311px;
	float: left;
}
.projectContent {
	float: left;
	color: #494948;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 544px;
	margin-top: 21px;
}
.projectContent a {
	color: #00437C;
	font-size: 11px;
	text-decoration: none;
}
.projectContent a:hover {
	color: #00437C;
	font-size: 11px;
	text-decoration: none;
}
a.categoryLink, a.categoryLink:visited{
	color: #92ACBD;
	font-size: 11px;
	text-decoration: none;

}
a.categoryLink:hover{
	color: #92ACBD;
	font-size: 11px;
	text-decoration: underline;
}
.projectContent a:visited {
	color: #00437C;
	font-size: 11px;
	text-decoration: none;
}
.opleverDatum {
	margin-bottom: 5px;
}
.projectImg {
	width: 111px;
	height: 57px;
	float: left;
	margin-right: 7px;
	cursor:pointer;
}
.bRightLink {
	float: left;
	padding-bottom: 10px;
}

/* Wayfinder */
/*#divWayfinderWrapper a, #divWayfinderWrapper a:hover, #divWayfinderWrapper a:visited{
	font-size:12px;
	font-weight:bold;
	
	text-decoration:none;
}*/
#divWayfinderWrapper{
	margin-top:0px;
}
.menuitem {
	float: left;
	padding: 12px 0px 9px 0px;
	border-right: 1px solid #FFFFFF;
	position: relative;
	cursor: pointer;
}
.menuitemover {
	float: left;
	padding: 12px 0px 9px 0px;
	border-right: 1px solid #FFFFFF;
	position: relative;
	cursor: pointer;
	
}

.menuitemover a.topLink {
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	margin:0 30px;
	color: #ffffff;
	
}
.menuitem a.topLink, .menuitem a.topLink:visited{
	text-decoration:none;
	font-weight:normal;
	font-size: 13px;
	margin:0 30px;
	color: #ffffff;
}
.menuitemover a.topLink, .menuitemover a.topLink:hover, .menuitemover a.topLink:visited { 
	text-decoration:none;
	font-weight:normal;
	font-size: 13px;
	color: #ffffff;
	font-size: 13px;
}
.submenu {
	width: 131px;
	margin-top: 9px;
	color: #92ACBD;
	position: absolute;
	font-size: 11px; 
	background-color: #FFFFFF;
	float: left;
	cursor: pointer;
	border-left:1px solid #92ACBD;
	border-right:1px solid #92ACBD;
	border-bottom:1px solid #92ACBD;
	padding: 0px;
	
}
.submenu a, .submenu a:visited {
	font-weight:normal;
	color: #92ACBD;
	font-size: 12px; 
	text-decoration: none;
	cursor: pointer;
}
.submenu a:hover {
	font-weight:normal;
	color: #00437C;
	border: none;
	cursor: pointer;
}
.innerRow {
	background-color: #FFFFFF;
	width: 131px;
	border-bottom: 1px solid #E5E5E5;
}
.innerRowover {
	background-color: #FFFFFF;
	width: 131px;
}
 a.innerLink,  a.innerLink:visited{
	color: #92ACBD;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding:5px;
	display:block;
	width: 121px;
}
 a.innerLink:hover{
	color: #00437C;
	display:block;
	border-bottom: 1px solid #E5E5E5;
}
.parent,.parent_parent{
	padding:0;
}

.parent_last,.parent_last_parent {
	padding:0;
}	
.parent_last_active ,.parent_last_parent_active{
	padding:0;
}
.parent_active,.parent_parent_active, .parent_first_active,.parent_first_parent_active,.parent_last_active,.parent_last_parent_active {
	border-bottom: 4px solid #00437C;
	padding-bottom:7px;
	display:block;
}
.table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
/* Forms */

form {
	margin:0px;
	padding:0px;	
}
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #999999;
	width: 200px;
}
.inputfield {
	height: 13px;
	font-size: 10px;
	margin-right:9px;
	float:left;
}
.signup_textarea {
	border: 1px solid #999999;
	width: 350px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #999999;
	font-size: 10px;
}

/* sitemap */
.LSM_0 ul { 
	color: #707f87;
	font-weight: normal; 
	list-style-type: none; 
	line-height: 18px;
	padding-bottom: 5px;
}
.LSM_0 li { 
	list-style-type: none; 	
}
.LSM_0 li a, .LSM_0 li a:visited{
	color: #707f87;
	text-decoration: none;
}
.LSM_0 li a:hover {
	color: #005fb9;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #707f87;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #707f87;
	text-decoration: underline;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
} 
.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
}
/* blocks */
#projectCategoryHolder{
	display:block;
}
#projectImagesHolder{
	display:block;
}
#projectProjectHolder{
	display:block;
}
#projectArchiveHolder{
	display:none;
}
/* Tooltips Projects */
.bubbleToolTipBlock{
	width:147px;
	position:absolute;
	display:none;
	border:solid 1px #91ACBE;
	background-color:#ffffff;
}
.bubbleToolTipTop{
	/*background-image: url('../images/tooltips/bubble_top.gif');
	background-repeat:no-repeat;*/
	height:16px;	
	background-color:#ffffff;
}
.bubbleToolTipMiddle{
	/*background-image: url('../images/tooltips/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;*/
	padding-left:7px;
	padding-right:7px;
	background-color:#ffffff;
}
.bubbleToolTipMiddle span{
	position:relative;
	top:-8px;
	font-size:11px;
	background-color:#ffffff;
}
.bubbleToolTipBottom{
	/*background-image: url('../images/tooltips/bubble_bottom.gif'); 
	background-repeat:no-repeat;	*/
	height:44px;
	position:relative;
	top:-6px;
	background-color:#ffffff;
}
.smallH1{
	font-size:14px;
}
