footer a:link {
  /*outline: none;
  text-decoration: bold;
  color: #000000;*/
}
footer a:hover    {
	color: #0068B7;
}
/*
		Entwickelt von SRV32 und Partner
		https://www.srv32.de/
		Entwickler: Oliver Zwar
		Datum: 21.02.2015	
*/
.SRVtooltip{
    display: inline;
    position: relative;
}

.SRVtooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 25%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.SRVtooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.captcha{
  padding: 2px 0 3px 0;
  margin: 0 0 0 212px;
}