/**** design GreenLemon ****/

@charset "utf-8";

/****  div[iti]s  ****/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100%;
    font: small/1.5em "Lucida Grande", verdana, helvetica, Arial, sans-serif;
    text-align: center;
    background: #f0f0f0 url("../pics/herbst_bodybg.jpg") repeat-y 50% 0;
    color: #444444;
}

#wrapper {
    margin: 0 auto;
    width: 780px;
    text-align: left;
}

#header {
    padding-left: 10px;
    height: 190px;
    background: url("../pics/herbst_header.jpg") no-repeat 0 0;
}

#footer {
    padding-left: 20px;
    padding-top: 250px;
    margin-top: 250px;
}

#language {
    
    height: 40px;
    padding-right: 145px;
    padding-top: 0px;
    text-align: right;
}

#navigation {
    float: left;
    width: 220px;
    background: url("../pics/herbst_navibg.jpg") no-repeat 0 100%;
    padding-bottom: 60px;
}

#content {
    float: left;
    width: 500px;
    margin: 1em 0;
}

#render_without_css {
    display: none;
}

/**** navigation  *******************/

#navigation p {
    background: url("../pics/herbst_navibg.jpg") no-repeat 0 0;
    text-indent: -2000px !important;
}

#navigation p a {
    display: none;
}

#navigation ul {
    margin: 0.5em 32px 0.5em 28px;
    list-style: none;
    border-top: 1px solid #cdb;
}

#navigation ul li a {
    display: block;
    padding: 0.2em 5px 0.3em 10px;
    border-bottom: 1px solid #cdb;
    text-decoration: none;
    color: #337700;
}

#navigation ul li a:hover, #navigation ul li a.active {
    background-color: #ebf1e6;
    color: #337700;
}

/****  typo  ***********************/

a, a:link, a:active, a:visited {
    text-decoration: underline;
    color: #337700;
}

a:hover {
    color: #000000;
}

#header p {
    padding: 40px 0 0 36px;
    font-size: 210%;
    color: #337700;
    line-height: 110%;
}

#footer p {
	clear: both;
        margin-bottom: 1em;
}

#header p a {
    color: #337700;
    text-decoration: none;
}

#header p span {
    visibility: hidden;
}

#header p em {
    display: block;
    font-size: 50%;
}

h1 {
    color: #337700;
    font-size: 150%;
    line-height: 120%;
    margin-bottom: 1em;
    font-weight: normal;
}

h2 {
    color: #337700;
    font-size: 120%;
    margin-bottom: 1em;
    font-weight: normal;
}

#content p {
    margin-bottom: 1em;
}

/****  misc  ********************************/

.clear {
    clear: both;
}

