/* Grundfarbe Blau für die Caritas
 */

html, body, li {
    background-color: #ffffff;
    color: #000000;
    font-size:1.1em;
    }

body {
    background-image:url(bilder/x.gif);
    }

/* Menü*/
#nav {
    border-color: #808080;
    background-color: #c0c0c0;
    color: #000000;
    }

/* Inhalt*/
#content {
    }

#subnav {
    }

#subsubnav {
    }

/* Titelleiste*/
#header {
    background-color: #ffffff;
    color: #000000;
    }
/* Positionierung von Logo und Überschrift*/
.left {
    color: #ffffff;
    }
.right {
    color: #ffffff;
    }

/* Fußzeile*/
#footer {
    border-top-color: #c0c0c0;
    background-color: #ffffff;
    color: #000000;
    }

h1.titel { /* Seitenüberschriften */
    color:#000000;
    }
h1 {
    color:#000000;
    }
h2 {
    color:#000000;
    }
h3 {
    color:#000000;
    }
h4 {
    color:#000000;
    }
h2.menue {
    }
hr {
	color:#000000;
	background:#000000;
	}

/*Angabe Seitenzahl*/
span.seite {color:#000000;}

/*Haupt-Menü  'ausgeliehen' von http://www.alistapart.com/stories/taminglists/*/
#button {
    background-color: #c0c0c0;
    color: #000000;
    }

#button li {
    border-bottom: 1px solid #c0c0c0;
    margin: 0;
    }

#button li a {
    border-left-color: #e0e0e0;
    border-right-color: #e0e0e0;
    background-color: #ffffff;
    color: #000000;
    }

#button li a:hover {
    border-left-color: #808080;
    border-right-color: #808080;
    background-color: #e0e0e0;
    color: #000000;
    }

/*Unter-Menü  'ausgeliehen' von http://www.zeldman.com/dwws/*/
#navcontainer ul li a {
    background: #ffffff;
    color: #000000;
    border-top-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-right-color: #c0c0c0;
    }
#navcontainer ul li a:hover {
    background: #e0e0e0;
    color: #000000;
    }
#navcontainer a:active {
    background: #e0e0e0;
    color: #000000;
    }
#navcontainer li#active a {
    background: #e0e0e0;
    color: #000000;
    }

#subsubnavcontainer ul li a {
    background: #ffffff;
    color: #000000;
    border-top-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-right-color: #c0c0c0;
    }
#subsubnavcontainer ul li a:hover {
    background: #e0e0e0;
    color: #000000;
    }
#subsubnavcontainer a:active {
    background: #e0e0e0;
    color: #000000;
    }
#subsubnavcontainer li#active2 a {
    background: #e0e0e0;
    color: #000000;
    }

