<!-- Cascading Style Sheet für brueckenweb.de -->

<!-- Schriftarten Überschriften blau(fonts) -->

.arialbluedark10pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 9pt;
                font-style: normal;
                font-weight: bold;
                color: #150185
                }


.arialbluedark11pt {
                font-family: Arial , Helvetica, sans-serif;
                font-size: 11pt;
                font-style: normal;
                font-weight: bold;
                color: #150185
                }

.arialbluedark13pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13pt;
                font-style: normal;
                font-weight: bold;
                color: #150185
                }
.arialreddark13pt {
                font-family: Arial , Helvetica, sans-serif;
                font-size: 13pt;
                font-style: normal;
                font-weight: bold;
                color: #150185
                }				

.arialbluedark16pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16pt;
                font-style: normal;
                font-weight: bold;
                color: #150185
                }
				
.arialwhitedark10pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 9pt;
                font-style: normal;
                font-weight: bold;
                color: #FFFFFF
                }
.arialwhitedark13pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 9pt;
                font-style: normal;
                font-weight: bold;
                color: #FFFFFF
                }

<!-- Schriftarten Überschrift schwarz -->
.arialdark13pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13pt;
                font-style: normal;
                font-weight: bold;
                }
.arialdark16pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16pt;
                font-style: normal;
                font-weight: bold;
                }

.arialdark11pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11pt;
                font-style: normal;
                font-weight: bold;
                }
<!-- Schriftarten Normal -->
.arialtext8pt      {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 8pt;
                font-style: normal;
                font-weight: normal
                }

.arialtext10pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10pt;
                font-style: normal;
                font-weight: normal
                }

.arialtext11pt        {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11pt;
                font-style: normal;
                font-weight: normal
                }

.arialtextbold11pt     {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11pt;
                font-style: normal;
                font-weight: bold
                }

.arialbold8pt     {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 8pt;
                font-style: normal;
                font-weight: bold
                }

.arialtextgrey10pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10pt;
                font-style: normal;
                font-weight: normal;
                color: #666666
                }

.arialtextgrey11pt {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11pt;
                font-style: normal;
                font-weight: normal;
                color: #666666
                }

.timestextgrey10pt {
                font-family: Times New Roman;
                font-size: 11pt;
                font-style: normal;
                font-weight: normal;
                color: #666666
                }




.adresse        {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11pt;
                font-style: normal;
                font-weight: normal;
                color: #666666
                }

<!-- Aufzählungsliste --!>

.listeklein   {
                ul compact;
                ul list-style-type:circle;
                ul list-style-position:outside;
               }

.listeeckig   {
				ul compact;
                ul list-style-type:square;
                ul list-style-position:outside;
               }


