/*
// eXtended News System
//  editor css file
//
// COPYRIGHT (c)1998,2006 exsys GbR Emden
// ALL RIGHTS RESERVED
*/

/*
//
// Dot-Angaben werden im Editor zur Verfuegung gestellt
//
*/


.FontSizeXXL    { font-size:140%; }
.FontSizeBig    { font-size:120%; }
.FontSizeMedium { font-size:85%; }
.FontSizeSmall  { font-size:75%; }
.FontSizeMini   { font-size:70%; }

.FontColorBlau{ color:#0C4E95;}
.FontColorGelb{ color:#FEE300;}



p {margin: 0px; 
   padding: 0px;
   margin-top:5px; 
   margin-bottom:5px
   }

h1{ font-size:130%; color:#0C4E95; font-weight:bold; letter-spacing:1px;}
h2{ font-size:120%; color:#0C4E95; font-weight:bold; letter-spacing:1px;}
h3{ font-size:100%; color:#0C4E95; font-weight:bold;}
h4{ font-size:130%; color:#000000; font-weight:bold; letter-spacing:1px;}
h5{ font-size:120%; color:#000000; font-weight:bold; letter-spacing:1px;}
h6{ font-size:100%; color:#000000; font-weight:bold;}

address {font-size:110%;
         font-style:italic;
         font-weight:bold;}

hr { border:solid 1px #0C4E95; }