html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*vertical-align: baseline;battikh*/
}

sup {
  /*vertical-align: super;battikh*/
}

sub {
  /*vertical-align: bottom;battikh*/
}


.div hr {
    visibility: hidden;
}  

.spacer {
    display: block;
    float: none;
    clear: both;
}

.hidden {
    left: -1000em;
    position: absolute;
    top: -1000em;
    white-space: nowrap;
}

/* T. Schaefer, 2015-09-02: Klassen center, right und left hinzugefuegt */
.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.inv {
    display: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* T. Schaefer, 2015-09-02: th entfernt */
caption, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* T. Schaefer, 2015-09-02: Ueberschriften in zentriert und fett */
th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

body.subpage #maincontent table.tablesorter {
	
}

body.subpage #maincontent table.tablesorter thead tr th, body.subpage #maincontent table.tablesorter tfoot tr th {
	background-color: #ddd;
    color: #222;
}

body.subpage #maincontent table.tablesorter thead tr .header {
	background-image: url('../assets/icons/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

body.subpage #maincontent table.tablesorter tbody td {

}

body.subpage #maincontent table.tablesorter tbody tr.odd td {

}

body.subpage #maincontent table.tablesorter thead tr .headerSortUp {
	background-image: url('../assets/icons/asc.gif');
}

body.subpage #maincontent table.tablesorter thead tr .headerSortDown {
	background-image: url('../assets/icons/desc.gif');
}

body.subpage #maincontent table.tablesorter thead tr .headerSortDown, body.subpage #maincontent table.tablesorter thead tr .headerSortUp {
    background-color: #ccc;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: helvetica, sans-serif;
    font-size: 100%;
    color: #58595b;
    background-color: #fff;
}

a {
    color: #007198;
    text-decoration: none;
}

main a:hover,
footer a:hover,
aside a:hover,
/* T. Schaefer, 2015-06-14, underline auch fuer span innerhalb von Links */
main a:hover span,
footer a:hover span,
aside a:hover span {
    text-decoration: underline;
}

main a:visited,
aside a:visited {
    color: #06769d;
}
main a.external-link-new-window,
main a.external-link,
main a.internal-link,
main a.intern,
aside a.internal-link,
aside a.intern {
    /*battikh: link icon ueber rte*/
   /* background-image: url('../assets/icons/link.gif');
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 6px;   */
}

main a.external-link-new-window.icon,
main a.external-link.icon,
main a.internal-link.icon,
aside a.internal-link.icon,
main a.intern.icon,
aside a.intern.icon {
    padding-left: 52px;
}

main a.external-link-new-window.icon img,
main a.external-link.icon img,
main a.internal-link.icon img,
aside a.internal-link.icon img,
main a.intern.icon img,
aside a.intern.icon img {
    margin-left: -40px;
    margin-top: -8px;
    position: absolute;
}

aside a[href^="mailto"] {
    padding-left: 0px;
    background: none;
}

body #maincontent li > a,
body #maincontent li > p > a,
body aside li > p > a,
body aside li > p > a {
    padding: 0;
    background: none;
}

/* listenabstaende im content geaendert 6.5.2015, grossmann*/
/* T. Schaefer, 2016-02-02: padding nur fuer csc-menu und innerhalb von news */
body #maincontent ol.csc-menu li,
body #maincontent ul.csc-menu li,
body #maincontent div.news > nav > ul > li {
	padding: 5px 0px;
}

li > p {
    display: inline;
}

button {
	cursor: pointer;
}

/* */
figcaption {
    font-size: 81.125%;
    padding-top: .25em;
}           