/* DATEI: form.css */

body { background-color:#304280; }

/*---------------------------------------------- Schriftart --*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; color:#FFFFFF; }

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h3 { font-size:14pt; }

h4 { font-size:12pt; }

/*--------------------------------------------------- Text --*/
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }

/*--------------------------------------------------- Text --*/
.pj { text-align:justify; }
.ll { text-align:justify; }


/*--------------------------------------------------- Text --*/
.pbi, .tdbi { font-size:11pt; font-weight:bold; font-style:italic; }

/*-------------------------------------------------schwarz --*/
.schwarz { font-size:12pt; font-weight:normal; color:#000000; }

/*---------------------------------------------Platzhalter --*/
.pl { font-size:9pt; font-weight:normal; color:#000000; }

/*---------------------------------------------Platzhalter --*/
.rot { font-size:12pt; font-weight:normal; color:red; }

/*-------------------------------------------------- Klein --*/
.kl  { font-size:9pt; font-weight:normal; }
.kli { font-size:9pt; font-weight:normal; font-style:italic; }
.gkl { font-size:8pt; font-weight:normal; color:#000000;}

/*-------------------------------------------------- Titel --*/
.ex { 
  font-size:14pt; 
  margin:0; 
  padding:0px;
  border:0px;
  font-weight:normal; 
}

/*-------------------------------------------------- Titel --*/
.exb { font-size:14pt; font-weight:bold; }

/*--------------------------------------------- Untertitel --*/
.gr { font-size:13pt; font-weight:normal; }

/*--------------------------------------------- Untertitel --*/
.grb { font-size:13pt; font-weight:bold; }

/*--------------------------------------------- Untertitel --*/
.grbi { font-size:13pt; font-weight:bold; font-style:italic; }

/*--------------------------------------------------- Menu --*/
.menub { font-size:11pt; font-weight:bold; }
.menu  { font-size:9pt;  font-weight:normal; }

/*------------------------------------------------- Border --*/

.pre { background-color:#D4D4D4; }

/*------------------------------------------------- Border???? --*/

.grau { border-style:solid; border-color:#FFFFFF; { border-width:thin }

/*-------------------------------- SiteMap Fuehrungslinien --*/
.ins     { font-family:"Times New Roman"; font-size:11pt; 
           font-weight:normal; 
           color:#FFFFFF; }
.ins1    { font-family:"Times New Roman"; font-size:13pt; 
           font-weight:bold; 
           color:#FFFFFF; }
.ins2    { font-family:"Times New Roman"; font-size:14pt; 
           font-weight:bold; 
           color:#FFFFFF; }
.ins3    { font-family:"Times New Roman"; font-size:11pt; 
           font-weight:normal; font-style:italic; 
            color:#FFFFFF; }
/*--------------------------------------------------- Link --*/

a:link    { color:#00FFFF; text-decoration:none; }
a:visited { color:#99FFFF; text-decoration:none; }
a:activ   { color:#A32488; text-decoration:none; }

.dec      { text-decoration:none; }
