
/* Hintergrundfarbe HTMLarea */
.htmlarea-content-body {
	/*background-color: #587889;*/
}



/* Definition des BODY-Tag */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	/*font-size: 12px;*/
	line-height: 140%;
}


/* Definition der Textfelder */
textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


/* Definition der Links */
a {
	color: #0E3F74;
	text-decoration: none;
}
a:visited {
	color: #0E3F74;
}
a:hover, a:active, a:focus, a.active {
	text-decoration: underline;
}
a.text-bold {
	font-weight: bold;
}




#highlight p a,
#footer a {
	padding-left: 10px;
	background-image: url(../art_global/bullet-link.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
	background-position: 0 0.55em;
}

/* Links mit Bullet */
a.bullet, a.bulletPdf {
	background-repeat: no-repeat;
}
a.bullet {
	padding-left: 10px;
	background-image: url(../art_global/bullet-link.gif);
	background-position: 0 0.52em;
}

/* PDF-Links */
a.bulletPdf {
	padding-left: 35px;
	background-image: url(../art_global/bullet_pdf.gif);
	background-position: 0 0.2em;
	font-weight: bold;
}

/* Sprachnavigation */
a.language img,
div.language-no-link img {
	border: 1px solid #C2D0Db;
}
a.language:hover img, a.language-active:hover img,
a.language-active img {
	border: 1px solid #7FBF24;
}


/* Print-Link */
a.print {
	padding-left: 18px;
	background-image: url(../art_global/00_link_bullet_print.gif);
	background-position: left 0.25em;
	background-repeat: no-repeat;
}


/* Definition der Ueberschriften */
h1, h2 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #000000;
	font-size: 160%;
	/*font-size: 20px;*/
	font-weight: normal;
	line-height: 120%;
}
h2 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #000000;
	font-size: 150%;
	/*font-size: 18px;*/
	font-weight: normal;
	line-height: 120%;
}
h3 {
	margin: 0;
	color: #587889;
	font-size: 140%;
	/**/font-size: 16px;
	line-height: 120%;
}


/* Definition der Absaetze */
p {
	margin: 0;
	padding: 0 0 18px 0;
}
p.textSmall {
	font-size: 86%;
	/*font-size: 10px;*/
}
p.text-bold {
	font-weight: bold;
}



/* Definition der Zeichenformate */
span.textBullet {
	padding-left: 11px;
	background-image: url(../art_global/bullet_black.gif);
	background-position: 0 0.72em;
	background-repeat: no-repeat;
}



/* Definition der Listen */
ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	padding: 4px 0 4px 11px;
	background-image: url(../art_global/bullet_blue.gif);
	background-position: 0 0.92em;
	background-repeat: no-repeat;
}
.box-line ul {
	margin: 0;
}


/* Definition der Tabellen */
table {
	margin-bottom: 15px;
	border-collapse: collapse;
	font-size: 100%;
	/*background-color: red;*/
}
table td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}
table p {
	margin: 0;
	padding: 0;
}


/* Hauptnavigation (im RTE ausgeblendet durch #navi) */
#navi ul.navigationContent {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Links */
#navi ul.navigationContent li a {
	color: #FFFFFF;
	display: block;
	clear: both;
	float: none;
	width: 195px;
	padding: 0px;
	padding-left: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(../art_global/bullet-link.gif);
	background-position: 0 0.65em;
	background-repeat: no-repeat;
}
#navi ul.navigationContent li a:hover,
#navi ul.navigationContent li a:active,
#navi ul.navigationContent li a:focus,
#navi ul.navigationContent li a.active {
	text-decoration: none;
	background-color: #295583;
}
#navi ul.navigationContent li a.active {
	font-weight: bold;
	text-decoration: none;
	background-color: #295583;
}

/* Ebene 1 */
#navi ul.navigationContent li {
	margin: 0;
	padding: 0;
	background-image: none;
	border: 1px dotted #587889;
	border-left: none;
	border-bottom: none;
}
/* letzte menue-eintrag */
#navi ul.navigationContent li.last {
	border-bottom: 1px dotted #587889;
}


/* Ebene 2 */
#navi ul.navigationContent li.layer2 {
	padding: 0;
	border: none;
	border-right: 1px dotted #587889;	
}
#navi ul.navigationContent li.layer2 a {
	padding-left: 22px;
	width: 184px;
	background-position: 11px 0.65em;
}


/* Abstandshalter */
#navi ul.navigationContent li.navigationSpacer {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: none;
	font-size: 1px;
	line-height: 1px;
	border-right: none;
}



/* highlight-box links unten */
#highlight p {
	color: white;
	font-size: 92%;
}
#highlight a {
	color: #A2DE50;
}




