/* Layout */
.container { /* ensures a max-width and all that */
    margin: auto;
    max-width: 54em;
    padding-right: 1em;
}

#header {
    text-align: right;
    background-image: url('../images/head.png');
    border-top: 1px solid green;
    border-bottom: 1px solid green;
    margin-bottom: 30px;
    margin-top: 1ex;
}

#header p {
    font-size: 2em;
    text-align: right;
}

#header .descriptive {
    font-size: x-small;
    margin-top: -30px;
    margin-bottom: 20px;
}

#header a {
    color: DarkSlateGray;
    font-weight: bold;
    text-decoration: none;
}

#header span {
    font-style: italic;
}

#modules {
    float: left;
    width: 200px;
    font-size: .9em;
    margin-top: -10px;
    margin-left: 1em;
}

#content {
    margin-left: 230px;
    margin-top: 10px;
    padding-left: 1ex;
}

/* Generelle Sachen */
quote:before {
    content:"»";
}

quote:after {
    content:"«";
}

strong, em {
    color: green;
}

a {
    color: green;
}

.borderless {
    border-width: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5em;
    margin-bottom: 0px;
}

h1, h3, h5 {
    color: green;
}

h1 {
    font-size: 1.8em;
    margin-top: 0px;
    margin-bottom: -1ex;
}

h2 {
    border-bottom: 1px dashed green;
    font-size: 1.4em;
}

p {
    text-align: justify;
    margin-top: 1ex;
}

img {
    max-width: 100%;
}

hr {
    border: 1px solid green;
    height: .5ex;
    background-color: DarkOliveGreen;
    opacity: .5;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Design */

/* Lesbarkeit */
#content p {
    line-height: 3.4ex;
}

#content img {
    float: right;
    margin: 10px;
    margin-left: 3ex;
    margin-right: 0px;
    border: 1px solid black;
}

#content .left img, img.left {
    float: left;
    margin-left: 0px;
    margin-right: 3ex;
}


/* Nur Module */
#modules p {
    border-bottom: 1px dashed lightgreen;
    padding-bottom: 1ex;
    margin-bottom: 0px;
    margin-top: 1ex;
}

#modules div {
    border: 2px solid green;
    padding: 1ex;
    padding-bottom: 2ex;
    padding-left: 1.5ex;
    padding-right: 2ex;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 2ex;
}

#modules h1, #modules h2, #modules h3, #modules h4, #modules h5, #modules h6 {
    margin: 0px;
    margin-top: .5ex;
}

#modules ul.links {
    list-style-type: none;
    margin-bottom: .5ex;
}

#modules ul.links li {
    margin-left: -3.1em;
}

#modules .links a {
    display: block;
    margin: -1px;
    border-top: 1px solid lightgreen;
    border-bottom: 1px solid lightgreen;
    line-height: 3.5ex;
    padding-left: .5ex;
    text-decoration: underline;
}

#modules .links .active, #modules .links a:target {
    text-decoration: none;
    font-weight: bold;
}