/*verwendet in: titelseite */
body { font-family:verdana, arial, sans-serif; font-size:15px;
     }

/* Spaltenaufteilung  */

.spalte { height:100%; padding:10px; text-align:left;
        }

/* #627BB0 -> blau */
/* #283767 -> dunkelblau */

/* #3366CC -> blau ?*/
/* #003366 -> dblau ?*/

/* Menüpunkte */

h1, .navakt { font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#003366;
          margin:0px; padding:0px; text-decoration:none; font-weight:bold; white-space:nowrap;
          display:block; text-transform:uppercase;
        }

.nav    { font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#3366cc;
          margin:0px; padding:0px; text-decoration:none; font-weight:bold; white-space:nowrap;
          display:block; text-transform:uppercase;
        }
.nav:link    { color:#3366cc; text-decoration:none;  } /* wenn link */
.nav:visited { color:#3366cc; text-decoration:none; } /* visited link */
.nav:hover   { color:#003366; text-decoration:none; } /* rollover */

/* Menülayout */

.menu   { list-style-type:none; list-style-position: inside; padding:0px;
        }


/*Inhalte*/


.text   {font-size:15px;
        }

p       { margin-bottom:3px; margin-top:3px; font-size:15px;
        }

h1      { font-family: Arial, Helvetica, sans-serif; font-size:15px; color:darkblue;
        margin:0px; padding:0px; text-decoration:none; font-weight:bold; ;
        }


h3      { font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:900; color:#6699CC display:inline;
        }

.h3     { font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:900; color:#6699CC;
        }
.h3:link    { color:#6699CC; text-decoration:none } /* wenn link */
.h3:visited { color:#6699CC; text-decoration:none } /* visited link */
.h3:hover   { color:darkblue; text-decoration:none; font-weight:bold; } /* rollover */
.h3:active  { color:darkblue; text-decoration:none; font-weight:bold; } /* clicked */
.h3:focus   { color:darkblue; text-decoration:none; font-weight:bold; } /* mit tab angesprungen */

.contenttable { margin:0px;
        }

.refimg { border:1px solid black; margin-bottom:5px; margin-top:5px;
        }
.subtext {font-size:10px;}
.maintext {font-size:13px; text-align:justify;}

