/* Yahoo! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
/* End of Yahoo! CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
    height: 100%;
}
.wrapper {
    min-width: 1000px;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 150px;
    background: #6666aa;
    font-size: 42px;
    color: white;

}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding: 0 0 80px;
    position: relative;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
    font-size: 24px;
}
.content {
    padding: 0 0 0 270px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;
    background: #FFFFFF;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: -40px auto 0;
    min-width: 1000px;
    max-width: 1600px;
    height: 40px;
    background: #6060aa;
    position: relative;
}

#logo {
    position: relative;
    margin-right: 240px;
    height: auto;
    width: 200px;
    left: 9px;
    top: 9px;
}

.headline {
    margin-left: 240px;
    margin-top: -80px;
}

.code {
    font-family: monospace;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.textblock {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ueberschrift {
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
}

