body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	height: 101%;
}

h1 {
	color: #0A7696;
}

h2 {
	color: #0A7696;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:active {
	color: #336699;
}
.seitenleiste {
	font-size: 10px;
}

.firmenname {
	font-size: 12px;
	font-weight: bold;
}

.firmeninit {
	font-size: 12px;
	font-weight: bold;
	color: #0A7696;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.kleinertext {font-size: smaller}

.grafikrahmen {
	border-color: #0080C0;
	border-style: outset;
}

.button {
	height: 4em;
	width: 4em;
}

#closeInfo
{  
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
}

#infoBox {	
	border:2px solid #000000;
    border-radius:10px;
    z-index:5;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 5px 5px 5px #000000;
	padding: 5px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
