<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- Allgemeines -- */
body {
 background: #606060;
 color: silver;
 margin: 0;
 font-family: verdana, arial, sans-serif ;
}

a:link { color:silver;}
a:visited { color:silver; text-decoration:none;}
a:hover { color:white; text-decoration:underline;}
a:active { color:silver; text-decoration:none;}

h1 {
 font-size: 32px;
 color: white;
 margin: 0 0 15 0;
}
h3 {
 font-size: 18px;
 color: white;
}
h5 {
 color: white;
}
/* -- normaler Text -- */
#nt {
 font-size: 12px;
 margin:0;
 line-height:150%;
}
/* -- Haupttabelle -- */
#maintab {
 border:0 solid;
 padding:0;
 border-spacing:5px;
 width:1000px;
 height:100%;
 text-align:center;
 background-color:navy;
}
/* -- Logo -- */
#logo {
 height:110px;
 background-image:url(../pictures/bg_zugspitze.jpg);
 background-repeat:no-repeat;
}
#logofulltab {
 border:0 solid;
 padding:0;
 border-spacing:0;
 width:100%;
 height:100%;
}
#logofulltab_1 {
 height:85px;
 text-align:right;
}
#logofulltab_1 h1 {
 padding:0 15;
}
/* -- Navigationsleiste -- */
#navitab {
 border-style:solid;
 border-top-width:1;
 border-bottom-width:1;
 border-left-width:0;
 border-right-width:0;
 border-color:white;
 padding:0;
 margin: 0 0 15px 0;
 width:100%;
}
#navitab_left {
 border-style:solid;
 border-width:0;
/* width:500px*/
 vertical-align: top;
 padding:0;
 margin: 0 0 0 0;
 }
#navitab_right {
 border-style:solid;
 border-width:0;
 vertical-align: top;
}
#navitab_right p {
 font-size: 10px;
 text-align:right;
}
#navi {
 text-align: left;
 vertical-align: bottom;
 margin: 0 0 0 0;
 font-size: 10px;
}
#navi a {
 text-decoration: none;
}
#navi span {
 color: yellow;
}
/* -- Hauptinhalt -- */
#contenttab {
 border-color:white;
 width:100%;
}
/* - Menü - */
#menu {
 text-align: right;
 margin: 0 0 0 0;
 vertical-align: bottom;
 font-size:12px;
 color: yellow;
}
#menu li {
 display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
 list-style-type: none; /* Die Bullets vor den Menüpunkten schalten wir ab. */
 padding: 0 2px 0 4px;
 border-left: 1px solid white; /* Ein optischer Trennungsstrich */
 font-weight: bold;
}
#menu li a {
 color: white; /* Hier ist das mit der Linkfarbe genau so, sie soll weiß sein. */
 text-decoration: none;
}
#gallerybox {
 border-width:1px;
 border-style:none;
 border-color:black;
}

#gallerybox a { color:red; text-decoration:none}

#tourentab {
 border-collapse: collapse;
 font-size: 12px;
 vertical-align: top;
 border-style:solid;
 border-width: 0;
}

#tourentab th{
 height: 40;
 text-align: left;
 border-style:solid;
 border-top-width:0;
 border-bottom-width:0;
 border-left-width:0;
 border-right-width:0;
}

#tourentab td{
 height: 25;
 text-align: left;
}

#tourentab a{
 color: red;
 text-decoration: underline;
}</pre></body></html>