body {
font-family:  Arial, Helvetica, sans-serif;
font-size: 85%;
color: #222;
}

.htmlarea-content-body  {
        font-family:  Arial, Helvetica, sans-serif;
        font-size:110%;
        margin:0;
        padding:3px;
        background-color:#fff;
}


.htmlarea-content-body a:link, .htmlarea-content-body a:visited { color: #00237C; text-decoration: underline; }
.htmlarea-content-body a:hover, .htmlarea-content-body a:active { color: #00237C; text-decoration: none; }

a.weisserlink:link, a.weisserlink:visited, a.weisserlink:hover, a.weisserlink:active { color: #fff; }

TD { vertical-align: top; }
.contenttable th { padding: 3px;}
.contenttable td { padding: 3px 5px 3px 3px; }

td p.bodytext { margin: 2px 0 }
th p.bodytext { margin: 2px 0 }

table.tabelle1 {
border: 1px solid #00237C;
border-collapse: separate;
border-spacing: 1px;
margin: 10px 0;
}
table.tabelle1 th { background-color: #00237C; color: #fff; padding: 3px; text-align: left }
table.tabelle1 td { background-color: #E8E8E8; padding: 5px }

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #666666; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #FFFF66; padding: 2px 4px 2px 4px; border: 1px solid #666666; }


#textfeld ul {  }
#textfeld li { padding-bottom: 8px; }


span.small { font-size: 10px; }
span.Blue_Font { color: #00237C; }
span.weiss { color: #ffffff; }
span.Blue_Headline { color: #00237C; font-weight: bold; }
span.Graue_Headline { color: #666666; font-weight: bold; }
/*.rte_image { border: 1px solid #1F3280; }*/

.Blue_Font_Bold { font-weight: bold; color: #0F238A; }
.Orange_Background { padding: 3px; background-color: #E0922F; color: #FFFFFF; border: 1px solid #CF8327; }
.Grauer_Background { padding: 2px; background-color: #DBDBDF; border: 1px solid #B2B2B2; width: 100%; }
.Grauer_Background p { padding-bottom: 2px; }
.Weisse_Schrift { color: #FFFFFF; }

a:link
{
	color: #00237C;
	text-decoration: none; 
}
a:visited
{
	color: #002399;
	text-decoration: none;
} 
a:active 
{
	color: #002399;
	text-decoration: none;
}
a:hover
{
   color: #00237C;
   text-decoration: underline;
}


h1 {
font-size: 160%;
color: #00237C;
font-weight: bold;
margin: 15px 0 20px 0;
letter-spacing: 1px;
line-height: 140%;
}
h2 {
font-size: 140%;
color: #00237C;
font-weight: bold;
margin: 20px 0 15px 0;
line-height: 140%;
}
h3 {
font-size: 130%;
color: #666;
line-height: 140%;
}
h4 {
color: #00237C;
margin: 20px 0 10px 0;
border-bottom: 1px solid #ccc;
font-size: 110%;
}

#hauptinhalt {
line-height: 140%;
font-size: 90%;
}