/*CSS Sytle Sheet for www.ronny.de */

body { margin-top:0px; margin-left:0px; margin-bottom:0px; background-color:white; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */


@font-face { font-family:Chantilly;
             src:url(chantilly.eot);
             src:url(chantilly.pfr);
           }
a.bildunterschrift { /* der Text unter den 4 Bildern */
                     font-family:Chantilly,'Arial Black'; 
                     font-size:10pt; 
                     color:#24106F;
                     text-transform:uppercase;
                     margin-top:3px;
                     font-weight:700;
                     display:inline; /* das ist wichtig!!! Sonst wird der Text unterhalb vom orangenen Quadrat angezeigt! */
                     text-decoration:none;
                   }
/*
a.bildunterschrift:hover { 
                     color:#0000E0; 
                   }
*/
a.Navigation       { /* der Text im Menü */
                     font-family:Chantilly,'Arial Black'; 
                     font-size:11pt; 
                     color:#24106F;
						 text-decoration:none;
                   }
p.Navigation       { /* der Text im Menü */
                     font-family:Chantilly,'Arial Black'; 
                     font-size:11pt; 
                     color:#24106F;
                     text-transform:uppercase;
                     margin-left:20px;
                     margin-top:5px;
                     margin-bottom:0px;
                     font-weight:700;
                   }
img.orangesquadrat { /* das kleine orangene Quadrat */
                     border:0;
                     margin:0pt;
                   }
img.vierbilder     { /* die 4 Bilder: Textilien, Veredelung, Werbeartikel und Aufkleber */
                     border:0;
                     margin:0pt;
                   }
h1.h1_blueunderlined { /* Überschriften werden blau unterstrichen */
                       font-family:Arial,Helvetica; 
                       font-weight:bold; 
                       font-size:large; 
                       width:100%; 
                       border-bottom-width:3px; 
                       border-bottom-style:solid; 
                       border-bottom-color:blue; 
                       margin:0px; 
                       margin-bottom:20px; 
                       padding:0px;
                     }
