hr{
color:#9a99ff; height:1px;
}

/* Kasten für Hauptüberschrift: */
h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 19pt;
        font-weight: bold;
        color: #0000cd;
        width: 530px;
        /* nur für NN 6 und Opera nötig: */
        margin-top: 0px;
}

/* Überschrift H2: */
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #0000cd;
        background-color: white;
        /* nur für NN 6 und Opera nötig: */
        margin-top: 0px;
}


/* Überschrift: H3 */
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #0000cd;
background-color: white;
 /* nur für NN 6 und Opera nötig: */
margin-top: 0px;
}

/* normaler Fließtext: */
p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #0000cd;
        background-color: white;
}

/* sie befinden sich: */
p.klein {
font-size: 9pt;
color: gray;
background-color: white;
margin-left: 5px;
}



/* Anschrift: */
.anschrift {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: gray;
background-color: white;
margin-left: 5px;
}


/* Grosse Schrift */
.textgross {
font-family: Arial, Helvetica, sans-serif;
font-size: 15pt;
color: #0000cd;
background-color: transparent;
}

/* copyright */
.copy {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: gray;
background-color: white;
text-align: center;
}
a.cr:link, a.cr:visited, a.cr:active {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #0000ff;
background-color: white;
text-align: center;
}
a.cr:hover {
text-decoration: none;
color: #0000ff;
background-color: transparent;
}

/* Bild und Bildunterschrift: */
.bild {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: gray;
background-color: white;
}

/* Grafik als Auf.zeichen: */
ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: gray;
background-color: white;
list-style-image: url(bilder/listenpunkt_sell.gif);
}

/* Box für Navigationsspalte: */
#navi {
margin-top: 0px;
width: 125px;
position: absolute;
top: 150px; left: 3px;
}

/* Box für Hauptspalte: */
#main {
margin-top: 0px;
width : 530px;
position: absolute;
top: 150px; left: 180px;
}

/* Box für homepageHauptspalte: */
#homemain {
margin-top: 0px;
width : 530px;
position: absolute;
top: 120px; left: 180px;
}

/* Box für unterseiteHauptspalte: */
#umain {
margin-top: 0px;
width : 530px;
position: absolute;
top: 115px; left: 180px;
}

/* Box für Anschrift: */
#anschr {
margin-top: 0px;
width: 750px;
position: absolute;
top: 78px; left: 180px;
}

/* Box für Logo: */
#logo{
margin-top: 0px;
width: 750px;
position: absolute;
top: 5px; left: 5px;
}

/* Rahmen für Buttons: */
.linkbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        margin-left: 2px;
        /* nächste Anweisung nötig für IE 4: */
        margin-right: 20;
        border-style: solid;
        border-width: 1px;
        border-color: #4848ff;
        width: 125px;
        padding: 1px;
        color: white;
        background-color: #9a99ff;
}

/* Button für die aktive Seite: */
.linkboxaktiv {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        margin-left: 2px;
        /* nächste Anweisung nötig für IE 4: */
        margin-right: 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #8787FF;
        width: 125px;
        padding: 1px;
        color: white;
        background-color: #525AFF;
}
/* Button für aktive UnterSeite: */
.ulinkboxaktiv {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
        margin-left: 0px;
        /* nächste Anweisung nötig für IE 4: */
        margin-right: 20px;
        border-style: solid;
        border-width: 0px;
        width: 125px;
        color: white;
        background-color: #525AFF;
}

/* Links weiß, nicht unterstr.: */
a:link, a:visited, a:active {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: none;
color: white;
}

/* Links im Text, unterstr.: */
a.text:link, a.text:visited, a.text:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: gray;
background-color: transparent;
text-decoration: underline;
}
a.text:hover {
text-decoration: none;
color: gray;
}

/* Links in Navibox weiß, unterstr.: */
a.navi:link, a.navi:visited, a.navi:active {
text-decoration: none;
color: white;
}
a.navi:hover {
text-decoration: underline;
color: white;
background-color: #4848ff;
border-style: solid;
border-left-width: 2px;
border-color: #0000ff;
}
#Uhr { position:absolute; top:125px; left:6px; }
.Uhr {
font-family:Arial;
font-size:12px;
color:#0000cd;
}

/* tabellenzellen gästebuch*/
table.gb td{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #0000cd;
        background-color: transparent;
}