/* Formate fuer Links */
/* ------------------ */

a:link {text-decoration:none; color:rgb(255,255,204)}
a:visited {text-decoration:none; color:rgb(255,255,204)}
a:active {text-decoration:none; color:rgb(255,255,204)}
a:hover {text-decoration:none; color:yellow;}

/* Standardschrift fuer gesamtes Dokument festlegen */
/* ------------------------------------------------ */

body {font-family:Helvetica,Arial,sans-serif;}

/* Gesamttabelle */
/* ------------- */

/* Haupttabelle (komplette Seite) */

.main_table {
width:1000px;
border:none;
padding:0pt;
margin:0pt;
/* spacing noch nicht im IE6, daher cellspacing im Quelltext */
border-spacing:0px;
}

/* Seiteninhaltstabelle */
/* -------------------- */

.kontakt_table {
width:90%;
border:none;
}

/* Zellenformat 1 */

.seite_td_1 {
vertical-align:top;
text-align:left;
}

/* Zellenformat 2 */

.seite_td_2 {
vertical-align:top;
text-align:right;
}

/*Zellenformat 3 */

.seite_td_3 {
vertical-align:top;
text-align:center;
}

.seite_ul {
list-style-type:disc;
}

/* Querstreifen */

.seite_hr {
width:100%;
height:2px;
}

/* Navigation */
/* ---------- */

/* Gruen hinterlegte Zellen */

.navi_td {
background-color:rgb(24,97,97);
vertical-align:top;
border:none;
padding:0px;
}

/* Navigationstabelle */

.navi_table {
background-color:rgb(24,97,97);
width:100%;
border:none;
padding:0px;
margin:0px;
/* spacing noch nicht im IE6, daher cellspacing im Quelltext */
border-spacing:0px;
}

/* Querstreifen der Navigation */

.navi_hr {
width:100%;
height:1px;
}

/* '>' in Navigation */

.navi_gt {
color:rgb(150,150,150);
font-size:small;
}

/* Links in Navigation */

.navi_link {
color:rgb(255,255,204);
font-size:small;
}

/* '>' der aktuellen Seite */

.navi_aktuell_gt {
color:rgb(255,255,204);
font-size:small;
}

/* Unterste Zeile */
/* -------------- */

/* Adresse */

.adresse {
font-size:small;
color:rgb(150,150,150);
background-color:rgb(24,97,97);
text-align:left;
}

/* Zelle für HOME-Link */

.td_home_link {
text-align:right;
vertical-align:bottom;
}

/* HOME-Link */

#home_link {
color:rgb(0,0,0);
}

#art_ka_link {
color:rgb(255,0,0);
}