/* DATEI: base.css */


body { margin-top:0px; margin-left:0px; margin-right:0px;margin-bottom:0px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

div.nav { font-family: Arial;
                    font-size:9pt;
                    font-weight:800;
                    color:#000000; 
                    margin-left:5pt; }
                    
/* Schriftformatierung Navigationsleiste Linke Seite. bsp.: Fetisch-Kategorien */

div.llink { font-family: Verdana,Arial;
                    font-size:7.8pt;
                    font-weight:700;
                    color:#FFFFFF; 
                    margin-left:2pt; }
                    
/* Schriftformatierung Links auf der Navigationsleiste Linke Seite. bsp.: Seite eintragen */

div.llinkwerb { font-family: Verdana,Arial;
                    font-size:7.8pt;
                    font-weight:700;
                    color:#FFFFCC; 
                    margin-left:2pt; }
                    
/* Schriftformatierung für Kunden-Werbelinks bsp: Ihr Textlink Hier! */

div.llinkmitte { font-family: Arial;
                    font-size:9pt;
                    font-weight:500;
                    color:#005A87; 
                    margin-left:2pt; }
                    
/* Schriftformatierung für Kunden-Werbelinks bsp: Ihr Textlink Hier! */


div.text1 { font-family: Arial;
                    font-size:12pt;
                    font-weight:800;
                    color:#646464;
                    margin-left:8pt;  }
                    
/* Schriftformatierung Haupttexte Überschriften  */

div.text2 { font-family: Arial,;
                    font-size:9pt;
                    font-weight:400;
                    color:#646464;
                    margin-left:8pt; }
                    
/* Schriftformatierung Haupttexte  */

div.text3 { font-family:Arial;
                    font-size:8pt;
                    font-weight:300;
                    color:#000000;
                    margin-left:8pt; }
                    
/* Schriftformatierung Haupttexte  */

div.text4 { font-family:Arial;
                    font-size:9pt;
                    font-weight:300;
                    color:#FFFFFF;
                    margin-left:8pt; }
                    
/* Schriftformatierung Haupttexte  */


a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFCC; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */