/*
* Styles für die Inhaltsseiten
* 
* Allgemeiner Inhaltscontainer
* */

#pmContentWrap {
  margin-top: 20px;
  clear: both;
  overflow: hidden;
  list-style-type:disc;
}

/*
* Überschriften von Inhaltssektionen, Typ 1+2
* */

.pmH1Wrap {
  overflow: hidden;
  clear: both;
  border-bottom: 4px solid #000000;
  margin-bottom: 20px;
  list-style-type:circle;
}
.pmH1Wrap h1 {
  font-size: 20px;
  font-family: Arial, Helvetia, Geneva, Helv, sans-serif;
  font-weight: bold;
  color: #000000;
}

.pmH2Wrap {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}
.pmH2Wrap h2 {
  font-size: 15px;
  font-family: Arial, Helvetia, Geneva, Helv, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 0 5px 0;
}

/*
* einzelne Inhaltselemente
* 
* 1. Texteintrag mit unterem Rand
* */

.pmContentElement {
  margin-bottom: 25px;
  list-style-type: disc;
}

/*
* 2. normale Listenelemente mit Punkten
* */

.pmDiscList  {
    list-style-type: disc;
    list-style-position: outside;
    margin: 15px;
}

.pmDiscList li {
    margin: 7px;
}

.pmCountList  {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 15px;
}

.pmCountList li {
    margin: 7px;
}


/*
* Styles für Formulare im normalen Stil
* */

/*
  FORM
*/

.pmFormItem {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #cccccc;
}

label.pmFormItem {
  float:left;
  width: 230px;
  font-weight: bold ;
}

div.pmFormItem {
  float:left;
  width: 508px;
}


.pmFormItemClear {
    clear:left;
    margin-bottom: 15px;
}

input.pmFormItem, textarea.pmFormItem, select.pmFormItem {
  float: left;
  background: #FFFFF5;
  border: 1px solid #A0A0A0;
  width: 508px;
  font-size: 15px;
  font-family: Arial, Helvetia, Geneva, Helv, sans-serif;
}


.pmFormSubmit {
  padding: 12px 0 12px 0;
  text-align:right;
  margin: 6px;
}

input.pmFormSubmit {
  width: auto;
  padding: 5px 7px 5px 30px;
  color: #ffffff;
  font-weight: bold;
  background: #6d0 url(/stellplatzfinder/img/link_headline.png) no-repeat 5px center;
}

input.pmFormSubmitOrange {
  width: auto;
  padding: 5px 7px 5px 30px;
  color: #ffffff;
  font-weight: bold;
  background: #DDC807 url(/stellplatzfinder/img/link_headline.png) no-repeat 5px center;
}

input.pmFormSubmitRed {
  width: auto;
  padding: 5px 7px 5px 30px;
  color: #ffffff;
  font-weight: bold;
  background: #7D0041 url(/stellplatzfinder/img/delete_16.png) no-repeat 5px center;
}

/*
* Informationsfeld für fehlerhafte Eingaben
* */

.pmInfoItem {
    color: #800035;
    font-weight: bold;
    padding:5px;
    margin-bottom: 10px;
}


/*
* dieses Style-Element zeichnet eine Linie zur Trennung von Inhaltsblöcken
* */

.linie {
    border-bottom: 2px solid #a0a0a0;
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*
* Javascript-Elemente, dynamische Fenster für Teilinformationen aus der
* Datenbank.
* */

.dbDataInfo {
	visibility:hidden;
	position: absolute;
 	right: 1px;
    margin-top:1.5em;
    padding:1em;
    text-decoration:none;
    width: 20%;
    font-family: Times;
    font-size: 10pt;
    left:1em;
    border:1px solid #c30;
    color:blue;
    background:white;
}


.dbDataInfo:hover span, .dbDataInfo:focus span, .dbDataInfo:active span {
    visibility:visible;
	text-decoration: none;
    width: 50%;
    font-size: 12pt;
    left:1em;
    border:1px solid #c30;
    color:blue;
    background:white;
}
