@charset "utf-8";
/* CSS fuer den Texteditor */


/*span.gruen {
	color:#4e920b;
}
span.rot {
	color:#c71e1e;
}*/

.gruenfett {
	color:#4e920b;
	font-weight:bold;
}

.rotfett {
	color:#c71e1e;
	font-weight:bold;
}

.gruen {
	color:#4e920b;
}
.rot {
	color:#c71e1e;
}
.grau {
	color:#515151;
}

a.linkgrau {
	color:#515151;
}

a.buttonlink {
	padding:7px 15px;
	background-color:#4e920b;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
}
a.buttonlink:hover {
	background-color:#f5efe1;
	color:#4e920b;
	text-decoration:none;
}

a.download {
	background:url(../pics/download-link.png) right center no-repeat;
	padding-right:15px;
	margin-right:2px;
}

a.linkextern {
	background:url(../pics/externer-link.png) right center no-repeat;
	padding-right:14px;
	margin-right:2px;
}

.bggruen {
	background-color:#4e920b;
	padding:5px;
	color:#fff;
}

.bghellgruen {
	padding:5px;
	background-color:#A7C784;
	background-color:#C9DCB4;
}

.bgbeige {
	background-color:#f5efe1;
	padding:5px;
}


img.bilderrand {
	border:5px solid #f5efe1;
}


.textklein, p.textklein {
	font-size:0.9em;
}


.textgross, p.textgross {
	font-size:1.2em;
}


/* ausrichtung */
.textlinks {
	text-align:left;
}
.textrechts {
	text-align:right;
}
.textblocksatz {
	text-align:justify;
}
.textzentriert {
	text-align:center;
}



/* Tabellen */
th {
	font-weight:bold;
	text-align:left;
}

table.contenttable {
	width:auto;
	border:none;
	/*border-collapse:separate;
	border-spacing:20px;*/
}
.contenttable td, .contenttable th {
	padding-right:30px;
	padding-bottom:15px;
}
.contenttable td:last-child, .contenttable th:last-child {
	padding-right:0;
}

/* breite Tabelle */
table.tabellebreit {
	width:100%;
	border:none;
}

.tabellebreit td, .tabellebreit th {
	padding-bottom:15px;
}


/* schmale Tabelle */
table.tabelleschmal {
	border:none;
}

.tabelleschmal td, .tabelleschmal th {
	padding-right:5px;
	padding-bottom:5px;
}
.tabelleschmal td:last-child, .tabelleschmal th:last-child {
	padding-right:0;
}


/* ohne Rahmen */
table.tabelleohne {
	width:auto;
	border:none;
	/*border-collapse:separate;
	border-spacing:20px;*/
}
.tabelleohne td, .tabelleohne th {
	padding-right:30px;
	padding-bottom:20px;
}
.tabelleohne td:last-child, .tabelleohne th:last-child {
	padding-right:0;
}


/* Tabelle mit Rahmen */
table.texttabelle {
	border-collapse:collapse;
	border:1px solid #c1c1c1;
	margin:5px 0 10px 0;
}

.texttabelle td, .texttabelle th {
	padding:5px 10px;
	border:1px solid #c1c1c1;
	min-width:100px;
}
.texttabelle th {
	background-color:#4e920b;
	color:#fff;
}

tr.textoben, td.textoben, th.textoben {
	vertical-align:top;
}
tr.textunten, td.textunten, th.textunten {
	vertical-align:bottom;
}
tr.textmitte, th.textmitte, td.textmitte {
	vertical-align:middle;
}


/* aus der Main */
/* allgemeine Formatierungen, damits auch im BE schön angezeigt wird */
h1 {
	font:bold 1.25em 'MuseoSlab500', Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#4e920b;
	margin-bottom:15px;
}

h2 {
	font:bold 1.1em 'MuseoSlab500', Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#4e920b;
	margin-bottom:8px;
	margin-top:20px;
}
	
h3 {
	font-weight:bold;
	font-size:1em;
	color:#4e920b;
	margin-top:20px;
}

h4, h5, h6 {
	font-weight:bold;
	font-size:1em;
}

p {
	margin:5px 0px 15px 0;
}

a {
	color:#4e920b;
	text-decoration:none;
	text-decoration:underline;
	outline:none
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

ul, ol {
	margin:5px 0px 15px 30px;
}

table {
	border-collapse:collapse;
	margin:10px 0 15px 0;
}

hr {
	border:none;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:1.5em;
}

.texticon {
	vertical-align:middle;
	max-height:1.5em;
}
h2 .texticon {
	max-height:1.75em;
}

.info {
	font-style:italic;
}

.small {
    font-size: 0.875em;
}


/* Definitionsliste gefloatet */
dl.tablelist {
	*zoom: 1;
}
dl.tablelist:after {
	content: " ";
	display: table;
	clear: both;
} 

dl.tablelist dt {
	clear:both;
	float:left;
	width:30%;
    font-weight: bold;
}

dl.tablelist dd {
	*zoom: 1;
	margin-left:30%;
	padding-left:1em;
}
dl.tablelist dd:after {
	content: " ";
	display: table;
	clear: both;
}

dl.tablelist dd.abstand {
	margin-bottom:1.5em;
}

dl.tablelist.abstand dd, dl.tablelist.abstand dt {
	/*margin-bottom:0.75em;*/
	padding-top:1em;
}

dl.tablelist.abstand dd:last-child, dl.tablelist.abstand dt:last-child {
	margin-bottom:0;
}

dl.tablelist.abstand dt:first-child + dd, dl.tablelist.abstand dt:first-child {
	padding-top:0;
}

dl.tablelist ul {
	margin-bottom:0;
}


/* blöd, wieder zurück schalten auf normal */
dl.normal {
}

dl.normal dt {
	margin:0;
	padding:0 !important;
	float:none;
	width:auto;
	clear:none;
}

dl.normal dd {
	margin:0;
	padding:0 !important;
	margin-left:1.25em;
}
