body {
	font-family: 		"Trebuchet MS","Verdana","Arial","Helvetica","Sans-Serif";
	font-size:		13px;
	line-height:		18px;
	color:			#000000;
	background:		#FFFFFF;
}

#textfeld a,
#textfeld a:link,
#textfeld a:active,
#textfeld a:visited,
#textfeld a:hover {
	color:			#016BB2;
	font-weight:		bold;
	text-decoration:	none;
}
#textfeld a:hover {
	color:			#ECF1F6;
	background-color:	#016BB2;
	font-weight:		bold;
	text-decoration:	none;
}


#textfeld dt a:hover {
background-color: #fff;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:		bold;
	color:			#000000;
	margin:			0px;
	margin-bottom:		5px;
}

h1 {
	font-size:		14px;
	
}

h2 {
	font-size:		13px;
	
}

h3 {
	font-size:		12px;
}

h4 {
	font-size:		11px;
}

#textfeld h1, #textfeld h2, #textfeld h3  {
         margin-top: 10px;
	margin-bottom: 15px;
	}


#textfeld h3 {	
margin-top: 20px;
color: #346798;
font-size: 18px;
font-weight: normal;
}

p {
	margin-top: 		0px;
	margin-bottom:		10px;
}

.frontend_title {
	color:			#e95d0f;
	font-size:		14px;
	font-weight:		bold;
	display:		block;
	border-bottom:		#DC9265 1px dotted;
}
a.frontend_title {
	text-decoration:	none;
}
a.frontend_title:hover {
	color:			#ffffff;
	border-bottom:		#ffffff 1px dotted;
}

.htmlarea-content-body  {
        font-family:  Arial, Helvetica, sans-serif;
        font-size:100%;
        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; }


table.tabelle1 {
border: 1px solid #016BB2;
border-collapse: separate;
border-spacing: 1px;
margin: 10px 0;
}


table.tabelle1 p { margin: 0; }
table.tabelle1 th { background-color: #ED1C23; 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; }


span.small { font-size: 10px; }
span.Blue_Font { color: #016BB2; }
span.weiss { color: #ffffff; }
span.Blue_Headline { color: #016BB2; font-weight: bold; }
span.Graue_Headline { color: #666666; font-weight: bold; }