/*style definitions on http://www.bobtec.de*/
/*by Rudolf Maurer*/

body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

a:link { color:#00009F; text-decoration:none } /*noch nicht besucht, dunkelblau*/
a:visited { color:#008030; text-decoration:none } /*schon besucht, gruenblau*/
a:hover { background-color:	#CC00FF; }
a:active { color:#FF7F00; text-decoration:underline } /*gelb-orange nur IE*/


a.navi:link { color:#0000FF; text-decoration:none } /*knallblau*/
a.navi:visited { color:#008030; text-decoration:none } /*gruenblau*/
a.navi:active {color:#FF7F00; text-decoration:underline } /*gelb-orange nur IE*/

div.announce { color:#FF0000; font-weight:bold } /*Ankeundigungen auf der homepage*/

td.rand { border-width:1px; border-style:solid; border-color:#404040 }

/*Aufruf: <a class="navi" href="">*/
/*ganz eigene, unabhaengige Formate: z.B.
#fettkursiv { font-weight:bold; font-style:italic; }
Aufruf in versch. Tags:
<a id="fettkursiv" href="">
<p id="fettkursiv">*/

/*Tabelle in mobile.html*/
/*Steuerung der Abstände der Bildunterschriften*/
div.mob { margin-top:3px; margin-bottom:8px; margin-left:15px }
td.mob { border-width:1px;
         border-style: dotted}
td.bild { border-top: 1px dotted;
          border-left: 1px dotted;
          border-right: 1px dotted; }
td.us  { border-bottom: 1px dotted;
         border-left: 1px dotted;
         border-right: 1px dotted; }

/*body { margin-top:10px; margin-bottom:10px; font-family:sans-serif};*/
/*body.oben {}*/

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */