html, body {
    background-image: url(images/naviback.png);
    background-repeat: repeat-y;
    background-color: #6b8531;
    margin: 0px;
    padding: 0px;
    
    font-family: Arial, Helvetica, Verdana;
    
}

body h1, body p, body h1#logo, body pre {
    margin-left: 60px;
    max-width: 600px;
}

div#content_white ul, div#content_white ol  {
    margin-left: 60px;
    line-height: 14pt;
}

div#content_white h2  {
    padding-left: 60px;
    font-size: 14pt;
}

div#content_white li {
    max-width: 600px;
    font-size: 9pt;
}

img {
    border: 0px;
}

/* The magic pony */
img#magical_pony {
    position: fixed;
    top: 10px;
    right: 10px;
    border: 0px;
}

/* Content Box - just for the white */

body div#content_white {
    background-color: #fff;
    margin-left: 181px;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 40px;
}


/* Headlines */
body h1 {
    color: #6b8531;
    font-family: Lucida Bright, Times New Roman;
    font-weight: bolder;
    letter-spacing: 0.1em;
    font-size: 20pt;
}

body h1 a {
    color: #6b8531;
    font-family: Lucida Bright, Times New Roman;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 20pt;
}

body h1 a:hover {
    text-decoration: underline;
}



/* Text */
body p {
    font-family: Arial, Helvetica, Verdana;
    max-width: 600px;
    font-size: 9pt;
    line-height:14pt;
}

body p.blog_sign {
    font-size: 8pt;
    color: #6b8531;
    font-style: italic;
}

h2 {
    color: #FFF;
    background-color: #6b8531;
}

blockquote {
    margin-left: 60px;
    border-left: 2px solid #6b8531;
}

blockquote p {
    color: #6b8531;
    font-style: italic;
    margin: 10px;
}

pre {
    color: #000;
    background-color: #ebf5b1;
    width: 620px;
    padding-left: 5px;
    line-height: 14pt;
    font-size: 9pt;
}

p.other_posts {
    color: #404040;
}

p.other_posts a {
    color: #404040;
}

/* Links */
a {
    color: #6b8531;
}


/* Categorie-, Jahres- und Monatsübersicht */

ul.link_list {
    list-style-position: outside;
    margin-left: 40px;
    line-height: 14pt;
}

ul.link_list a {
    color: #404040;
    text-decoration: none;
}

ul.link_list a:hover {
    color: #404040;
    text-decoration: underline;
}


/* Footer */
div.footer {
    margin-left: 181px;
    padding-top: 50px;
    background-color: #6b8531;
}

div.footer h1 {
    font-size: 14pt;
    font-family: Arial, Helvetica, Verdana;
    color: #404040;
}

div.footer div.hr {
    margin-left: 60px;
    width: 600px;
    background-color: #FFF;
    height:1px;
}

div.footer li {
    margin-left: 60px;
    width: 600px;
    color: #FFF;
}

div.footer p {
    margin-left: 60px;
    max-width: 600px;
    color: #FFF;
}

div.footer p.date {
    font-style: italic;
}

div.footer p a {
    color: #FFF;
}

div.footer p a:visited {
    font-color: black;
}

form input#submit {
    margin-left: 55px;    
}

form p label {
    display: inline-block;
    width: 100px;
}


/* Navigation */

body  ul#navigation {
    position: absolute;
    width: 155px;
    list-style: none;
    top: 140px;
    left: 0px;
    margin-left: 0px;
    padding-left: 25px;

}

body ul#navigation li { }
body ul#navigation li.headline { color: #6b8531; }
body ul#navigation li.headline2 { color: #6b8531; margin-top: 20px; }
body ul#navigation li a { padding-left: 15px; color: grey; text-decoration: none; }
body ul#navigation li a:visited { padding-left: 15px; color: grey; text-decoration: none; }
body ul#navigation li a:hover { text-decoration: underline; }


/* Emoticon & Logo */

body h1#emoticon {
    position: absolute;
    margin-left: 0px;
    left: 0px;
    top: 60px;
    width: 180px;
    color: white;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
}

h1#logo {
    color: #303030;
    font-family: Verdana, Helvetica;
    letter-spacing: 0em;
    font-size: 44pt;
    font-weight: normal;
}

/* the .de of webgarbage.de */
h1#logo span {
    color: #6b8531;
}
