/* Allgemeine Einstellungen */
body {
     font-family : arial, helvetica, sans-serif;
     font-size : 16px;
     background-color: #FFFFFF;
}


/* CSS für Links */
a:link { font-weight:bold; color:#000000; text-decoration:none }
a:visited { font-weight:bold; color:#000000; text-decoration:none }
a:hover { font-weight:bold; color:#000000; text-decoration:none }
a:active { font-weight:bold; color:#333333; text-decoration:none }
a:focus { font-weight:bold; color:#000000; text-decoration:none }

p {font-size : 20px;}
p.small {font-size : 14px; font-weight:bold}

/* Tabellenelemente */
table {background-color : #9999cc;}
td {font-size : 16px;}
td.data {font-size : 14px; font-weight:normal}
b.titel {font-weight:bold; color : blue; font-size : 16px }
b.small {font-weight:normal; font-size : 16px}
b.select {font-weight:normal; color : red; font-size : 16px }


/* Formularelemente */

input {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size : 9px;
        font-weight : bold;
        color : #000000;
}

textarea {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size : 9px;
        font-weight : bold;
        color : #000000;
}

select {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size : 9px;
        font-weight : normal;
        color : #000000;
}

#mapFrame, #map {
  height: 300px;
  width: 712px;  
}

#mapFrame {
  border: 1px solid #000;
}

.support {
  font-size: 10px;
}