/* 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 #FFE400;}a:hover {  border-bottom: 3px solid #FFE400;}/* Hintergrundfarbe für das Fenster */body {  /* helleres grün: background: greenyellow; */  background: #51B848; /* dunkleres grün */}/* 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 #51B848; /* Linie oben in Beiträgen, TW */}.postmetadata, #content p.category {  border-top: 2px solid #51B848; /* Linie unten in Beiträgen, TW */}#content h2.pagetitle {  border: none;}/* Header Image -- hier wird das grüne Logo eingebunden */#header {  background: #51B848 url(images/logo-gruen-klein-neu.png) no-repeat top left;}/* Header Title and Description */#header h1 a {        color: #fff;}#header h1 a:hover {        border-bottom: 5px solid #FFE400;}#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: #FFE400;}/* 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 #51B848;        background: white;}/* .alt { background: ### } für abwechselnde Einfärbung *//* Footer */#footer {        background: #51B848;}#footer p {        font-size: 1.0em;        color: #fff;}#footer a {        font-size: 1.0em;        color: #FFE400;}blockquote {        border: 1px dotted #0a7501;        margin-top: 5px;        margin-bottom: 5px;        margin-left: 25px;        margin-right: 25px;        padding: 0;        font-size: 0.9em;}