body {
    background-color: #909090;
    margin: 0px;
    padding: 10px;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    background-image:url(graphics/bg_gradient.gif);
    background-repeat:repeat-x;
}

div {
    color: white;
}

img {
    border: 0px;
}

h1 {
    font-size: 150%;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

h2 {
    font-size: 120%;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

h3 {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

.hr {
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px dashed #d0d0d0;
}

p {
    text-align: justify;
    margin-top: 3px;
}

td {
    padding: 0px;
    vertical-align:top;
}

#logo {
    position: absolute;
    bottom: 12px;
    left: 10px;
}

#name {
    position: absolute;
    right: 10px;
    bottom: 12px;
}

#oscons {
    font-size: 150%;
    color: white;
}

#stefanhelzle {
}

#spruch {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#main {
    width: 808px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e5e5e5;
}

#head {
    position: relative;
    z-index: 3;
    margin: 0px;
    margin-bottom: 10px;
    width: 788px;
    background-color: #000000;
    height: 75px;
    padding: 0px;
}

#body {
    position: relative;
    z-index: 2;
    width: 760px;
    margin: 10px;
}

#menu {
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    width: 130px;
}

#menuitems {
    list-style-type: none;
    font-size: 85%;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.menuitem {
    color: #909090;
    text-decoration: none;
    icon: hand;
}

.menuitem:hover {
    color: #505050;
    text-decoration: underline;
}

.menuitem_high {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.menuitem_high:hover {
    color: #000000;
    text-decoration: underline;
}

#content {
    padding: 10px;
    overflow-y: visible;
    overflow-x: hidden;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    font-size: 85%;
    width: 603px;
    min-height: 300px;
}

#image {
    width: 142px;
    display: none;
}

#balken {
    z-index: 1;
    position: absolute;
    top: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 808px;
    height: 100px;
    background-color: #a0a0a0;
}

#balken1 {
    z-index: 1;
    position: absolute;
    top: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 3px;
    height: 100px;
    background-color: #a0a0a0;
}

#tail {
    background-color: black;
    margin-top: 10px;
    padding: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#slogan {
    position: absolute;
    left: 170px;
    bottom: 10px;
}

#copyright {
    font-size: 75%;
    color: #888888;
    padding: 2px;
    padding-left: 12px;
}

.contentImage {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contentImage img {
    border: 1px solid #888888;
}

.shadow_right {
    background-image: url(graphics/shadow_right_bg.gif);
}

.shadow_bottom {
    background-image: url(graphics/shadow_bottom_bg.gif);
    background-repeat: repeat-x;
}

.hilite {
    font-size: 130%;
    font-weight: bold;
}

.list li {
    list-style-image:url(graphics/pfeil.gif)
}

.zitat {
    text-align:center;
    font-size: 80%;
    margin-top: 0px;
    padding-top: 0px;
}

.zitatQuelle {
    font-style: italic;
}
