body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body, p, table, th, tr, td {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #464648;
}

a,a:LINK,a:VISITED {
  Text-Decoration:none;
  Color:#464648;
}

a:HOVER {
  Text-Decoration:underline;
Color:#464648;
}


h1 {
  font-family:Verdana;
  font-size:14px;
  color:#003164;
  font-weight:bold;
  margin: 0px 0px 0px 0px;
  
}

h2 {
  font-family:Verdana;
  font-size:14px;
  color:#666666;
  margin: 0px 0px 0px 0px;
    
}

.ueberschrift1 {
  font-family:Verdana;
  font-size:11px;
  color:#003164;
  font-weight:bold;
   
}

.ueberschrift2 {
  font-family:Verdana;
  font-size:12px;
  color:#003164;
   }

.ueberschrift3 {
  font-family:Verdana;
  font-size:11px;
  color:#003164;
  font-weight:bold;
  
}

.ueberschrift4 {
  font-family:Verdana;
  font-size:10px;
  color:#003164;
  }

.schrift1 {
  font-family:Verdana;
  font-size:11px;
  color:#003164;
}

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 0px;
  padding: 0px 0px 0px 0px;
}

OL {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}




/* Auswahlformate für Links und Bilder */


A.hintergrund {
  background-color: #EEEEEE;
}

A.extern {
	text-decoration: underline;
	color: #eeeeee;
}


IMG.rahmen {
  border: 1px solid #CC3333;
}

IMG.abstandlinks {
  margin-left: 10px;
}

IMG.abstandrechts {
  margin-right: 10px;
}

IMG.abstandunten {
  margin-bottom: 10px;
}


/* 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;
}




/* 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; }


INPUT,TEXTAREA,SELECT {
  Font-Family:Verdana,Lucida,Arial,Helvetica,Sans-Serif;
  Font-Size:10px;
  Color:#666666;
}
