@charset "ISO-8859-1";

/* styles.css */

/*
   Hintergrundfarben für Auf der Kuhr
*/
body.verzeichnis { background-color:#FFFFF0;
       margin-left:10px; }
body.anlage { background-color:#FFFFF0;
       margin-left:20px; }
body { background-color:#E0E0E0;
       margin-left:50px; }

*  { color:#000000; }

/* 
   Überschriften.
*/
h1 { font-size:32px;
     color:#000000;
	 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;}

/*
  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:#0000FF;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}
a:visited {  font-size:13px;
     color:#0000A0;
	 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:#0000A0;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}
a:focus {  font-size:13px;
     color:#0000A0;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}

table.textbody { width:920px;}
/*
   Tabellen mit direkt eingebundenen Bildern.
*/
table.pics { width:840px; 
        table-layout:auto;
	    empty-cells:show;}
td.pics { width:420px;
     height:330px;
	 vertical-align:top;
	 font-size:13px;
     color:#000000;
     font-family:Verdana;}
/*
   Wenn Bilder-Thumbs als Tabelle angeboten werden.
*/
table.thumbs { width:840px; 
        table-layout:auto;
        empty-cells:show;
        border-spacing:5px;}
		
td.thumbstext {padding-left:10px;
     padding-right:20px;
     vertical-align:top;
     font-size:13px;
     color:#000000;
     font-family:Verdana;}
     
td {padding-left:10px;
     padding-right:20px;
     vertical-align:top;
     font-size:13px;
     color:#000000;
     font-family:Verdana;}
		
/*
*/
table.bahnmenu { table-layout:auto;
        width:100%;
        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;}
 
 
