<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Site:      www.regionalgeschichte.net - Relaunch 2011
Author:      Torsten Schrade
Created:    09.06.2006
Modified:    26.07.2011
Editor:      Stefan Dumont
Usage:      general content styles

property order:
################
- cf. main.css

table of contents
#################
- basic elements
  - header
  - text
  - hyperlinks
  - img
  - lists
  - tables
- special elements
  - forms
  - blockquotes
  - hr
  - et. al.
*/

/* ####################### CONTENT ############################ */

.tx-sgshowdoku-pi1 {
  font-size: 1.2em;
}

/* HEADER */



/* TEXT */

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

#page #main .csc-sword {
  color: #FF0F2F;
  font-weight: bold;
}

/*
This defines the link icons for G/O/S. For IE we use a JS script
*/

/* G/O/S link styles with attribute selection*/

a[href] {
  background-position: center right;
  background-repeat: no-repeat;
}

/* external links */
aside a[href^="http:"] {
  padding-right: 15px;
  background-image: url(../images/linksymbol_extern.png);
}

#content-03 a[href^="http:"] {
  padding-right: 15px;
  background-image: url(../images/linksymbol_extern_big.png);
}

aside a[href^="https:"] {
        padding-right: 15px;
        background-image: url(../images/linksymbol_extern.png);
}

#content-03 a[href^="https:"] {
        padding-right: 15px;
        background-image: url(../images/linksymbol_extern_big.png);
}

aside #tx_iglgeotagging_map a[href^="http:"],
aside #tx_iglgeotagging_map a[href^="https:"],
#content-03 .news-list-container a[href^="http:"]
#content-03 .news-list-container a[href^="https:"] {
  padding-right: 0;
  background-image: none;
}

/* links to www.flurnamenlexikon.de */
#content-03 a[href^="http://www.flurnamenlexikon.de"],
#content-03 a[href^="http://flurnamenlexikon.de"] {
  padding: 0 0 0 16px;
  background-image: url(../images/linksymbol_flurnamen.png);
  background-position: center left;
}


/* email links */
#content-02 a[href^="mailto:"],
#content-03 a[href^="mailto:"],
#content-02 a[href^="javascript:linkTo_UnCryptMailto"],
#content-03 a[href^="javascript:linkTo_UnCryptMailto"] {
  padding-right: 15px;
  background-image: url(../images/linksymbol_mail.png);
}

/* file links */
aside a[href$=".pdf"],
aside a[href$=".doc"],
aside a[href$=".sxw"],
aside a[href$=".odt"],
aside a[href$=".txt"] {
  background-image: url(../images/linksymbol_file.png);
  padding-right: 15px;
}

#content-03 a[href$=".pdf"],
#content-03 a[href$=".doc"],
#content-03 a[href$=".sxw"],
#content-03 a[href$=".odt"],
#content-03 a[href$=".txt"] {
  background-image: url(../images/linksymbol_file_big.png);
  padding-right: 15px;
}

/* exceptions */
#main .csc-textpic-image a[href^="http:"],
#main .csc-textpic-image a[href^="http:"],
#main .csc-textpic-image a[href^="mailto:"],
#main .csc-textpic-image a[href^="mailto:"],
#main .csc-textpic-image a[href^="javascript:linkTo_UnCryptMailto"],
#main .csc-textpic-image a[href$=".pdf"],
#main .csc-textpic-image a[href$=".doc"],
#main .csc-textpic-image a[href$=".sxw"],
#main .csc-textpic-image a[href$=".odt"],
#main .csc-textpic-image a[href$=".txt"],
#main .csc-frame-teasermain a[href^="http:"],
#main .csc-frame-teasermain a[href^="http:"],
#main .csc-frame-teasermain a[href^="mailto:"],
#main .csc-frame-teasermain a[href^="mailto:"],
#main .csc-frame-teasermain a[href^="javascript:linkTo_UnCryptMailto"],
#main .csc-frame-teasermain a[href$=".pdf"],
#main .csc-frame-teasermain a[href$=".doc"],
#main .csc-frame-teasermain a[href$=".sxw"],
#main .csc-frame-teasermain a[href$=".odt"],
#main .csc-frame-teasermain a[href$=".txt"],
#content-03 .tx-indexedsearch-resitem a[href^="http:"],
#content-03 .news-list-item a[href^="http:"],
#content-02 #map_canvas a[href^="http:"] {
  padding: 0;
  background: none;
}

aside a[href^="http://rpb.lbz-rlp.de/cgi-bin/wwwalleg/nota.pl?db=rpb"]  {
  display: block;
  min-height: 4em;
  margin: 1em 0 1em 0.5em;
  padding: 0 0 0 3em;
  background: url(../images/rpblink_logo.jpg) no-repeat;
  color: #900;
}

/* LISTS */

#content-02 ul,
#content-02 ol {
  margin: 0 0 2em 2.5em;
  padding: 0;
  line-height: 1.1em;
  font-size: 0.9em;
}

#content-03 ul,
#content-03 ol {
  margin: 0 0 1em 2.5em;
  padding: 0;
  line-height: 1.4em;
}

#content-03 .csc-frame ul,
#content-03 .csc-frame ol {
  margin-left: 1.7em;
}

#content-02 li,
#content-03 li {
  margin-bottom: 0.3em;
}

/* SITEMAP &amp; MENUS*/

.csc-menu {
    color: #945800;
}

.csc-menu dt {
  margin-bottom: 0.5em;
}

.csc-menu dd {
  margin-bottom: 0.5em;
  padding-left: 1em;
}

/* Dreispaltige Liste */
#main .csc-menu-15 {
  float: left;
  width: 10em;
  margin: 0 0 0 1.2em;
  padding: 0;
}

/* Sectionmenus */

.sectionmenu {
    margin: 0 0 1.5em 0;
    border: 1px solid #AAAAAA;
    padding: 1em 1.5em;
    background: #F9F9F9;
}

.sectionmenu-2 .ordinal {
    padding-right: 0.5em;
}

section .sectionmenu ul {
    margin: 0;
    padding: 0;
}

section .sectionmenu-1 ul {
    margin-left: 1em;
}

section .sectionmenu ul ul {
    margin: 0 0 0 1.5em;
    padding: 0;
}

section .sectionmenu ul ul ul {
    margin: 0 0 0 2em;
    padding: 0;
}

section .sectionmenu-2 ul {
    list-style-type: none;
  list-style-image: none;
}


/* DEFINITION */

dfn,
a:hover dfn {
  border-bottom: 1px dotted;
  cursor: help;
  font-style: normal;
}

h1 dfn,
h2 dfn,
h3 dfn,
h4 dfn,
h5 dfn {
  border-bottom: none;
  cursor: default;
}

dfn.section {
    padding-right: 0.5em;
}


/* IMAGES */

/* cf. images.css */

/* TABLE */

table.contenttable {
  position: relative;
  width: 100%;
  margin: 0 0 2em 0;
  font-size: 0.8em;
  border-collapse: collapse;
}

table caption {
  padding-bottom: 1em;
  text-align: left;
  color: #945800;
  font-size: 1.2em;
  font-weight: bold;
}

td, th {
  padding: 0.4em;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  border-right: 8px white solid;
  border-left: 8px white solid;
}

th,
.tr-0 td {
  border-top: none;
}

.tr-last td {
  border-bottom: none;
}

th.td-0,
td.td-0 {
  border-left: none;
}

th.td-last,
td.td-last {
  border-right: none;
}

th {
  border-bottom: 2px solid black;
  font-weight: bold;
  text-align: left;
}

.tr-even {
  vertical-align: top;
}

.tr-odd {
  vertical-align: top;
}

/* MAILFORM */

.csc-mailform fieldset {
  margin: 0 1em 1em 0;
  border: 1px solid #FFCC80;
  border-color: #BFBFBF;
  padding: 0 1.5em 0.5em 1.5em;
  background: #EFEFEF;
}

.csc-mailform legend {
  font-weight: bold;
  color: #945800;
  margin: 0 0 0 -0.5em;
  padding: 0 0.5em;
}

.csc-mailform label {
  display: block;
  margin-bottom: 0.5em;
  color: #4F4F4F;
}

.csc-mailform legend + label {
  padding-top: 0.8em;
}

.csc-mailform input, .csc-mailform select {
  width: 30em;
  margin: 0 0 1em 0;
  border: 1px silver solid;
  padding: 0.2em;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans;
  font-size: 0.9em;
}

aside .csc-mailform input, .csc-mailform select {
  width:calc(100% - 1em);
}

.csc-mailform select {
  width: 15em;
}

.csc-mailform .csc-mailform-submit {
  width: 15em;
  font-size: 1em;
  background: #EFEFEF;
  cursor: pointer;
}

.csc-mailform textarea {
  width: 30em;
  height: 15em;
  margin-bottom: 1em;
  border: 1px silver solid;
  padding: 0.2em;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans;
  font-size: 0.9em;
}

aside .csc-mailform textarea {
  width:calc(100% - 1em);
}

/*####################### NEWLOGINBOX ############################*/

.tx-newloginbox-pi1 {
  color: #945800;
}

#content-02 .tx-newloginbox-pi1 h4 {
  position: relative;
  z-index: 10;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid #FFCC80;
  padding: 0 0 0.5em 2em;
  background: url(../images/loginsymbol.gif) top left no-repeat;
  text-transform: uppercase;
  font-size: 0.9em;
}

form#loginform,
form#forgot,
form#currentuser {
  position: relative;
  margin: 0.8em 0 0.8em 0;
  border: 1px solid #BFBFBF;
  padding: 1em 0 1em 1em;
  color: #000000;
  background: #EFEFEF;
  font-size: 1em;

}

#loginform div,

#forgot div {
  margin-bottom: 0.5em;
}

#loginform label,
#forgot label {
  display: block;
  margin-bottom: 0.8em;
  color: #4F4F4F;
}

#loginform input,
#forgot input {
  width: 13.5em;
  margin-bottom: 0.3em;
  border: 1px silver solid;
  padding: 0.2em;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 1em;
}

#loginform #perma label {
  position: absolute;
  padding: 0.6em 0 0 2em;
}

#loginform #perma input#permalogin {
  width: auto;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  border: none;
}

#loginform #submit,
#forgot #sendpass {
  width: 10em;
}

#logout {
  position: absolute;
  right: 1em;
  margin-top: -0.4em;
  padding: 0.2em;
  background: #FFFFFF;
  border: 1px silver solid;
  font-size: 0.9em;
  cursor: pointer;
}

/* ####################### CAG_TEXTBOX ############################ */

div.tx-cagtextbox-type3 address {
  /*padding: 0 0 0.75em 2em;*/
  padding-left: 0.5em;
  line-height: 1.4;
  font-style: normal;
  /*color: #945800;*/
}

address {
    margin-bottom: 1.1em;
}

#content-02 address {
  font-size: 0.9em;
}

address span {
    display: block;
}

address span.city {
    margin-bottom: 1em;
}

/* ####################### CITATION ############################ */

div.zitierhinweise {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans;
  font-size: 0.9em;
  color: #945800;
}

div.zitierhinweise h4 {
  margin: 0;
  background: url(../images/zitierhinweise_bg_right.gif) top right no-repeat;
  background-color: #FFCC80;
}

div.zitierhinweise h4 span {
  display: block;
  padding: 0.5em;
  background: url(../images/zitierhinweise_bg_left.gif) top left no-repeat;
}

div.zitierhinweise p {
  line-height: normal;
  margin: 0;
  border: 1px #FFCC80 solid;
  padding: 0.5em;
}

/* ####################### CSC-FRAMES ############################# */

/* reset fÃ¼r Abstand zu vorangehenden Abschnitt in content-03 h3 */
#content-03 .csc-frame h3 {
  margin-top: -1em;
}

.csc-frame {
  position: relative;
  overflow: hidden;
}

.csc-frame-invisble {
  margin-bottom: 1.5em;
  padding: 1em 1em 0 1em;
}

.csc-frame-columnbox1,
.csc-frame-columnbox2{
  border: 1px solid #FFCC80;
  margin-bottom: 1.5em;
  padding: 1em 1em 0 1em;
}

.csc-frame-columnbox2 {
  border: none;
  background: #FFE7BD;
}

#content-03 .csc-frame-columnbox2 h3 {
  margin-top: 0;
}

#content-03 .csc-frame-leftcolumn,
#content-03 .csc-frame-leftcolumnbox,
#content-03 .csc-frame-teasermain {
  float: left;
  width: 14.35em;
  margin-right: 1em;
}

#content-03 .csc-frame-rightcolumn,
#content-03 .csc-frame-rightcolumnbox {
  float: right;
  width: 14.35em;
  margin-left: 1em
}

#content-03 .csc-frame-leftcolumnbox,
#content-03 .csc-frame-rightcolumnbox {
  min-height: 25em;
  margin-bottom: 1.5em;
  border: 1px solid #FFCC80;
  padding: 1em 1em 0 1em;
}

.csc-frame-columnbox1 h2,
.csc-frame-columnbox1 h3,
.csc-frame-columnbox1 h4,
#content-03 .csc-frame-leftcolumnbox h2,
#content-03 .csc-frame-leftcolumnbox h3,
#content-03 .csc-frame-leftcolumnbox h4,
#content-03 .csc-frame-rightcolumnbox h2,
#content-03 .csc-frame-rightcolumnbox h3,
#content-03 .csc-frame-rightcolumnbox h4 {
  background: #FFE6BF;
  margin: -1em -1em 1em -1em;
  padding: 0.3em 0.5em 0.4em 0.5em;
}

/* ############ TEASER ################################## */


aside .csc-frame-teaserright .csc-textpic-text p:last-of-type a:last-of-type,
#content-03 .csc-frame-teasermain .csc-textpic-text p:last-of-type a:last-of-type{
    position: absolute;
    right: 1em;
    bottom: 0.5em;
}

aside .csc-frame-teasermain h3,
#content-03 .csc-frame-teasermain h3{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  /* height: calc(1.2em * 1.2 * 2 - 0.4em);  Fallback for non-webkit $font-size*$line-height*$lines-to-show; minus margins*/
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}

aside .csc-frame-teasermain .csc-textpic-text p:first-of-type,
#content-03 .csc-frame-teasermain .csc-textpic-text p:first-of-type {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: calc(0.9em * 1.5 * 6 - 0.25em); /* Fallback for non-webkit $font-size*$line-height*$lines-to-show; minus margins*/
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.5em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom:1em !important;
}

aside .csc-frame-teasermain,
#content-03 .csc-frame-teasermain {
  width: 15.8em;
  min-height: 23em;
  margin: 0 1.5em 1.5em 0;
  /*
  border-bottom: 1px silver solid;
  border-right: 1px silver solid;
  */
  -webkit-box-shadow: 2px 2px 5px 0px rgba(192,192,192,1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(192,192,192,1);
  box-shadow: 2px 2px 5px 0px rgba(192,192,192,1);

  padding: 0 0 0.5em 0.2em;
  background: linear-gradient(to bottom right, #f2f2f2, #FFFFFF);
}

aside .csc-frame-teasermain h2,
aside .csc-frame-teasermain h3,
aside .csc-frame-teasermain h4,
#content-03 .csc-frame-teasermain h2,
#content-03 .csc-frame-teasermain h3,
#content-03 .csc-frame-teasermain h4 {
  margin: 8.5em 0 0 0;
  padding: 0 0.3em 0 0;
  font-size: 1.2em;
  color: #794C24;
}
aside .csc-frame-teasermain h2 a,
aside .csc-frame-teasermain h3 a,
aside .csc-frame-teasermain h4 a,
#content-03 .csc-frame-teasermain h2 a,
#content-03 .csc-frame-teasermain h3 a,
#content-03 .csc-frame-teasermain h4 a {
  color: #794C24;
}


aside .csc-frame-teasermain p,
#content-03 .csc-frame-teasermain p {
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0.8em 0 0;
  font-size: 0.9em;
}

aside .csc-frame-teasermain p.rubrik,
#content-03 .csc-frame-teasermain p.rubrik {
  position: absolute;
  top: 10.5em;
  left: 0em;
  text-transform: uppercase;
  color: #794C24;
  font-size: 0.8em;
  padding-left:0.2em;
}

aside .csc-frame-teasermain div.csc-textpic img,
aside .csc-frame-teasermain .csc-textpic .csc-textpic-imagewrap,
#content-03 .csc-frame-teasermain div.csc-textpic img,
#content-03 .csc-frame-teasermain .csc-textpic .csc-textpic-imagewrap {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}


/* ####################### TEASER RIGHT (orange box in Template 2011) ##################### */

aside .csc-frame-teaserright .csc-textpic-text p:last-of-type a:last-of-type{
    position: absolute;
    right: 1em;
    bottom: 0.5em;
}

aside .csc-frame-teaserright h3{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  /* height: calc(1.2em * 1.2 * 2 - 0.4em);  Fallback for non-webkit $font-size*$line-height*$lines-to-show; minus margins*/
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

aside .csc-frame-teaserright .csc-textpic-text p:first-of-type {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: calc(0.9em * 1.5 * 6 - 0.25em); /* Fallback for non-webkit $font-size*$line-height*$lines-to-show; minus margins*/
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.5em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom:1em !important;
}

aside .csc-frame-teaserright {
  width:calc(100% - 0.4em - 5px);
  height: 23em;
  margin: 0 1.5em 1.5em 0;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(192,192,192,1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(192,192,192,1);
  box-shadow: 2px 2px 5px 0px rgba(192,192,192,1);

  padding: 0 0 0.5em 0.2em;
  background: linear-gradient(to bottom right, #f19300, #ff8e00);
  
  font-family: "Droid Serif", Cambria, Georgia, Times, Serif;
  font-size: initial;
  border: solid 1px #f08800;
}

aside .csc-frame-teaserright h2,
aside .csc-frame-teaserright h3,
aside .csc-frame-teaserright h4 {
  margin: 11em 0 0 0;
  padding: 0 0.3em 0 0;
  font-size: 1.2em;
  color: white;
  border-bottom:none;
}
aside .csc-frame-teaserright h2 a,
aside .csc-frame-teaserright h3 a,
aside .csc-frame-teaserright h4 a{
  color: white;
}


aside .csc-frame-teaserright p{
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0.8em 0 0;
  font-size: 0.9em;
  color:#222;
}

aside .csc-frame-teaserright p a{
  color:white;
}


aside .csc-frame-teaserright p.rubrik {
  position: absolute;
  top: 14em;
  left: 0em;
  text-transform: uppercase;
  color: white;
  font-size: 0.8em;
  padding-left:0.2em;
}

aside .csc-frame-teaserright div.csc-textpic img,
aside .csc-frame-teaserright .csc-textpic .csc-textpic-imagewrap {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

/* ####################### TEASER RIGHT ##################### */


#content-02 .csc-frame-teaserright {
  width: 100%;
  min-height: 15em;
  margin-bottom: 2em;
  border-bottom: 1px solid #FFCC80;
  padding: 0;
  background: url(../images/news_event_bg.jpg) bottom right repeat-x;
}


#content-02 .csc-frame-teaserright h2,
#content-02 .csc-frame-teaserright h3,
#content-02 .csc-frame-teaserright h4 {
  margin: 0;
}


#content-02 .csc-frame-teaserright p {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0 0.75em 0 0.75em;
  color: black;
}

#content-02 .csc-frame-teaserright div.csc-textpic img,
#content-02 .csc-frame-teaserright .csc-textpic .csc-textpic-imagewrap {
  border: none;
  border-top: 1px solid white;
  padding: 0 0 0.1em 0;
  margin: 0;
}


/* ###################### SOURCE / NACHWEISE #################### */

#content-03 .csc-frame-source {
  clear: both;
  margin: 2em 0 2em 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 1em 0 1em 0;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans;
  font-size: 0.9em;
  color: #999999;
}

#content-03 .csc-frame-source h3 {
  margin-top: 0;
  text-transform: uppercase;
}

#content-03 .csc-frame-source p {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
}

#content-03 .csc-frame-source a {
  color: #999999;
}

#content-03 .csc-frame-source a[href^="http:"] {
  padding-right: 0;
  background-image: none;
}

#content-03 .csc-frame-source ul {
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  line-height: 1.3em;
}

#content-03 .csc-frame-source li {
  margin-bottom: 0.1em;
}

/* ######################################################## */

/* No img border for right column on startpage Rheinhessen (Logo Rheinhessen) */
#regionet-1452 #content-02 img {
  border: none;
}

/* No img border for map rheinhessen &amp; mittelrhein */
#regionet-19 #content-03 .csc-textpic img,
#regionet-1452 #content-03 .csc-textpic img {
  border: none;
}

#content-03 .csc-frame-event {
  width: 15.5em;
}


#main-column ol#footnotes {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans;
  font-size: 0.9em;
  margin: 0 0 0 2.5em;
}
</pre></body></html>