body{
 font-size:10pt;
 font-family: verdana;
}

td{
 font-size:10pt;
 font-family: verdana;
}  

/* Überschrift h3 */
h3{
    font-size:12pt;
    letter-spacing:2pt

}

/* Überschrift h4 */
h4{
    font-size:10pt;
    letter-spacing:1pt
    font-weight:100;
}

/* menue links */
a:link.menulinks{ 
    color: black; 
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
    width:100px
}
a:visited.menulinks{
    color: black;
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
    width:100px;
}
a:active.menulinks{ 
    color:black;
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
    width:100px; 
}
a:hover.menulinks{ 
    color: white;   
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
}

/* linkliste links */
a:link.linkliste{ 
    color: black; 
    text-decoration: underline;
    font-family: verdana; 
    font-size: 8pt;
    width:100px
}
a:visited.linkliste{
    color: black;
    text-decoration: underline;
    font-family: verdana; 
    font-size: 8pt;
    width:100px;
}
a:active.linkliste{ 
    color:black;
    text-decoration: underline;
    font-family: verdana; 
    font-size: 8pt;
    width:100px; 
}
a:hover.linkliste{ 
    color: white;   
    text-decoration: underline;
    font-family: verdana; 
    font-size: 8pt;
}

/* Gaestebuch */
span.fs9{
    font-size:9pt;
}
span.fs8{
    font-size:8pt;
}
span.fs7{
    font-size:7pt;
}
span.fs6{
    font-size:6pt;
}



/* allgemeine links */
/*
a:link{ 
    color: black; 
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
    width:100px
}
a:visited{
    color: black;
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
    width:100px;
}
a:active{ 
    color:black;
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
    width:100px; 
}
a:hover{ 
    color: white;   
    text-decoration: underline;
    font-family: verdana; 
    font-size: 10pt;
}
*/

