/*===========================Änderungen gegenüber dem Standart-css ========================*/
h1 {
    font-size:150%;
}

div.Info {
    margin-bottom:5em;
}
div.Info p {
    background-color:#fff7e3;
    margin-bottom:0;
    padding:0 0 1em .25em;
}
.Info h4  {
    color:#402;
    font-size: 15px;
    line-height: 1.6;
    font-family: trebuchet ms,verdana,arial,sans-serif;
}


ul#Navigation li  form {
    margin: 0;
    text-align: left;
}
ul#Navigation li p {
    display: inline;
}

ul#Navigation {
    width:15%;
    margin-left:.5em;
}

div#Seite-b {
    background-image: url(dakshineswartempel2.gif);
    background-repeat: no-repeat;
    background-position: 60% 93%;
}

div.Inhalt {
    margin-right: 0;
    padding-bottom:20em;
}

* html p#Fusszeile {
    height:3em;
}

/*================== Anweisungen für Elemente die ausschließlich auf der index-Seite erscheinen ==========*/
div.Inhalt h2, div.Inhalt h2 a {
    color: black;
    margin:1em 0 0 0;
    text-decoration: none;
}
div.Inhalt h2:first-letter, div.Inhalt h2 a:first-letter, div.Inhalt h3:first-letter  {
    color: red;
}
div.Inhalt h2 a:hover  {
    color: red;
    background: white;
}
div.Verzeichnis {
    font-size:.8em;
    min-height:170px;
    
}
div.Inhalt h3  {
    font-family: trebuchet MS;
    font-style: italic;
    color: black;
    margin: .7em 0 0;
    
}
* html div.Verzeichnis  { /*für IE6*/
    height:170px;
}
div.Verzeichnis ul {
    list-style-type:none;
    margin:0;
    padding:0 0 0 2em;
}
div.Verzeichnis ul li{
    line-height: 1.5em;
    margin-bottom: .1em;
}
div.Verzeichnis img  {
    float:left;
    margin-right: 1em;
}

a:hover {
    text-decoration:none;
    color:red;
}
ul a, ul a:hover {
    text-decoration: none;
    background: transparent;
    margin:0;
    padding:0;
}

a span.a {
    text-decoration: underline;
}
a span.a:hover {
    color:red;
    background: white;
}
a span.b {
    padding-left: .5em;
    font-style:italic;
    color:black;
}



/*================  So, das war's ====================================*/
