/* In dieser Datei finden sich alle farbrelevanten Definitionen */
/* modified for green party use TW */

/* Farbe der Links */

a {
    color: #0a7501;
    text-decoration: none;
}

a:hover img {
  border: 1px solid #dd5496;
}

a:hover {
  border-bottom: 3px solid #dd5496;
}


/* Hintergrundfarbe f�r das Fenster */

body {
  /* helleres gr�n: background: greenyellow; */
  background: #bbe48a url(images/bg-gradient.png) fixed repeat-x;
}

/* Hintergrundfarbe f�r den Blogbereich */

#container, #wrap {
  background: #dfffbf;
}

/* Textfarbe */

#content p {
    color: black;
}

.page h3, .post h3 {
        color: #000000;
}

/* Linienfarbe */
#content h2 {
  border-bottom: 2px solid #dd5496; /* Linie oben in Beitr�gen, TW */
}

.postmetadata, #content p.category {
  border-top: 2px solid #dd5496; /* Linie unten in Beitr�gen, TW */
}

#content h2.pagetitle {
  border: none;
}

/* Header Image -- hier wird das gr�ne Logo eingebunden */

#header {
  background: #1cae14 url(images/mauer-igel.png) no-repeat top left;
}

/* Header Title and Description */

#header h1 a {
        color: #dd5496;
}

#header h1 a:hover {
        border-bottom: 5px solid #dd5496;
}

#header h2 {
        color: #fff;
}

/* Horizontale Navigation -- der dunkelgr�ne Balken */

#navigation {
        background: #0a7501;
}

#navigation li a {
        color: #fff;
}


#navigation li.current_page_item a {
        color: #fcea04;
}

/* Sub-page Menu */

#subpage ul {
        background: #228b10;
}

#subpage ul li {
        color: #000;
}

#subpage ul li a {
        color: #fff;
}

/* Eintr�ge in der Sidebar */

#sidebar, #sidebartop {
  color: black;
}

#sidebar li a, #sidebartop a {
        color: #006600;
}

/* Kommentare */

#comment {
        border: 1px solid #013300;
        background: #fff;
}

ol.commentlist li {
        border: 1px dotted #1cae14;
        background: white;
}

/* .alt { background: ### } f�r abwechselnde Einf�rbung */

/* Footer */

#footer {
        background: #1cae14;
}

#footer p {
        font-size: 1.0em;
        color: #fff;
}

#footer a {
        font-size: 1.0em;
        color: #fcea04;
}

blockquote {
        border: 1px dotted #0a7501;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 25px;
        margin-right: 25px;
        padding: 0;
        font-size: 0.9em;
}
