/* Header */
table.header 
{
 display:none;
}

/* "Logo" ZSR */
td.titleTitle 
{
 display:none;
}

/* Menu */
body.menu 
{
 display:none;
}

html
{
 width:100%;
}
/*  Inhalt */
body.inhalt 
{
 width:100%;
 background-color:#fff;
 color:#000;
 margin:0em;
 padding:0em;
 font-family:Verdana,Helvetica,Arial,sans-serif;
}
/*  Gesamte Inhaltstabelle */
table.inhalt
{
 width:100%;
 border-width:0px;
 background-color:#FFFFFF; 
 padding:0px;
 margin:0px;
}
/* Subnavigation */
table.inhaltSubnav 
{
 margin:10px 0px 0px 0px;
 vertical-align:top;
}
td.inhaltSubnav 
{
 font-family:Verdana,Helvetica,Arial,sans-serif; 
 font-size:12px;
 font-weight:normal;
 text-align:left;
 line-height:17px;
 vertical-align:top;
 color:#000077;
 padding:0px 2px 0px 5px;
}
/* Links im Menu */
td.inhaltSubnav a:link 
{
 color:#006699;
 background-color:transparent;
 text-decoration:none;
}
td.inhaltSubnav a:visited 
{
 color:#006699;
 background-color:transparent;
 text-decoration:none;
}
td.inhaltSubnav a:hover 
{
 color:#ffffff; 
 background-color:transparent;
 text-decoration:none;
}
td.inhaltSubnav a:active 
{
 color:#006699;
 background-color:transparent;
 text-decoration:none;
}
/* Inhalt */
td.inhalt 
{
 font-family:Verdana,Helvetica,Arial,sans-serif;
 color:#000000; 
}
/*  kleine Tabellen in den Abschnittsauflistungen */
table.inhaltAbschnitt 
{
 width:100%;
 background-color:#FFFFFF;
 padding:0px;
 margin:0px;
}
/*  Balken mit Überschrift */
td.inhaltAbschnitt 
{
 background-color:#ACD4E8; 
 font-family:Verdana,Helvetica,Arial,sans-serif; 
 font-size:17px; 
 font-weight:600; 
 color:#000077;
 text-align:center;
 vertical-align:middle;
 padding:5px;
}
/* "Listeneinträge" */
td.inhaltListe 
{
 font-family:Verdana,Helvetica,Arial,sans-serif;
 font-size:13px;
 font-weight:normal;
 vertical-align:top;
 color:#000000;
 line-height:18px;
}
/*  durchsichtiger breiter Abstandshalter  */
td.inhaltSpacerBreit 
{ 
 height:25px;
 color:#000000;
}
/*  durchsichtiger schmaler Abstandshalter */
td.inhaltSpacerSchmahl
{
 height:2px;
 color:#000000;
}
/*  hellblauer Balken mit Zwischenüberschrift */
td.inhaltAPAbschnitt 
{
 font-family:Verdana,Helvetica,Arial,sans-serif;
 font-size:14px;
 line-height:18px;
 font-weight:600;
 color:#007;
 text-align:left;
 vertical-align:middle;
 padding:3px;
}
/*  Titel eines Abstract  */
td.inhaltTitelAbstract
{
 font-family:Verdana,Helvetica,Arial,sans-serif; 
 font-size:14px;
 line-height:18px;
 font-weight:600;
 color:#5a5a5e;
 text-align:left;
 vertical-align:middle;
}
/* Inhalte: Schwerpunnkt des Heftes */
h3 
{
 font-size:14px;
 line-height:18px;
 font-weight:600;
 color:#5a5a5e;
}
/* Anmerkungen/Fußnoten für Abstracts */
h4 
{
 font-size:11px;
 font-weight:normal;
 line-height:14px; 
}

strong 
{
 color:#5a5a5e;
}

/* Inhalt: Links */
body.inhalt a:link 
{ 
 color:#069;
 background-color:transparent;
 text-decoration:none;
}
body.inhalt a:visited 
{ 
 color:#069;
 background-color:transparent;
 text-decoration:none;
}
body.inhalt a:hover 
{
 color:#ffffff;
 background-color:#ACD4E8;
 text-decoration:none;
}
body.inhalt a:active 
{
 color:#069;
 background-color:transparent;
 text-decoration:none;
}

ul
{
 list-style-image:url(images/liste.gif);
}

ul li
{
 font-family:Verdana,Helvetica,Arial,sans-serif;
 font-size:13px;
 font-weight:normal;
 vertical-align:top;
 color:#000000;
 line-height:18px;
 margin-bottom:0.5em;
}

/*  Images: Anzeige ohne Rahmen */
a img
{ 
 border:none;
 display:none;
} 

