Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<style type="text/css">
a:link.navi {
background: url(navioff.png);
height: 30px;
width: 150px;
text-align:center;
color:#000000
text-decoration:none;
font-weight:bold;
}
a:visited.navi {
background: url(navioff.png);
text-align: center;
color: #000000;
height: 30px;
width: 150px;
text-decoration:none;
font-weight:bold;
}
a:hover.navi {
background: url(navion.png);
height: 30px;
width: 150px;
text-align:center;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
a:link {
background: url(indexno.png);
text-align:center;
height: 60px;
width: 150px;
text-decoration:none;
font-weight:bold;
color:#000000;
}
a:visited {
background: url(indexno.png);
text-align: center;
color: #000000;
height: 60px;
width: 150px;
text-decoration:none;
font-weight:bold;
}
a:hover {
background: url(indexnon.png);
text-align:center;
color: #ffffff;
height: 60px;
width: 150px;
text-decoration:none;
font-weight:bold;
}
h1, h3 {
background:#8A8A8A ;
border-top: 1px solid #64BCCC;
border-left: 1px solid #64BCCC;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
color: #000000;
font: bold 8pt Verdana, sans-serif;
letter-spacing: 2px;
margin: 0px;
padding: 3px 3px 3px 6px;
text-transform: uppercase;}
</style>