/* HTML-Elemente */



h1,h2,h3,h4 {
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #fe2727;
	border-bottom: 1px solid #fe2727;
}

h2 {
	background-color: #FFF6BD;
	padding: 3px 0;
}


/* Klassen */

a b {
	color:#14a;
}

a.internal-link {
	background: transparent
	url('../Icons/link/link_int.gif') 0 50% no-repeat;
	padding-left: 18px;
	border-bottom: 1px dotted #14a;
}

a.external-link {
	background: transparent
	url('../Icons/link/link_ext.gif') 0 50% no-repeat;
	padding-left: 18px;
	border-bottom: 1px dotted #14a;
}

.stichworte {
	font-size:12px;
}


/*
* TYPO3-Elemente
*/

/* Sitemap */

div.csc-sitemap ul li {
	margin-bottom: 5px;
}

div.csc-sitemap ul li ul {
	margin: 5px 0 5px 20px;
}

/* Menü dieser Seiten (mit Inhaltsangabe) */
dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 10px;
}


/* Tabellen */
table.contenttable {
	border-collapse: collapse;
}

table.contenttable tr,
table.contenttable th,
table.contenttable tbody tr td {
	border: 1px;
	border-style: solid;
	border-color: #999;
	padding: 5px;
}

tr.hell td { background-color: #fff6bd; }
tr.dunkel td { background-color: #eee; }


/* Kapitel-Links */
a.linkTableNext {
	background: transparent
	url('../Icons/link/link_table_next.gif') 100% 50% no-repeat;
	padding-left:0;
	padding-right: 18px;
	border-bottom: 1px dotted #14a;
	display: block;
	font-size: 13px
}
a.linkTablePrev {
	background: transparent
	url('../Icons/link/link_table_prev.gif') 100% 50% no-repeat;
	padding-left:0;
	padding-right: 18px;
	border-bottom: 1px dotted #14a;
	display: block;
	font-size: 13px
}
a.linkTableDown {
	background: transparent
	url('../Icons/link/link_table_down.gif') 100% 50% no-repeat;
	padding-left:0;
	padding-right: 18px;
	border-bottom: 1px dotted #14a;
	display: block;
	font-size: 13px
}
a.linkTableUp {
	background: transparent
	url('../Icons/link/link_table_up.gif') 100% 50% no-repeat;
	padding-left:0;
	padding-right: 18px;
	border-bottom: 1px dotted #14a;
	display: block;
	font-size: 13px
}
a.linkTableEnd {
	background: transparent
	url('../Icons/link/link_table_end.gif') 100% 50% no-repeat;
	padding-left:0;
	padding-right: 18px;
	border-bottom: 1px dotted #14a;
	display: block;
	font-size: 13px
}

/* Button-Links */
a.linkButtonYellow {
	background-color:#f3ff9e;
	padding:6px 10px;
	border:2px solid #000;
	color:#000;
	font-size:18px;
	line-height:2em
}


