body {
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

body, p, table, th, tr, td {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #000000;
}

a,a:link,a:visited {
  text-decoration:none;

}

a:hover {
  text-decoration:underline;
}

h1 {
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#33CCCC;
  margin: 20px 0px 10px 0px;
}
h2 {
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#33CCCC;
 }
h3 {
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#ffffff;
  }
h4 {
  font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#FFCC33;
 }
h5 {
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  color:#33CCCC;
 }
h6 {
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  color:#FFCC33;
  }



sup {
  font-size:8px;
  font-weight:bold;
  line-height:12px;
}

code {
  font-family:"Courier New",Courier,mono;
  font-size:11px;
}

ul {
  margin: 0px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}

ol {
  margin: 0px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
}




/* Auswahlformate für Links und Bilder */

a.hintergrund {
  background-color: #EEEEEE;
}

a.extern {
  border: 1px dotted #999999;
}


img.rahmen {
  border: 1px solid #999999;
}

img.abstandlinks {
  margin-left: 10px;
}

img.abstandrechts {
  margin-right: 10px;
}

img.abstandoben {
  margin-top: 10px;
}

img.abstandunten {
  margin-bottom: 10px;
}


   /* allgemeine Ausrichtungsanweisungen */
   .links {
     float:left;
   }
   .rechts {
     float:right;
   }



/* Formate für Bildunterschrift */

.pts_bildrahmen {
	display: inline-block;
	margin: 10px 10px 0 10px;
}

.pts_bildrahmen_links {
	display: inline-block;
	float: left;
	margin: 10px 10px 0 0;
}

.pts_bildrahmen_rechts {
	display: inline-block;
	float: right;
	margin: 10px 0 0 10px;
}

.pts_bildunterschrift {
  padding: 2px;
}




/* Box mit der Seitennavigation */
.pts_seiten {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  color: #000000;
  margin: 0px 5px 0px 5px;
  padding: 5px 5px 5px 5px;
}

a.pts_seiten, a.pts_seiten:link, a.pts_seiten:visited {
  font-weight: bold;
  color: #880000;
  text-decoration: underline;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a.pts_seiten:hover {
  background-color:#EEEEEE;
}

/* aktuelle Seite */
.pts_seitenaktiv {
  color: #666666;
}




/* Box für Fehler-/Erfolgsmeldungen */
.pts_meldungsbox {
  border: 1px dotted #999999;
  font-size: 12px;
  color: #000000;
  margin: 5px 5px 20px 5px;
  padding: 5px 5px 5px 5px;
  background-color: #F5F5F5;
}

.pts_fehler {
  font-weight:bold;
  color:#CC0000;
}
input.pts_fehler,
textarea.pts_fehler,
select.pts_fehler,
span.pts_fehler textarea,
span.pts_fehler select {
  border: 1px solid #CC0000;
}

.pts_meldung {
  font-weight:bold;
  color:#666666;
}

.pts_erfolg {
  font-weight:bold;
  color:#088800;
}

div.pts_fehler,
div.pts_meldung,
div.pts_erfolg {
  display: block;
}
span.pts_fehler,
span.pts_meldung,
span.pts_erfolg {
  display: inline;
}




/* Ausblendung  */

.pts_verdeckt {
  display: none;
}




/* Hinweistext */
.pts_hinweis {
  font-size:10px;
  line-height:14px;
  color:#666666;
}



/* Trennlinie */
.pts_trennlinie {
  border-bottom: 1px dotted #666666;
  line-height:1px;
  margin: 5px 0px 5px 0px;
  clear: both;
}




/* Formulare */

/* Eingabefeld: Bezeichnung und Feld */
.pts_feld_bez {
  color:#666666;
  font-weight:bold;
  background-color: #E5E5E5;
}

.pts_feld_eing {
  background-color: #FFFFFF;
}

/* Pflichtfeld: Bezeichnung und Feld */
.pts_pfeld_bez {
  color:#000000;
  font-weight:bold;
  background-color: #E5E5E5;
}

.pts_pfeld_eing {
  background-color: #FFFFFF;
}

/* Feldgrößen */
.pts_input_opt { width:15px; }

.pts_input_1 { width:30px; }
.pts_input_2 { width:75px; }
.pts_input_3 { width:150px; }
.pts_input_4 { width:250px; }
.pts_input_5 { width:550px; }

.pts_textarea_1 { width:250px; height:200px; }
.pts_textarea_2 { width:250px; height:400px; }
.pts_textarea_3 { width:550px; height:200px; }
.pts_textarea_4 { width:550px; height:400px; }
.pts_textarea_5 { width:550px; height:600px; }




.suchergebnisse a:visited {
  color:#666666;
}
