body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    background-color: #0264AF;
    margin: 0px;
    padding: 0px;
}

a {
   text-decoration: none;
   color: #000080;
}
a:visited {
   color: #000080;
}
a:link {
   color: #000080;
}
a:active {
   color: #000080;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}

div#links a span {display: none;}
div#links a:hover span {
	display: block;
	position: absolute;
	top: 420px;
	left: 20px;
	width: 130px;
	padding: 5px;
	margin: 5px;
	z-index: 100;
	color: White;
	background: #0264AF;
	font-size: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   margin: 0;
   padding: 0;
}
h1 {
   font-size: 32px;
}
h2 {
   font-size: 24px;
}
h3 {
   font-size: 18px;
}
h4 {
   font-size: 15px;
}
h5 {
   font-size: 14px;
}
h6 {
   font-size: 13px;
}

abbr, acronym, span.abbr {
   cursor: help;
   border-bottom: 1px dashed #000;
}

.crosshair { cursor: crosshair }
.coltext {background-color: #FFFF00}
.zusatz {font-size: 24px}
.bold {font-weight:bold}
.small {font-size: 10px}
.ul {text-decoration: underline}
.akt {background-color: White}
.einzug {
   clear: left;
   position: absolute;
   left: 290px;
   width: 300px;
}
tr.foot td {
   background-color:#efefef;font-weight:bold;
}

.tooltip {
   position: absolute;
   display: none;
   background-color: #FFFFFF;
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
   padding: 2px;
}
.tooltip .head{
   background-color: #0166B4;
   color: white;
   font-weight: bold;
   padding: 2px;
}
.tooltip .content{
   color: #000066;
   font-size: 11px;
   border-width: 4px;
}
.tooltip .content td{
   width: 50%;
   font-size: 11px;
   text-align: left;
}

#Layer1 {
   position:absolute;
   width:70px;
   height:70px;
   z-index:6;
   left: 60px;
   top: 98px;
}

div#iso_de a span {display: none;}
div#iso_de a:hover span {
   display: block;
   position: absolute;
   top: 75px;
   left: 20px;
   width: 417px;
   height:593px;
   padding: 0px;
   margin: 0px;
   z-index: 100;
   color: White;
   background: #0264AF;
   font-size: 10px;
   text-align: center;
   background-image: url(../images/Zertifikat_D.jpg);
}

div#iso_en a span {display: none;}
div#iso_en a:hover span {
   display: block;
   position: absolute;
   top: 75px;
   left: 20px;
   width: 417px;
   height:593px;
   padding: 0px;
   margin: 0px;
   z-index: 100;
   color: White;
   background: #0264AF;
   font-size: 10px;
   text-align: center;
   background-image: url(../images/Zertifikat_E.jpg);
}

