/* Formate für HUHN dialog */
/*=========================================*/

/* Grunddefinitionen */
p,h1,h2,h3,td,th,ul,li { font-family: Arial, Helvetica, sans-serif; }

/* normaler Text */
p,ul,li,td,th { font-size: 13px; line-height: 18px; }

/*=========================================*/

/* Seitentitel */
h1 { font-size:20px; line-height: 22px; text-align:left; font-weight:bold; color:#008FE0; margin-bottom: 20px; margin-top:1em;}

/* Überschrift */
h2 { font-size:13px; text-align:left; font-weight:bold; margin-top:30px; margin-bottom:10px; border-top:1px solid gray; padding-top:30px;}

h3 { font-size:13px; text-align:left; font-weight:bold; margin-bottom:6px; }

h4 { font-size:13px; text-align:left; font-weight:bold; margin-bottom:4px; }

h5 { font-size:13px; text-align:left; font-weight:bold; margin-bottom:4px; background-color:#CFCFCF}


/* Aufzählungen */
li {margin-bottom:4px;}

/* Menütext der Titelzeile */
p.titelmenu { font-size:13px; font-weight:bold; color:gray; }

/* Menütext */
p.menu { font-size:11px; line-height:13px; text-align:left; color:red; margin-left:5px; }

/* Verweis auf die nächste Seite */
p.seiteweiter { text-align: right; }

p.titelaktuell { font-size:13px; text-align:center; font-weight:bold; color:#800000; }


p.aktuell { font-size:12px; text-align:left; line-height: 14px; }

/*=========================================*/

/* normale Verweise */
a:link { color:#008FE0; text-decoration:none; }
a:visited { color:#008FE0; text-decoration:none; }
a:active { color:#008FE0; text-decoration:underline; }
a:hover { color:#008FE0; text-decoration:underline; }

/* Verweise im Titel */
a.titelmenu:link { color:gray; text-decoration:none; }
a.titelmenu:visited { color:gray; text-decoration:none; }
a.titelmenu:active { color:red; text-decoration:none; }
a.titelmenu:hover { color:red; text-decoration:none; }

/* Menüverweis */
a.menu:link { color:black; text-decoration:none; }
a.menu:visited { color:black; text-decoration:none; }
a.menu:active { color:black; text-decoration:underline; }
a.menu:hover { color:black; text-decoration:underline; }

/* Menüverweis (zweite Ebene)*/
a.menuklein:link { color:black; text-decoration:none; }
a.menuklein:visited { color:black; text-decoration:none; }
a.menuklein:active { color:black; text-decoration:underline; }
a.menuklein:hover { color:black; text-decoration:underline; }

/*=========================================*/

/* Grafiken */
img.links { alignment:left; margin-right:10px; margin-top:10px; margin-bottom:10px; }
img.rechts { alignment:right; margin-left:10px; margin-top:10px; margin-bottom:10px; }