﻿/*debug rules*/
/* uncomment to show all 'boxes'*/
/*  *{border-style:solid;border-width:1px;}   */
/*debug rules*/



/*general styling*/
/*canvas color*/
body {background-image:url('\Images\Huisstijl\gradient.png');}
* {background-color:Transparent;}
/*site general properties*/
form {font-family:Arial, "Arial Narrow";font-size:12px;height:100%;}

h4{color: #A6BC09; font-weight:bold}
/*image as link : no border (by default it gets borders)*/
a img{border-style:none;}
/*general styling*/

/*top menu (language)*/
.langMenu{width: 100%;background-color: #333;font-size:9px; }
.langMenu ul{margin: 0; padding: 0;float: left;}
.langMenu ul li{display: inline;}
.langMenu ul li a{float: left; text-decoration: none;color: white;padding: 3px 3px;background-color: #A6BC09; border: solid 1px White;}
.langMenu ul li a:visited{color: white;}
.langMenu ul li a:hover, .menu ul li .current{color: Black;background-color:#BBDEBF;}


.edit{display:none;}
#breadcrumb {font-size:10px;}

/* menu rules */
.menu2 a {border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#CFE8D1;}

p {
  line-height: 1.5em;
}

ul.menu2, ul.menu2 ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 130px;
}

ul.menu2 a {
  display: block;
  text-decoration: none;	
}

ul.menu2 li {
  margin-top: 1px;
}

ul.menu2 a.fly {background: url(../images/siteimages/menuarrow_FFFFFF.gif) no-repeat right top;}

ul.menu2 li a {
  background: #FFFFFF;
  color: #333;	
  padding: 0.5em;
  font-weight:bold;
}

ul.menu2 li a:hover {
  background: #A6BC09;
  
}

ul.menu2 li ul li a {
  background: #FFFFFF;
  color: #333;
  padding-left: 20px;
  font-weight:normal;
}

ul.menu2 li ul li a:hover, ul.menu2 li ul li a.selected 
{
	background:#FFFFFF;
	color:Black;
	border-left: 5px #A6BC09 solid;
     padding-left: 15px;
	
}

ul.menu2 li a.selected
{
	  background: #A6BC09;
  /*border-left: 5px #000 solid;*/
  padding-left: 15px;

 
	}
	


/*links*/
/*black and no underlined links by default*/
a {text-decoration:none;color:Black;}
a.newlink{text-decoration:underline;}
a.newlink:hover {color: #88A18B;}
a.inburgeringlink{color:#A6BC09;}
/*links*/




.breadcrumb {text-decoration:underline;}
.contacttable tr td {padding-left:10px;}
.routeplanclosehint{text-align:right;}
/*adressendetail*/
img.planico{height:40px;width:40px;border-color:Black;border-width:1px;cursor:pointer;}
img.email{border-style:none;}
img.routeplanimg{height:400Px;width:400px;border-style:solid; border-width:1px;}
.routeplan {border-style:solid;border-width:1px;border-color:Black;}
h4{font-size:small;}
b.name{color:Blue;font-weight:lighter;}


img.icon {height:24px;width:24px;}
@media print
{
}



/*custom css gallery*/
.notesforgallery
{
	width: 100%;
	background-color: #FFFFFF;
	padding:5px;
}
.notesforgallery ul
{
	list-style: none;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
.notesforgallery ul li
{
	margin: 5px;
	display: inline;
}
.notesforgallery ul img
{
	padding: 10px;
	margin: 5px;
	border: 1px solid #333;
	background-color: #FFFFFF;
}
.notesforgallery ul a:hover img
{
	padding: 10px;
	margin: 5px;
	border: 1px solid #666;
	background-color: #FFFFFF;
}
.notesforgallery ul a:hover
{
	color: #fff;
}
