body {
/*  font-family: verdana, helvetica, arial, sans-serif;*/
  font-family: arial;
  font-size: 73%;
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
/*  color: rgb(61,92,122);*/
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
/*  color: rgb(117,144,174);*/
  color: rgb(0,0,0);
  text-decoration: bold;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

.superHeader {
  color: rgb(130,128,154);
  background-color: rgb(33,50,66);
  text-align: right;
  margin: 0;
  padding: 0.5ex 10px;
}

.superHeader span {
  color: rgb(195,196,210);
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.superHeader a {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.superHeader a:hover {
  color: rgb(193,102,90);
  background-color: transparent;
  text-decoration: none;
}

.midHeader {
  color: white;
  background-color: rgb(75,78,68);
  margin: 0;
  padding: 0px 0px;
}

.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
  color: rgb(146,160,143);
}

.headerSubTitle {
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
  color: rgb(75,78,68);
  background-color: rgb(146,160,143);
  margin: 0;
  padding: 0.5ex 10px;
}

.subHeader a, .subHeader .highlight {
  color: rgb(75,78,68);
  background-color: transparent;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.subHeader a:hover, .subHeader .highlight {
  color: white;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

#main-copy {
  margin: 0;
  padding: 0.5em 10px;
  clear: left;
}

#main-copy x_h1 {
  color: rgb(117,144,174);
  background-color: transparent;
/*  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;*/
  font-family: arial;
  font-size: 200%;
  font-size: 151%;
  margin: 0;
  padding: 0;
}

#main-copy h1, h2 {
  color: rgb(61,92,122);
  background-color: transparent;
/*  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;*/
  font-family: arial;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  padding: 1ex 0 0 0;
}

#main-copy p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.newsHeading {
  color: rgb(61,92,122);
  background-color: transparent;
/*  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;*/
  font-family: arial;
  font-size: 145%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsHeading:hover {
  color: rgb(117,144,174);
  background-color: transparent;
  text-decoration: underline;
}

.newsDate {
  font-style: italic;
  margin: 0 !important;
  padding: 0;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}

.more {
  text-align: right;
  margin: 0;
  padding: 0.5em 0;
}

.more a {
  color: rgb(61,92,122);
  background-color: transparent;
  font-size: 92%;
  text-decoration: underline;
  margin: 0;
  padding: 0.25ex 0.75ex;
}

.more a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 1em 0;
  float: left;
  border-left: 1px solid rgb(204,204,204);
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.oneThird {
  width: 28%;
  padding: 0 1.9%;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {
  border: 1px solid white;
}

.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

#footer {
  color: rgb(75,78,68);
  background-color: rgb(146,160,143);
  font-size: 87%;
  text-align: left;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1ex 10px;
  clear: left;
}

#footer a {
  color: rgb(75,78,68);
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
}


#main-copy h6 {
font-size: 544;
a:link { text-decoration:none; font-weight:normal; color:#333333; }
a:visited { text-decoration:none; font-weight:normal; color:#333333; }
a:hover { text-decoration:none; font-weight:normal; color:#92A08F; }
a:active { text-decoration:none; font-weight:normal; color:#92A08F; }
a:focus { text-decoration:none; font-weight:normal; color:#92A08F; }
}

/* yellow links for sn online */
a.marker {background-color:yellow;color:black;font-weight:bold;text-decoration:none;font-style:italic;}
a.marker:hover {background-color:yellow;color:black;font-weight:bold;text-decoration:underline;font-style:italic;}
/* SNUDEBILLER / WeevilNews etc. */
.proper-name {font-weight:bold;font-style:italic;}
/* prologue of a page */
.prologue {width:900px;}

/* special annotation style... */
.jo-annotation {color:red;font-weight:bold}

/* Überschriften mit marker icons */
h1.archive, h2.archive {
    display:block;
    padding:0 0 0 56px!important;
    line-height:65px;
    height:58px;
    background: url(/images/elements/ico-archive.gif) no-repeat 0 5px;
}

h1.online, h2.online {
    display:block;
    padding:0 0 0 56px!important;
    line-height:65px;
    height:58px;
    background: url(/images/elements/ico-online.gif) no-repeat 0 5px;
}

h1.paper, h2.paper, h5.paper {
    display:block;
    padding:0 0 0 56px!important;
    line-height:65px;
    height:58px;
    background: url(/images/elements/ico-paper.gif) no-repeat 0 5px;
}
.greyboxtitle {
    display:block!important;
    background-color:silver!important;
    font-size: 16pt!important;
    color:black!important;
    font-weight:bold!important;
    padding:8pt!important;
}

.snudebiller-contents .autor {
    color:#003060;
    font-weight:bold;
}
.snudebiller-contents .title {
    margin:0 0 6px 0
}
.snudebiller-contents .rubric {
    font-weight:bold;
    margin:6px 0;

}
.snudebiller-contents .taxon {
    font-style:italic;
}
.snudebiller-contents .taxonomic-menu {
    color:#003060;
    font-weight:bold;
    text-align:right;
    font-size:90%;
}
.snudebiller-contents .issue {
    color:#800000;
    text-decoration:underline;
    font-weight:bold;
}
.snudebiller-contents .citation {margin:0;padding:0;}

.dvd {color:#800000;}

