div.certbe_siteswitch {
  margin: 10px 10px 5em;
/*  width: 170px;*/
  width: 45%;
  float: left;
  z-index: 2;
  position: relative;  
}

div.certbe_siteswitch h1, div.certbe_siteswitch h2 {
  text-align: center;
  background: none;
}

div.certbe_siteswitch p {
  font: 11px Verdana, sans-serif;
  text-align: center;
}

div#certbe_pro {
  border: 1px dotted #BFC6CB;
  padding: 25px;
  cursor: pointer;
}

div#certbe_citizen {
  border: 1px dotted #BFC6CB;
  padding: 25px;  
  cursor: pointer;  
}

div.sidebarsiteswitch {
  text-align: center;
  display:block;
  margin: 10px 0 10px 0;
}

div.sidebarsiteswitch a, div.sidebarsiteswitch:visited {
  font-size: 120%;
  padding: 5px 0 10px 0;

  color: #c05540;
}

div.sidebarsiteswitch a:hover {
  color: #754930;
}

/* Wrapper, Logo & Navigation
------------------------------------------------------------ */
#nav {
display: block;
/*	position: fixed;
	top: 95px;
	left: 5px;
	width: 130px;
	z-index: 1;
  border:1px dotted #BFC6CB; 
*/	}
#nav li {
	margin: 10px 0 5px;
	width: 130px;
	height: 30px;
	list-style: none;
	}
#nav li a:link,
#nav li a:visited {
font-weight: normal;
	display: block;
	margin-left: 15px;
	height: 30px;
color: #1d71b8;

	}
#nav li a:hover {
font-weight: normal;
	margin-left: 15px;
	}
#nav .protab a:link,
#nav .protab a:visited,
#nav .protab a:hover {
	margin-left: 15px;
	color: #a2c037;
	}

.citizentooltip  {
  background: #d6e6ff;
  border:1px dotted #BFC6CB; 
  padding: 5px;
  margin: 0 0 0 100px;
  width: 300px;
}

.citizentooltip a  {
  padding: 0px;
  margin: 0px;
  color: red;  
}

.protooltip {
  margin: 0 0 0 100px;
  width: 300px;  
  background: #e0ff6f;
  border:1px dotted #BFC6CB; 
  padding: 5px;
  
}

