/*
Farben für meine Dateien
Grundfarbe : #97BB68
HG - beige: #BBB568
Eierschalen: #D1E1BC
helles mattes blau: #6897BB
helles mattes türkis: #68BBB5
mattes weinrot: #BB686D

letzte Änderungen März 2005
F.W.
*/
body {
background:#F2E583 url("img/bg_main.jpg") repeat-y left top;
margin-left:20px;
margin-right:10px;
margin-top:15px;
margin-bottom:0px;
/*padding:0;*/
font: 10pt/1.4em georgia, times, serif;
color: #663331;
text-align:left;
}


h1
        {
        font-size: 2em;
        font-weight: normal;
        font: georgia, times, serif;
        color: #333331;
        text-align: left;
        line-height: 1em;
        }

h2
        {
        font-size: 1.5em;
        font-weight: normal;
        color: #922;
        margin: 0 0 0.7em 0;
        padding: 0;
        }

h3
        {
        width: 550px;

        font-size: 88%;
        margin: 1.2em 0 0.8em 0;
        }

h3 span
        {
        display: none;
        visibility: hidden;
        }
h4
        {

        font-size: 88%;
        font-weight: normal;
        font: georgia, times, serif;
        color: #F7E986;
        text-align: center;
        line-height: 1.5em;
        background-color:#7D2F0E;


        }
p
        {

        /*text-indent: 1.5em;*/
        font-size: 88%;
        margin: 0 0 0.6em 0;
        }

        td {
        font-size: 88%;
        margin: 0 0 0.6em 0;
        }
/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */

 a {
  /*display:inline;*/
  font-family:Georgia, Serif;
  font-weight:bold;
  color:#d0540c;
  background-color:transparent;

  }
