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

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;
  Color:#880000;
}

a:HOVER {
  Text-Decoration:underline;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:19px;
  font-weight:bold;
  color:#DB7602;
  margin: 20px 0px 10px 0px;
}

h2 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:19px;
  font-weight:bold;
  color:#999999;
  margin: 20px 0px 10px 0px;
}

h3 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#ffffff;
  margin: 0px 0px 0px 0px;
}

.ueberschrift4 {
  font-family:Verdana, Times,serif;
  font-size:11px;
  font-weight:bold;
  color:#ff9900;
}

.ueberschrift5 {
  font-family:Verdana, Arial;
  font-size:11px;
  font-weight:bold;
  color:#ff0000;
}

.ueberschrift6 {
  font-family:Verdana, Times,serif;
  font-size:11px;
  font-weight:bold;
  color:#008000;
}

h1.produkte {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#009966;
  margin:0px;
  padding:0px;
} 

h2.produkte {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  margin:0px;
  padding:0px;
} 

.schrift1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  
}
.schrift2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  
}
.schrift3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  
}
.schrift4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  
}
.schrift5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
 
}

img {
  border: none;
}



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;
}




/* 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;
}

.pts_meldung {
  Font-Weight:bold;
  Color:#666666;
}

.pts_erfolg {
  Font-Weight:bold;
  Color:#088800;
}



/* 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;
}


/* Ausblendung  */

.pts_verdeckt {
  display: none;
}




/* 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:350px; height:200px; }
.pts_textarea_4 { width:350px; height:400px; }
.pts_textarea_5 { width:350px; height:600px; }


