.blau {
color: #003193;
}

.zitat {
color: #505050;
background-color: #e2e5ec;
border-top: 5px  #e2e5ec solid;
border-bottom: 5px  #e2e5ec solid;
}

.kleinereSchrift {
font-size: 10px;
}

.unterstreichen {
text-decoration: underline;
}

/* Textformatierungen */

h1 {font-size: 16px;font-weight:bolder; color: #003193;}
h2 {font-size: 15px; color: #003193;}
h3 {font-size: 14px; color: #003193;}
h4 {font-size: 13px; color: #003193;}
h5 {font-size: 12px; color: #003193;}
h6 {fon-size: 10px; text-decoration: underline; color: #003193; }


p {margin: 0px; line-height: 1.4em;}

/* Listen
ul, ol {margin:0 1.5em 0.5em 0; padding:0;}
li {margin:0.3em 0 0.3em 1.4em ; padding:0;line-height: 1.4em;/* list-style-image: url(images/navi-pfeil-transparent.gif)*/;}
ol li {margin-left:2em}
dl {margin:0 0 0.5em 0; padding:0;}
dt { font-weight: bold }
dd { margin: 0 0 0.5em 1.4em } */

/* Auszeichnungen */
cite, blockquote { font-style:italic }
blockquote { margin: 0 0 0.5em 0;padding: 0 1.4em 0 1em; border-left: 3px solid #1a4c76;}
strong,b { font-weight: bold }
em,i { font-style:italic }
pre, code { font-family: monospace; font-size: 1.1em; }
pre, tt, code {font-family:"Courier New", Courier, monospace;}	
acronym, abbr {letter-spacing: .07em;border-bottom: .1em dashed #c00;cursor: help;}
sup, sub {font-size:0.85em;}
sup {vertical-align:20%}
sub {vertical-align:-20%}


a img {border:none;}

/* Formatierungen im RTE */
.align-left{ text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.csc-frame-rulerbefore {border-top:1px solid #999;padding-top:0.5em;margin-top:1.5em;}
.csc-frame-rulerafter {border-bottom:1px solid #999;padding-bottom:1em;margin-bottom:1.5em;}
.csc-frame-indent {padding-left:1.5em;}
.csc-frame-frame1 {border: 1px solid #999; padding: 0.5em;margin:1em 0;}
.csc-frame-frame2 {border: 1px solid #999; padding: 0.5em;background:#efefef;margin:1em 0;}
.kleinertext {font-size:0.8em; line-height: 1.2em;}
.grossertext {font-size:1.4em; line-height: 1.4em;}
.betonung {color: #ffc900;}
.hellgrau {color:#e2e5ec;}
.dunkelgrau {color:#505050;}

/* Diverses */ 
hr {color: #fff;background:transparent;margin: 0 0 1em 0;padding: 0 0 0.5em 0;border:0;border-bottom: 1px #999 solid;line-height:1px;}

