/* ----------------------------------------------------------------------------------------------------------------- */
/* Textformatierung */
/* ----------------------------------------------------------------------------------------------------------------- */

.pre_lead {
	margin-bottom: 0.65em;
}

/*h1, */
h2, 
.artikeltitel {
	font-weight: bold;
	font-size: 150%;
	color: #3a84ae;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 130%;
}


/************************************************/
/* H3 vergewaltigt für feine Übertitel (1.2010) */
/************************************************/

h3 {
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	margin: 0 0 10px 0;
	color: #CC6600;
	background-image: url(../bilder/tithint.gif);
	background-position: left;
	background-repeat: no-repeat;
}



.zentriert {
	text-align: center;
}



.archivtitel {
	margin-bottom: -3em;
}

h4, 
h5, 
.lead {
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
}

h4 {
	font-size: 110%;
}

.bold {
	font-weight: bold;
}





table {
	line-height: 1.4em;
	border-collapse: collapse;
	width: 100%;
}


td.tableheader, 
.tableheader {
	font-weight: bold;
	border-bottom: 1px solid #799bb6;
}

td.tablerow_normal,
.tablerow_normal {
}

td.tablerow_hinterlegt, 
.tablerow_hinterlegt {
	background-color: #edf0f4;
	color: #000;
}

td.tablerow_rahmen, 
.tablerow_rahmen {
	border-top: 1px solid #799bb6;
	border-bottom: 1px solid #799bb6;
}

td.tablerow_rahmen_hinterlegt, 
.tablerow_rahmen_hinterlegt {
	background-color: #edf0f4;
	border-top: 1px solid #799bb6;
	border-bottom: 1px solid #799bb6;
}

td p.bodytext {
	line-height: 1.5em;
        margin-top: 0.2em;
        margin-bottom: -0em;
}

table.table_25, 
.table_25 {
	width: 25%;
}

table.table_50, 
.table_50 {
	width: 50%;
}

table.table_75, 
.table_75 {
	width: 75%;
}

table.table_100, 
.table_100 {
	width: 100%;
}



a.weiterlink:link,
a.weiterlink:visited {
	padding: 0px 8px 0 5px;
	margin-right: 8px;
	background-image: url(../bilder/mehrpfeil_p.gif);
	background-position: right;
	background-repeat: no-repeat;

}



a.weiterlink:hover,
a.weiterlink:active {
	background-image: url(../bilder/mehrpfeil_h.gif);

}



