@charset "ISO-8859-1";

/* styles.css */

/*
   Hintergrundfarben für Modellbahn und Modellflug
*/
body.modellbahn { background-color:#FFFFF0;
       margin-left:10px; }
body.modellflug { background-color:#BCDEF9;
       margin-left:20px; }
body { background-color:#E0E0E0;
       margin-left:50px; }

*  { color:#000000; }

/* 
   Überschriften. h1 wird nur bei Modellflug benutzt
*/
h1 { font-size:32px;
     color:#800080;
	 font-family:Arial;
	 font-weight:bold;}
h2 { font-size:20px;
     color:#000000;
	 font-family:Arial;
	 font-weight:bold;}
h3 { font-size:13px;
     color:#000000;
	 font-family:Arial;
	 font-weight:bold;}
/*
h4 { font-size:10px;
     color:#000000;
	 font-family:Verdana;
	 text-align:center;
	 font-weight:normal;}
*/
p,li,dd  { font-size:13px;
     color:#000000;
     font-family:Verdana;}
/*
   Fusszeile mit "zuletzt geändert: ....."
*/
p.footer { font-size:10px;
     color:#000000;
	 font-family:Verdana;
	 text-align:right;
	 font-weight:normal;}

p.verzeichnis { text-align:right;
    font-weight:bold;}

p.bahnmenu {  background-color:#FFFFC0;
    white-space:nowrap;
    font-weight:bold;	}
/*
  Für Hinweise wie: "Auf das Bild Clicken zum ..."
*/
p.hint { font-size:10px;
     color:#000000;
	 font-family:Verdana;
	 text-align:center;
	 font-weight:normal;}
	 
a:link { font-size:13px;
     color:#000000;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}
a:visited {  font-size:13px;
     color:#808080;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}
a:hover {  font-size:13px;
     color:#FF0000;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}
a:active {  font-size:13px;
     color:#808080;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}
a:focus {  font-size:13px;
     color:#808080;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}

table.textbody { width:840px;}
/*
   Tabellen mit direkt eingebundenen Bildern.
   Typischerweise der Baubericht bei Modellbahn
*/
table.pics { width:840px; 
        table-layout:auto;
	    empty-cells:show;
        border-spacing:10px}
td.pics { width:420px;
     height:330px;
	 vertical-align:top;
	 font-size:13px;
     color:#000000;
     font-family:Verdana;}
/*
   Wenn Bilder-Thumbs als Tabelle angeboten werden.
   Die Bauberichte der Flugmodelle und die FREMO-Module
   und die FREMO-Treffenberichte.
*/
table.thumbs { width:840px; 
        table-layout:auto;
        empty-cells:show;
        border-spacing:10px}
		
td.thumbstext{padding-left:5px;
     padding-right:5px;
	 width=350px;}
		
/*
  Modellbahnmenue oben
*/
table.bahnmenu { table-layout:auto;
        width:770px;
        empty-cells:show;
		background-color:#FFFFB0;}
td.bahnmenu{ font-size:13px;
     color:#000000;
     padding-left:5px;
     padding-right:5px;
     font-family:Verdana;
     white-space:nowrap;
     font-weight:bold;}
 
 

