/*-----------------------------------------------------------------

  CSS Datei für die AUC-Homepage
  Author:           Kay Koch
  letzte Änderung:  17-12-02


------------------- Schriftart und Größe ----------------------------*/
body,td,caption,li,address,div,form{font-family: Arial, sans-serif; font-size: 13px;}
/*------------------- Besondere Formatierungen -----------------------*/

ol,ul    {/*--Listenabstände--*/
         Margin-Bottom: 1.5em;
         Margin-Top: 0.1em;}

ul.top   {/*-- Aufzählungszeichen der Auflistung (auc-logo) --*/
         /*list-style-image: url(/bilder/smile_klein.gif);*/
         margin-left:1.5em;
          Margin-Bottom: 0em;}
ul.low   {/*-- Aufzählungszeichen der Auflistung (smily) --*/
         list-style-image: url(/bilder/smile_klein.gif);}
ul.save  {/*-- Aufzählungszeichen der Auflistung (Diskette) --*/
         list-style-image: url(/bilder/speichern.gif);}

li       {/*-- Zeilenabstand der Auflistung --*/
         margin-top: 0.3em;
         margin-bottom: 0.3em;}

.kopf, .maxi, .mini{
         font-weight: bold;
         vertical-align:top;}

.kopf{   /*-- Beschreibung der Seite--*/
         text-align:center;
         font-size: 120%;}

.maxi{   /*-- Info Feld der Spalten--*/
         font-size: 110%;}

.midi{   /*-- Namen und NEWS Feld --*/
         color: red;
         background: transparent;
         font-size: 100%;}

.mini{   /*-- E-Mail Feld --*/
         font-size: 85%;
         font-weight:normal;}

.micro{  /*-- DropDown Inhaltsverzeichnis + Vereinsliste--*/
         font-size: 80%;}


hr.top{   /*-- Abstand zur vorigen/nächsten Zeile nach horiz.Linie --*/
         color: #0000FF;
         background: transparent;
         margin-top: 5px;
         margin-bottom: 0px;}

caption{ /*-- Überschrift für Tabellen --*/
         color:red;
         background: transparent;
         margin-bottom: 5px;
         text-align:left;}

table.top{/*-- Ränder im Infoteil--*/
         border-bottom:1px solid #6969FF;
         width: 100%;}

table.low{/*-- Abstand zur nachfollgenden Tabelle --*/
         margin-bottom:1em;
         border-collapse: collapse;
         width: 95%;}

table.navlist{/*-- Tabelle der Navigationsleiste --*/
         border-color: #0000C0;
         border-style: groove;
         border-top-width: 0px;
         border-left-width: 0px;
         border-right-width: 0px;
         border-bottom-width: 3px;
         margin:0px;
         width: 100%;}


td       {/*-- alle Zeilen sind obenbündig --*/
          vertical-align:top;}

th       {/*-- Tabellenformate in Kopfteilen --*/
         font-size: 13px;
         border-color:#6969FF;
         border-style:groove;
         border-width:2px;
         padding: 0.2em;
         background:url(/bilder/th.gif);
         color: black;
         text-align:center;}

td.low, td.center, div.inhalt, div.sitemap{/*-- Ränder in Infotabellen, Inhaltsangaben und Sitemap --*/
         border-color: #B0B0FF;
         border-style: groove;
         border-width:2px;}

td.low, td.center, div.sitemap{/*-- Ränder in Infotabellen, Inhaltsangaben und Sitemap --*/
         border-top-width: 0px;}

td.low{/*--Innenabstand der Zellen in Infotabellen-*/
         padding:0.5em;
         color: black;
         background:#F0F0F0;}

td.center{/*--Bilder in Tabellen--*/
          text-align:center;
          width:33%;
          font-size:60%;
          padding:1em;}

div.inhalt{/*-- Formatierung der Inhaltsangaben --*/
         color:black;
         background:#F0F0F0;
         border-top-width: 3px;
         font-size:90%;
         font-weight:normal;
         padding:0.3em;
         position:absolute;
         visibility:hidden;
         z-index:12;}

span.bildlinks, span.bildrechts{/*-- Bild auf der linken/rechten Seite --*/
         margin-top: 0.25em;
         margin-bottom: 0.25em;
         width:300px;}

span.bildlinks{/*-- Bild links --*/
         float:left;
         margin-right: 0.5em;}

span.bildrechts{/*-- Bild rechts --*/
         float:right;
         margin-left: 0.5em;}

p{
         margin:1em;}

p.address:first-line{
         color:#A00020;
         background: transparent;}

p.list {
font-size:11px;
border-bottom:1px solid #6969FF;
text-align:center;
padding:2px 0px 2px 0px;
font-weight:bold;
margin:0px;
}

/*-- Alle Links zu Anker auf der selben Seite --*/
a:link, a:visited, a:active{
         color:black;
         background: transparent;}
a:hover {
         color:red;
         background: transparent;}

/*-- Alle Links zu Ankern auf Seiten des AUC --*/
a.intern:link, a.intern:visited,option.intern{
         color:black;
         background:#D0FFFF;}
a.intern:hover{
         color:red;
         background:#D0FFFF;}

/*-- Alle Links zu Ankern auf fremden Seiten oder E-Mail Adressen --*/
a.extern:link, a.extern:visited{
         color:#00A0FF;
         background: transparent;}
a.extern:hover{
         color:red;
         background: transparent;}

/*-- Alle Links zu Forumsartikeln --*/
a.info:link,a.info:visited,a.info:active {
         color:#0000ff;
         background: transparent;
         text-decoration:underline;}
a.info:hover {
         color:#ff0000;
         background: transparent;
         text-decoration:underline;}


code{
font: normal 15px  monospace;
}


p.title,p.titleover {
 font-family: Comic Sans MS;
 font-size:42px;
 font-weight:bold;
 color:#640A0A;
 /*cursor: 'hand';--*/
}
p.titleover {
padding-left:2px;
padding-top:2px
}

div.nachruf{
border:3px solid black;
position:absolute;
background:#E5E5E5;
top:103px; 
left:613px; 
width:380px; 
visibility:visible; 
z-index:5;
}