/*/////////////*/
/*// BACKEND //*/
/*/////////////*/

.htmlarea-content-body {
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	color:#000; /*1e2727;*/
	margin:0;
	padding:3px;
	background-color:#d5dde2;
}




/*////////////////*/
/*// FRONTEND //*/
/*///////////////*/



/*------ TEXT ------*/
.htmlarea-content-body, .htmlarea-content-body p, .htmlarea-content-body TD, .htmlarea-content-body TH,
.rundinhalt, .rundinhalt p, .rundinhalt TD, .rundinhalt TH {
	vertical-align: top;
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}
/* Abstand vor und nach Absätzen im IE vergrößern, wegen Tabellen*/
*html .htmlarea-content-body, *html .htmlarea-content-body p, *html .htmlarea-content-body TD, *html .htmlarea-content-body TH,
* html .rundinhalt, * html .rundinhalt p, * html .rundinhalt TD, * html .rundinhalt TH {
	padding-top:5px;
	padding-bottom:5px;
	margin: 0;
}

hr { height: 0px; border-bottom: 1px solid #b5c2cb; border-top: 0px; margin: 10px 0 10px 0 !important; }


/*------ BULLETTS ------*/
.htmlarea-content-body ul, 
.rundinhalt ul { 
	list-style-image: url(../media/_statics/listbullet.gif); 
	list-style-position: outside; 
	padding: 3px auto;	
	margin: 0 auto 0 20px !important;
	line-height: 18px;
}
* html .rundinhalt ul { 	margin: 10px auto 0 50px !important; 	list-style-image: url(../media/_statics/listbullet-IE.gif); 
 } 
 }
.htmlarea-content-body li, 
.rundinhalt li { 
	font-size: 11px; 
}
.htmlarea-content-body ul li, 
.rundinhalt ul li { margin-left: -22px; padding: 0 0 0 0;  }


/*--------- HYPERLINKS ---------*/
/*------ hyperlinks: text ------*/
.htmlarea-content-body a:link, .htmlarea-content-body a:visited, 
a:link, a:visited {		
	color: #496475;
	text-decoration:underline;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active,
a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

/*------ hyperlinks: download, mail, external ------*/
a.download:link, a.download:visited, a.download:hover, a.download:active {
	background-image: url(../media/_statics/link_download.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:13px;
}
a.mail:link, a.mail:visited, a.mail:hover, a.mail:active {
	background-image: url(../media/_statics/link_mail.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
}
a.external:link, a.external:visited, a.external:hover, a.external:active {
	background: transparent url(../media/_statics/link_external.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:15px;
}
a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:active {
	background: transparent url(../media/_statics/link_pfeil.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}


/*------ HEADLINES ------*/
h1, h1 a { 
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
	color: #000;
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
* html h1, * html h1 a {
	margin: 0 0 5px 0;	
}

h2, h2 a { /* summary */
	margin: 25px 0 0 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
* html h2, * html h2 a {
	margin: 25px 0 5px 0;	
}


h3, h3 a { /* summary */
	margin: 15px 0 0 0;
	padding: 0;
	color: #e3000d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
* html h3, * html h3 a {
	margin: 15px 0 5px 0;	
}


/*------ HIGHLIGHTS ------*/
span.farbig { color: #e3000d; }
span.small 	{ font-size: 10px; color: #6a7c87; }

/* ------- Ausrichtung ------- */
p.align-right 	{ text-align: right; }
p.align-center 	{ text-align: center; }
p.align-left		{ text-align: left; }


/* ---------- TABELLEN -------- */
.box-table-a {
	border-collapse: collapse;
}
.box-table-a td.kopf {
	padding: 8px 5px 8px 5px;
	background: #c3cdd4;
	border-top: 4px solid #9fafb8;
	border-bottom: 1px solid #fff;
}
.box-table-a td.leer {
	background: #d5dde2;
	border: 0;
	border-bottom: 1px solid #fff;
}
.box-table-a td {
	padding: 8px 5px 8px 5px;
	background: #e6ebef; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td {
	background: #d5dde2;
}