/* Platz unter Bildern */
.serendipity_image_left { margin-bottom: 5px; }
.serendipity_image_right { margin-bottom: 5px; }
/* Ueberschriften gleich grosz wie H3 */
#content h5 {
    font-size: 100%;
    margin: 10px 0 0 0; }
/* Eintragungen, zur Schoenheit */
 .serendipity_entryFooter {
    background-color: #efefef;
    border-top: 0px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    line-height: 1.1; }
body { 
    background-color: #efefef;
    line-height: 1.5; }
    /* war  rosa   background-color: #FFE0FB; */
#wrapper {
    max-width: 1000px;
    font-size: 75%;
    width: 88%; }

/* Geotag und Karma voting anpassen */
.serendipity_geotag {
    display: block;
    font-size: 100%;
    margin: 5px auto;
    text-align: left; }
.serendipity_geotag a:hover {
    color: #a750bf; }    
.serendipity_geotag a,
.serendipity_karmaVoting a {
    font-size: 100%;
    text-decoration: none; }
.serendipity_karmaVoting {
    font-size: 100%;
    margin: 10px auto 5px;
    text-align:center; }

/* Abstand zwischen Artikel vergroeszern */
.serendipity_entry { margin-bottom: 2.5em; }

/* Pagination stylen */
.pagination {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.0; } 
.pagination a {
	text-decoration: none;
	padding-right: 0.3em;
        padding-left: 0.3em; }
.pagination a:hover {
	outline: 1px solid #a750bf;
	text-decoration: none; }
#thispage {
    color: #a750bf;
    font-size: 140%; }

/* Ueberschriften tunen */
#content h4 { letter-spacing: 0em; }
a.homelink1 {
     letter-spacing: 0.2em; }
/*  Überschrift will kein underline und bekommt daher hintergrund */
a.homelink1:hover,
a.homelink2:hover { background-color: #6B8F50; }

/* Zahllinks kennzeichen */
a.zahl:hover { text-decoration: none; }
a.zahl[href^="http:"]:hover:after {
content: ' (Partnerlink)';
		/* color: red; */ }

/* hier noch einmal, damit der Header ohne Bildanzeige gruen ist */
#serendipity_banner {
    margin: 0;
    height: 160px;
    background: #6B8F50 url('/uploads/sonstiges/Banner_Kinder.jpg') no-repeat center center ;
    border: 0px; }
/* sidebar ueberschriften tunen */
h3.serendipitySideBarTitle {
     letter-spacing: 0.15em; }
     
/* Floating bei weiter lesen aufheben */
.continue_reading { clear: both; }

/* Grünes RSS Icon */
.serendipity_xml_icon {
    background: url('img/green_xml.png') center center no-repeat;
    padding: 10px 0;
    margin: 0;
    visibility: visible; }
.serendipity_xml_icon img {
    visibility: hidden; }
#sitenav ul a:hover,
#sitenav .currentpage a { border-bottom: 4px solid #6B8F50;
	text-decoration: none; }

/* Links grün, bei MouseOver lila und unterstrichen */
a:hover {
    color:#a750bf;
    text-decoration: underline; }
a {
    color: #6b8f50;
    text-decoration: none; }

/* eigene Styleergänzungen */
/* Link Icon digitales Dresden */
.digitalesdresden {
    background: url('/uploads/sonstiges/digitalesdresdenicon.gif') no-repeat;
    padding-left: 15px;
    margin: 0;
    visibility: visible; }
    
blockquote {
    background: #F3FAED;
    border-left: 1px solid #89AB72;
    border-top: 1px solid #89AB72;
    border-right: 1px solid #224C03;
    border-bottom: 1px solid #224C03;
    margin: 1em 4em;
    padding: 1em;
    background-image: url(img/quote.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;}

/* Navigation auf statischen Seiten abschalten */
.staticpage_navigation {display: none !important;}
div.staticpage_navigation_center {display: none !important;}

/* Hintergrund eigene Kommentare */ 
.serendipity_comment_author_self {
    background: #FAF4B1; }

/* sonstige */
.serendipity_comment_emoticate {display: none}
input#serendipityQuickSearchTermField { border: 1px solid #224c03!important; }
.clearfix:after { 
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden; }
    div.category_link_all {display: none;}
    
/* einzug zurücksetzen */
.archive_summary dd { margin-left: 0; }



/* checkmark after visited Link*/
/* wieder entfernt, da verwirrend
.serendipity_entry a:visited:after {
	content:"âœ“"; }
a.serendipity_image_link:visited:after {
	content:none; }
.belowentry a:visited:after {
	content:none; } */
	
/* Aufzaehlung */
/* erste Variante
.entry-content dl dt {
    float: left;
    font-weight: bold;
    margin-bottom: 0.4em;
    width: 50px;    }

.entry-content dl dd {
     margin-bottom: 0.4em; } 
     
*/
.entry-content dl {
    float: left;
    margin: 0 0 0 0px; 
    max-width: 60%; }

.entry-content dl dt {
    float: left;
    font-weight: bold;
    margin-bottom: 0.4em;
    width: 50px; }

.entry-content dl dd {
    margin-bottom: 0.4em;
    padding-left: 10px; }


