/*
Site:      www.regionalgeschichte.net
Author:      Torsten Schrade
Created:      09.06.2006
Modified:    11.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 */

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}

h1,h2 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
}

h3 {
  margin: 0 0 1em 0;
  font-size: 1em;      
}

#content-02 h3.tab {
  margin-bottom: 0.8em;
}

h4 {
  margin: 0 0 1em 0;
  font-size: 1em;  
}

h5 {
  margin: 0 0 1em 0;
  font-size: 0.9em;  
}

#content-03 h2 {
  color: #945800;
}

#content-03 h2 {
  margin-top: 0em;
}

#content-03 h3 {
  margin-top: 2em;
}

#content-03 h4 {
  color: #945800;
  font-weight: normal;
}

#content-02 h4,
#content-02 h5 {
  margin: 0 0 0.75em 0.5em;
  color: #945800;
}

#content-03 h2 a.glossary {
  color: #945800;
  text-decoration: none;
}

#content-03 h3 a.glossary,
#content-03 h4 a.glossary {
  color: #000000;
  text-decoration: none;
}

/* Flexible tabs with sliding doors */

h3.tab {
  color: #FFFFFF;
  background: #FF9900 url(../images/box_header_right.gif) top right no-repeat;
  height: 2.25em; /* IE6 needs this - otherwise the headings collapse */
  line-height: 2.25em;
  font-size: 1em;
}

h3.tab span,
h3.tab a {
  display: block;
  margin-right: 0.5em;
  padding-left: 0.5em;
  color: #FFFFFF;  
  background: #FF9900 url(../images/box_header_left.gif) top left no-repeat;
  text-decoration: none;
}

h3.tab a.glossary {
    margin-left: -0.5em;
    padding-top: 0.3em;
}

h3.tab a.glossary:hover {
    text-decoration: none;
}

/* left column without margin-bottom */

#content-01 h3 {
  margin-bottom: 0;
}

#content-01 h3 a {
  color: #FFF;
}

/* TEXT */

p {
  margin: 0 0 1em 0;
  line-height: 1.8em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

#page #main .csc-sword {
  color: #FF0F2F;
  font-weight: bold;
}

/* text in right column */
#content-02 p {
  padding: 0 0 0.75em 0.5em;
  line-height: 1.4;
  font-size: 0.9em;
  color: #945800;  
}

/* exceptions */
#content-02 p.maplink {
  padding: 0 0 0.75em 0;
}

/* HYPERLINKS */

a:link, a:visited, a:active {
  color: #4868DE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* 
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 */
#content-02 a[href^="http:"],
#content-03 a[href^="http:"] {
  padding-right: 15px;  
  background-image: url(../images/linksymbol_ext.png);
}

/* links to www.flurnamenlexikon.de */
#content-03 a[href^="http://www.flurnamenlexikon.de"],
#content-03 a[href^="http://flurnamenlexikon.de"] {
  padding: 0 0 0 13px;  
  background-image: url(../images/linksymbol_flurnamen.gif);
  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 */
#main a[href$=".pdf"],
#main a[href$=".doc"],
#main a[href$=".sxw"],
#main a[href$=".odt"],
#main a[href$=".txt"] {
  background-image: url(../images/linksymbol_file.png);
  padding-right: 12px;
}

/* 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"], 
#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;
}

/* 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.8em;
}

#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 & 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: 13em;
  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 dfn {
    padding-right: 0.5em;
}

#main .sectionmenu ul {
    margin: 0;
    padding: 0;
}

#main .sectionmenu-1 ul {
    margin-left: 1em;
}

#main .sectionmenu ul ul {
    margin: 0 0 0 1.5em;
    padding: 0;
}

#main .sectionmenu ul ul ul {
    margin: 0 0 0 2em;
    padding: 0;
}

#main .sectionmenu-2 ul {
    list-style-type: 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;
  border-spacing: 0.2em;
}

table caption {
  padding-bottom: 1em;
  text-align: left;
  color: #945800;
  font-size: 0.9em;
  font-weight: bold;
}

td, th {
  padding: 0.4em;
}

th {
  background-color: #CFCFCF;
  font-weight: bold;
}

.tr-even {
  background-color: #DDDDDD;
  vertical-align: top;
}

.tr-odd {
  background-color: #EEEEEE;
  vertical-align: top;
}

/* SEARCHFORM */

#content-01 form {
  background-color: White;
  padding-bottom: 2em;
}

#search,
#rpbsearch {
  background-color: #FFE7BD;
  padding: 1em 0.5em;
}

#search input,
#rpbsearch input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

#search #searchfield,
#rpbsearch #item1 {
  width: 12em;
  border: 1px #FFCC80 solid;
  padding: 0.25em;
}

#search #searchbutton,
#rpbsearch #rpbsearchbutton {
  width: 2.7em;
  margin: 0 0 0 0.5em;
  background-color: #FFCC80;
  color: #945800;
  border: 2px #FFCC80 solid;
}

#rpbsearch #rpbinfo {
  margin: 0.2em 0 -0.6em 0.25em;
  padding-top: 0.1em;
  font-size: 0.8em;
}

#rpbsearch #rpbinfo a {
  color: #945800;
}


/* 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: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 1em;  
}

.csc-mailform select {
  width: 15em;
}

.csc-mailform .csc-mailform-submit {
  width: 15em;
  font-size: 1em;
  background: #EFEFEF;
  cursor: pointer;
}

.csc-mailform textarea {
  width: 40em;
  height: 15em;
  margin-bottom: 1em;
  border: 1px silver solid;
  padding: 0.2em;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 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;
}

/* ####################### PAGECOMMENTS ############################ */

.tx-elunapagecomments-pi1 .eluna_pagecomments_link a {
  padding-left: 1.8em;
  background: url(../images/catsymbol_fuehrung.gif) left top no-repeat;
}

.eluna_pagecomments_count {
  margin-bottom: 1.5em;
  font-weight: bold;
}

.comment_header {
  margin-bottom: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #FFCC80;
  padding: 0.2em;
  background-color: #FFE6BF;
  color: #945800;
}

.comment_text {  
  line-height: 1.8em;
  padding: 0.5em;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #FFCC80;
  margin: 0 0 2em 0;
}

/* COMMENTFORM */

.tx-elunapagecomments-pi1 form {
  margin-top: 2em;
}
  
.tx-elunapagecomments-pi1 fieldset {
  width: 445px;
  margin-bottom: 1.5em;
  padding: 1em 1.5em 1em 1em;
}

.tx-elunapagecomments-pi1 legend {
  font-weight: bold;
  color: #945800;
  padding: 0 0.5em;
}

/* For Mozillians an IE 7*/
.tx-elunapagecomments-pi1 form > fieldset {
  border: 1px solid #BFBFBF;
  padding-top: 0.5em;  
  background: #EFEFEF;
}

#main .tx-elunapagecomments-pi1 ol {
  list-style-type: none;
  margin: 0;
  padding: 0 1em 0.5em 1em;
}

.tx-elunapagecomments-pi1 label {
  display: block;
}

.tx-elunapagecomments-pi1 input,
.tx-elunapagecomments-pi1 select,
.tx-elunapagecomments-pi1 textarea {
  width: 420px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  border: 1px silver solid;
  padding: 2px;
  font-size: 1em;    
}

#tx_elunapagecomments_pi1_submit {
  margin-top: 0.6em;
  width: 160px;
}

/* ####################### CAG_TEXTBOX ############################ */

/* General styles */

div.tx-cagtextbox-type1, 
div.tx-cagtextbox-type2, 
div.tx-cagtextbox-type3 {
  position: relative;
  z-index: 5;
  /*margin-top: 1.5em;*/  
  /*font-size: 0.9em;*/
  color: #945800;
}

#content-02 div.tx-cagtextbox-type2 h4, 
#content-02 div.tx-cagtextbox-type3 h4,
#content-02 div.cag_pagebrowser h4 {
  position: relative;
  z-index: 10;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid #FFCC80;
  padding: 0 0 0.5em 2em;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* Special styles */

div.tx-cagtextbox-type4 {
  text-align: center;
  padding-bottom: 1.5em;
}

/* This avoids an ugly "background bleeding" effect in Geckoes if the content before the heading was a floated image */
.tx-cagtextbox-type5:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

/*
div.tx-cagtextbox-type1 p {
  padding: 0 0 0.75em 0.5em;
  line-height: 1.4;
}
*/

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;
}

div.tx-cagtextbox-type3 h4 {
  background: url(../images/catsymbol_adresse.gif) left top no-repeat;
}

div.tx-cagtextbox-subtype2 h4 {
  background: url(../images/catsymbol_mehrzumthema.gif) left top no-repeat;
}

div.tx-cagtextbox-subtype3 h4 {
  background: url(../images/catsymbol_literatur.gif) left top no-repeat;
}

div.tx-cagtextbox-subtype4 h4 {
  background: url(../images/catsymbol_quellen3.gif) left top no-repeat;
}

div.tx-cagtextbox-subtype5 h4 {
  background: url(../images/catsymbol_link.gif) left top no-repeat;
}

div.tx-cagtextbox-subtype6 h4 {
  background: url(../images/catsymbol_oeffnungszeiten.gif) left top no-repeat;
}

div.tx-cagtextbox-subtype7 h4 {
  background: url(../images/catsymbol_fuehrung.gif) left top no-repeat;
}


/* ####################### CITATION ############################ */

div.zitierhinweise {
  color: #945800;
  font-size: 0.9em;
}

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;
}

/* ####################### PAGEBROWSER ############################ */

div.cag_pagebrowser {
  color: #945800;
}

div.cag_pagebrowser li.cur {
  /*font-weight: bold;*/
}

div.cag_pagebrowser h4 {
  background: url(../images/catsymbol_sehenswuerdigkeit.png) left top no-repeat;  
}

/* ####################### 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{
  border: 1px solid #ffffff;
  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: 21em;  
  margin-right: 1em;
}

#content-03 .csc-frame-rightcolumn,
#content-03 .csc-frame-rightcolumnbox {
  float: right;
  width: 21em;  
  margin-left: 1em
}

#content-03 .csc-frame-leftcolumnbox,
#content-03 .csc-frame-rightcolumnbox {
  width: 19em;
  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 ################################## */

#content-03 .csc-frame-teasermain {
  width: 21em;
  min-height: 21.5em;
  margin-bottom: 1.5em;
  border: 1px solid #FFCC80;
  padding: 0;
}

#content-03 .csc-frame-teasermain h2,
#content-03 .csc-frame-teasermain h3,
#content-03 .csc-frame-teasermain h4 {
  background: #FFE6BF;
  margin: 0;
  padding: 0.3em 0.5em 0.4em 0.5em;
}

#content-03 .csc-frame-teasermain p {
  line-height: 1.5;
  padding: 0 1em 0 1em;
}

#content-03 .csc-frame-teasermain div.csc-textpic img,
#content-03 .csc-frame-teasermain .csc-textpic .csc-textpic-imagewrap {
  border: none;
  padding: 0 0 0.2em 0;
  margin: 0;
}

/* ####################### 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-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 border for right column on startpage Rheinhessen (Logo Rheinhessen) */
#regionet-1452 #content-02 img {
  border: none;
}

/* No border for map rheinhessen & mittelrhein */
#regionet-19 #content-03 .csc-textpic img,
#regionet-1452 #content-03 .csc-textpic img {
  border: none;
}

/* ############################ MONUMENTS ############### */

div#map_canvas_overview {
  width: 499px;
  height: 350px;
}

div#map_canvas_overview .map_infowindow {
  font-size: 1.2em;
}

div#map_canvas_overview .map_infowindow_image {
  float: left; 
  padding: 0 5px 0 0;
}

div.monuments_list {
  margin: 2em 0 0 0;
}

div.monuments_list_item {
  padding: 1.5em 0 1.5em 0;
  border-bottom: 1px silver solid;
  overflow: hidden;
}

#content-03 div.monuments_list_item h3 {
  margin-top: 0;
  padding-top: 0;
}

div.monuments_list_item img {
  float: left;
  margin: 4px 7px 7px 0;
}

a div.monuments_list_item h3,
a div.monuments_list_item p {
  color: black;
  text-decoration: none;
}

a:hover div.monuments_list_item {
  background-color: #f6f6f6;
  text-decoration: none;
}
