/* Links, aktive Links und schon besuchte Links sind nicht unterstrichen und haben hier definierte Farbe*/

A:link, A:active, A:visited{
    text-decoration: none;
    color: #007000;
}

/* beim Überfahren des textes mit dem Mauszeiger wird der Text unterstrichen*/

A:hover{
    text-decoration: underline;
}

/* ein Link sieht so aus... */

a.textlink {
    /*text-decoration: none;*/
    font-weight: bold;
    font-size: 10pt;
    /*color: #007000;*/
}

.nochnichttextlink {
    /*text-decoration: none;*/
    font-weight: bold;
    font-size: 10pt;
    color: #007000;
}

a.textlinkGalerie {
    text-decoration: none;
    font-size: 10pt;
    /*color: #007000;*/
}

/* Das hier ist die Zeichen-und Farben-Voreinstellung für alle HTML-Seiten */

body.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    background-color: #F5F5DC;
    /*background-image: url(images/backefeu5.JPG);*/
}

/* hier ist festgehalten, wie der obre Rahmes des Gästebuchs aussieht*/
    
div.eintragoben{
    margin-top: 30px;
    margin-left: 60px;
    padding: 8px;
    background-color: #FFFFF0;
    color: black;
    width: 610px;
    border-top-style: solid;
    border-left-style: solid;
    border-width: 5px;
    border-left-width: 10px;
    border-color: #008000;
    border-right-style: solid;
    border-right-width: 10px;
    border-right-color: #FFFFF0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #FFFFF0;
}

/* das hier ist der untere Teil des Gästebuchs*/

div.eintragunten{
    margin-top: 0px;
    margin-left: 60px;
    padding: 8px;
    background-color: #FFFFF0;
    color: black;
    width: 610px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-width: 5px;
    border-right-width: 10px;
    border-color: #008000/*oder:forestgreen?#228B22*/;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #FFFFF0;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #FFFFF0;
}

/* wenn etwas farbig hinterlegt werden soll, dann so...*/

.hinterlegt{
    background-color: #F5F5DC;
    margin-top: 30px;
    margin-left: 70px; 
    margin-right: 50px; 
    margin-bottom: 30px;
    padding: 10px;
}

div.linksb70 {
    margin-left: 70px;
    text-align: left;
}

div.linksbuendig {
    margin-left: 20px;
    text-align: left;
}
    
div.zentriert{
    text-align: center;
}

span.h0 {
    font-weight: bold;
    text-decoration: underline;
}

    
/* verschiedene Überschriften*/ 
    
h1 {
    font-size: 14pt;
}

h2 {
    font-weight: bold;
    font-size: 12pt;
}

h3 {
    text-decoration: underline;
    color: red; 
    font-weight: bold;
    font-size: 13pt;
}   

h4 {
    font-weight: bold;
    font-size: 10pt;
}
    

td.tabellenormal{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}



    
