@import url(sidebar.css);

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

html, body {
        background-image: url('../Bilder/siteBG.jpg');
        background-position: left top;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        height: 100%;
}

.clear {
    clear: both;
}

#container {
  position: relative;
        background-image: url('../Bilder/contentBG2.jpg');
        background-repeat: repeat-y;
  margin: 0 auto;
  width: 960px;
  min-height: 100%;
}

header {
        width: 960px;
        height: 120px;
}

nav {
        height: 30px;
        background-image:url('../Bilder/contentBG.jpg');
        background-repeat: repeat-y;
}

nav ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
}

nav ul li {
    float: left;
    width: 110px;
    margin: 0px;
    display: block;
    position: relative;
}

nav ul li a {
    color: #760b16;
    display: block;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
}

nav ul li a:hover, a:active, a:focus {
    color: #1818ff;
}

#content {
    display: table;
}

section {
    display: table-cell;
    padding: 20px 20px 40px 20px;
    width: 710px;
}

#inhalt {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

#inhalt img{
    padding: 10px;
}

#inhalt p {
    margin: 10px 0;
}

#inhalt p.title {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

#inhalt #startseite {
    text-align: center;
}

#inhalt #startseite p {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

#inhalt .pic {
    background-color: #d5d5d5;
    width: 80px;
    height: 80px;
    float: left;
    margin: 2px 5px;
}

#inhalt .block {
    clear: left;
}

#inhalt img.portrait {
    padding: 0px;
    margin-left: 18%;
}

#inhalt img.landscape {
    padding: 0px;
    margin-top: 18%;
}

aside {
    display: table-cell;
    padding: 10px;
    width: 230px;
}

footer {
    background-image: url("../Bilder/contentBG.jpg");
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 20px;

    font-size: 12px;
    line-height: 20px;
    text-align: center;
}