/* Formatierung der Links auf der Seite [BEGIN]
    a:link{color:#704A18; text-decoration:none}
    a:visited{color:#685840; text-decoration:none}
    a:active{color:#000000; text-decoration:none}
    a:hover{color:#704A18; text-decoration:underline}
/* Formatierung der Links auf der Seite [END]

/* Erstellt eine Box um Content-Überschriften
div.csc-header {
   border:1px solid #aaaaaa;
   background-color: #efefef;
}
*/

border-bottom:5px groove #00ff00;

div.csc-header {
   border:1px solid #aaaaaa;
   border-bottom:5px groove #00ff00;
}


/* Formatierungen für den Text im Content */
p {}

.csc-frame-frame2 {border:1px solid #555555; background-color: lightyellow;}
.csc-frame-frame1 {border:1px solid #555555; background-color: lightgrey;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.align-justify {text-align: justify;}

/* Bildunterschrift */
dd.csc-textpic-caption {font-size:0.8em;}


/* Margin-Definition in einer Zeile "margin: oben rechts unten links" */
/* h1, h2, h3, h4, h5, h6 {color: red; margin: 10px 10px 20px 10px;} */


/* Formatierungen für Überschriften mit h-Tag */
h1, h2, h3, h4, h5, h6 {color: #3e3e3e;}

h1 {font-size:1.6em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}

