body { margin-top:0px; margin-bottom:0px;  background : url(images/back.gif);   background-attachment : fixed;  background-color : #FFFFF9; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,,b,i { font-family:Verdana,Arial,sans-serif; }
/* font-family = Schriftart fuer Textelemente */

h1 { font-size:18pt;  color: Maroon;}

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:16pt; color: Maroon;}

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3 { font-size:12pt; color: Maroon;}

/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; color: Maroon;}

/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:9pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


pre { font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */ 
/* #0000C0 = blau, Wert aenderbar */

a:link { color: Maroon; text-decoration: none;  font-weight : bold;  font-size : 11pt;    }
a:visited { color: Maroon; text-decoration: none; font-weight : bold; font-size : 11pt;}
a:active { color: Maroon; text-decoration: none; font-weight : bold; font-size : 11pt;}
a:hover {color: Red;text-decoration: none;font-weight : bold; font-size : 11pt;}


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

.hundenav {color: Black; text-decoration: none;  font-weight : bold;  font-size : 7pt;  font-family:Verdana,Arial,sans-serif;	
}

A.hundenav:ACTIVE {color: Maroon; text-decoration: none;  font-weight : bold;  font-size : 7pt;  font-family:Verdana,Arial,sans-serif;	
}

A.hundenav:VISITED {color: Maroon; text-decoration: none;  font-weight : bold;  font-size : 7pt;  font-family:Verdana,Arial,sans-serif;		
}
A.hundenav:LINK {color: Maroon; text-decoration: none;  font-weight : bold;  font-size : 7pt;  font-family:Verdana,Arial,sans-serif;		
}
A.hundenav:HOVER {color: Red;text-decoration: none; font-weight : bold; font-size : 7pt; font-family:Verdana,Arial,sans-serif; 
}







