.Body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

a {
    color: #000;
}

a img {
    border: none;
}

ul {
    list-style-type: none;
}

.colorMedien {
    color: #e2001a;
}

.colorPrint {
    color: #30b7e3;
}

.colorOnline {
    color: #97BF0D;
}

#container {
    width: 1000px;
    position: relative;
    margin: 0px auto;
}

#header {
    border-top: 1px solid #DDD2A8;
    margin-top: 30px;
    width: 1000px;
    position: relative;
}

#logos {
    position: relative;
    height: 45px;
}

#showcase,
#logo {
    float: left;
}

#showcase {
    width: 412px;
    padding-right: 383px;
}

#logo {
    width: 205px;
}

#description {
    background: url(/gfx/releaseShowcase/E.jpg) no-repeat right bottom;
    height: 100px;
    padding: 45px 340px 0px 0px;
    width: 660px;
    font-size: 20px;
}

#description p {
    margin: 0px;
}

#navigation {
    margin: 20px 0px;
}

/* mainNav */

#mainNav {
    position: relative;
    width: 1000px;
}

#mainNav ul {
    padding: 0px;
    margin: -6px 0px 0px 0px;
}

#mainNav ul li {
    display: block;
    float: left;
    position: relative;
}

#mainNav ul li a {
    color: #000;
    float: left;
    display: block;
    line-height: 24px;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 20px 0px 0px;
    margin-right: 25px;
    text-transform: uppercase;
}

#mainNav ul li.active a,
#mainNav ul li.open a,
#mainNav ul li.hover a {
    color: #97bf0d;
}

#mainNav ul li ul {
    display: none;
    left: 0px;
    position: absolute;
    top: 20px;
    width: 200px;
}

#mainNav ul li.hover ul {
    display: block;
}

/* subNav */

#subNav {
    height: 25px;
}

#subNav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#subNav ul li {
    display: none;
    float: left;
}

#subNav ul li.hover,
#subNav ul li.active,
#subNav ul li.open,
#subNav ul li.hover ul li,
#subNav ul li.active ul li,
#subNav ul li.open ul li {
    display: block;
}

#subNav ul li ul li.active a,
#subNav ul li ul li.open a,
#subNav ul li ul li.hover a {
    color: #97bf0d;
}

#subNav ul li a {
    text-decoration: none;
    color: #000;
    display: none;
    float: left;
    font-size: 1.2em;
    line-height: 20px;
    font-weight: bold;
    padding: 5px 15px 0px 0px;
}

#subNav ul li ul li a {
    display: block;
}

#content {
    padding-top: 10px;
}

.Template {
    width: 100%;
}

#content .Template {
    margin: 0px 0px 20px 0px;
}

#content ul {
    list-style-type: disc;
}

.demo {
    background: url(/gfx/releaseShowcase/bg-demo.png) no-repeat left top;
    width: 72px;
    height: 16px;
    overflow: hidden;
    text-indent: -500px;
    display: block;
    font-weight: bold;
    margin: 5px 0px;
}

.demo:hover {
    background: url(/gfx/releaseShowcase/bg-demo.png) no-repeat left -17px;
}

#rightColumn {
    display: none;
}

#rightColumn #loginform label {
    width: 100px;
    float: left;
}

/* Footer */

#footer {
    border-top:1px solid #DDD2A8;
    position: relative;
    width: 1000px;
    height: 215px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 90px;
}

#footer a {
    text-decoration: none;
}

#footer .top {
    border-bottom: 1px solid #DDD2A8;
    padding: 30px 0px 0px 0px;
    text-align: right;
}

#footer .contactData p {
    margin: 0px;
}

#footer .contactData a {
    font-family: Georgia;
    font-weight: normal;
    text-transform: none;
}

#footer .eberlLinks {
    position: absolute;
    right: 0px;
    top: 0px;
    text-transform: uppercase;
}

#footer .eberlLinks a {
    font-size: 11px;
    line-height: 8px;
    padding-left: 10px;
    vertical-align: top;
}

#footer .bottom {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

#footer .bottom a {
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #B3A46E;
    padding-left: 10px;
}

#footer .bottom a:hover {
    color: #000;
}

/* Templates / Vorlagen */

.Template.s h2.divider {
    border-bottom: 1px solid #DDD2A8;
    color: #9b9a9a;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    padding-bottom: 15px;
}

/* Listendarstellung */

.releaseContent span.bild {
    padding-right: 20px;
    width: 320px;
}

.releaseContent span.bild,
.releaseContent span.description {
    min-height: 100px;
    display: block;
    float: left;
}

.releaseContent span.bild img {
    width: 320px;
    height: auto;
}

.releaseContent a,
.releaseContent a:visited {
    color: #000;
}

.releaseContent span.description {
    color: #9b9a9a;
    width: 660px;
}