* {
    /* margin: 0; */
}

html {
    height: 95%;
}

body {
    height: 100%;
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    background-color: #c55337;
    background-image: url('graphics/hintergrund.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    /* color: #353535; */
    font-size: 100%;
    padding-left: 3%;
    padding-right: 3%;
    color: #ffffff;
}

#menu {
    position: fixed;
    width: 250px;
    color: #353535;
    opacity: 1;
    z-index: 2;
}

#logo {
    height: 200px;
    width: 100%;
}

#main {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 85px;
    /* width: 70%; */
    /* text-align: justify; */
    overflow:auto;
    padding-bottom: 50px;  /* must be same height as the footer */
}

.centering {
    text-align: center;
}

.doublesize {
    font-size: 2em;
    font-weight: bold;
}

.onehalfsize {
    font-size: 1.5em;
    /* font-weight: bold; */
}

.small {
    font-size: .8em;
}

.opaque {
    margin-left: 250px;
    margin-bottom: 50px;
    width: 1000px;
    background-color: #ffffff;
    color: #353535;
    opacity: 0.65;
}

.transparent {
    margin-left: 250px;
    margin-bottom: 50px;
    width: 1000px;
}

.footer {
    z-index: 1;
}

h1.title {
    display: none;
}

h1 {
    padding-top: 50px;
    padding-left: 100px;
    font-size: 2em;
    font-weight: normal;
    /* color: #8b0000; */
}

h2 {
    font-size: 1.3em;
    font-weight: normal;
    padding-top: 15px;
}

a {
    text-decoration: none;
    color: #f4f3c5;
    /* font-weight: bold; */
}

.opaque a {
    text-decoration: none;
    color: #791515;
    /* font-weight: bold; */
}

a:hover {
    text-decoration: none;
    /* color: #f6f449; */
    color: #e0df74;
}

.opaque a:hover {
    text-decoration: none;
    color: #cf1212;
}

dd {
  padding-bottom: 15px;
}

#wrapper {
    min-height: 100%;
}

#footer {
    position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear:both;
    font-size: 75%;
    text-align: right;
}

#footer h1 {
    display: none;
}

img {
    border: 0; /* no borders around images */
}
