/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
html {
    height: 100%;
}
body {
    background: url(/img/eaa/body-bg.jpg) repeat-x 50% 0 #E5E5E5;
    color: #444;
    font: 12px/18px Arial, Verdana, sans-serif;
    height: 100%;
    text-align: center;
}
a {
    color: #498013;
    font-weight: bold;
}
a:hover {
    color: #333;
}
.hidden {
    display: none;
}

#container {
    background: url(/img/eaa/content-bg.gif) repeat-y 241px 0 #FFF;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 960px;
}
#header, #topnavi, #navi, #teaser, #content {
    width: 960px;
}
#header {
    background: url(/img/eaa/header-bg.gif) no-repeat #FFF;
    height: 306px;
}
#topnavi {
    background-color: #FFF;
    height: 36px;
    padding-bottom: 18px;
}
#navi {
    float: left;
    padding: 0 20px;
    width: 200px;
}
#teaser {
    background: url(/img/eaa/teaser-bg.gif) no-repeat 0 3px;
    float: right;
    padding: 18px 0 36px;
    width: 240px;
}

#teaser.language-en {
    background: url(/img/eaa/teaser-bg-en.gif) no-repeat 0 3px !important;
}

#content {
    float: left;
    margin: 0 0 36px;
    padding: 0 20px;
    width: 440px;
}
#footer {
    border-top: 18px solid #FFF;
    background: #333;
    color: #CCC;
    clear: both;
    font-size: 11px;
    padding: 9px 15px;
    width: 930px;
}
#banner {
    padding: 9px;
}

/* HEADER */
#header img {
    vertical-align: top;
}

/* TOP-NAVI */
#topnavi ul {
    float: left;
    padding-left: 17px;
}
#topnavi ul li {
    float: left;
    padding: 3px 0 2px 3px;
}
#topnavi ul li a,
#topnavi ul li span {
    color: #498013;
    display: block;
    float: left;
    font-weight: bold;
    padding: 2px 10px 4px 10px;
    text-decoration: none;
}
#topnavi ul li a:hover {
    background: #333;
    color: #FFF;
}
#topnavi ul li .active,
#topnavi ul li .active:hover {
    background: #498013 url(/img/eaa/topnavi-bg.gif) no-repeat center bottom;
    color: #FFF;
    padding-bottom: 9px;
}

/* NAVI */
#navi ul {
    float: left;
}
#navi ul li {
    border-bottom: 1px solid #FFF;
    float: left;
}
#navi ul li a,
#navi ul li span {
    background-color: #E4ECDC;
    border-bottom: 1px solid #D1DFC4;
    color: #498013;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px 2px;
    text-decoration: none;
    width: 180px;
}
#navi ul li a:hover {
    background-color: #333;
    border-color: #333;
    color: #FFF;
}
#navi ul li .active {
    background: url(/img/eaa/navi-bg.gif) no-repeat right center #498013;
    border-bottom: 0;
    color: #FFF;
    padding: 3px 10px;
    width: 180px;
}
#navi ul li ul {
    margin: 3px 0 8px;
}
#navi ul li ul li {
}
#navi ul li ul li a,
#navi ul li ul li .active {
    background: url(/img/eaa/more-bg.gif) no-repeat 3px center;
    border-bottom: 1px solid #D1DFC4;
    color: #498013;
    font-weight: normal;
    padding: 3px 10px 2px;
    margin: 0;
}
#navi ul li ul li .active {
    font-weight: bold;
}
#navi ul li ul li a:hover {
    background-color: transparent;
    border-color: #D1DFC4;
    color: #333;
}

/* SIDEBAR */
#navi #sidebar, #navi #sidebar-en {
    float: left;
    margin: 9px 0;
}
#navi #sidebar a.btn, #navi #sidebar-en a.btn {
    background: url(/img/eaa/btn-bg.jpg) no-repeat -10px 0;
    display: block;
    height: 49px;
    text-indent: -999em;
    width: 210px;
    margin-left: -10px;
}
#navi #sidebar a#calc:hover {
    background-position: -10px -49px;
}
#navi #sidebar #video {
    background-position: -10px -98px;
}
#navi #sidebar #video:hover {
    background-position: -10px -147px;
}
#navi #sidebar #data {
    background-position: -10px -196px;
}
#navi #sidebar #data:hover {
    background-position: -10px -245px;
}
#navi #sidebar a {
    display: block;
}

#navi #sidebar-en a.btn {
    background: url(/img/eaa/btn-bg-en.jpg) no-repeat -10px 0;
}
#navi #sidebar-en #video {
    background-position: -10px -98px;
}
#navi #sidebar-en #video:hover {
    background-position: -10px -147px;
}
#navi #sidebar-en #calc {
    background-position: -10px 0;
}
#navi #sidebar-en #calc:hover {
    background-position: -10px -49px;
}

/* TEASER */
#teaser div {
    background: url(/img/eaa/teaser-entry-bg.gif) repeat-y;
    float: left;
    font-size: 11px;
    margin-bottom: 18px;
    padding: 0 20px;
    width: 200px;
}
#teaser h3 {
    color: #000;
    font-weight: bold;
    margin: 3px 0;
    text-transform: uppercase;
}
#teaser h3 .mehr {
    background: none;
    padding: 0;
}
#teaser p {
    margin-bottom: 6px;
    line-height: 17px;
}
#teaser p a img {
    border: 1px solid #E4ECDC;
    margin-bottom: 9px;
    padding: 1px;
    width: 196px;
}
#teaser p a:hover img {
    border-color: #498013;
}
#teaser .mehr {
    background: url(/img/eaa/more-bg.gif) no-repeat right center;
    padding-right: 5px;
}

/* LANGUAGE */
#teaser .sprachen {
    color: #666;
    margin: 0;
    position: absolute;
    right: 20px;
    text-transform: none;
    top: 9px;
}
#teaser .sprachen img {
    margin: 3px 0 0 5px;
    vertical-align: top;
}
#teaser .spacer {
    display: none;
}

/* SEARCH */
#teaser .suchbox {
    display: none;
}
#teaser form.suchbox {
    color: #666;
    display: block;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 54px;
    width: 200px;
}
#teaser form.suchbox .suchfeld {
    border: 1px solid #D1DFC4;
    float: left;
    font-family: inherit;
    font-size: 11px;
    margin-right: 5px;
    width: 132px
}
#teaser form.suchbox .suchfeld:focus {
    border-color: #333;
}
* html #teaser form.suchbox .suchfeld {
    width: 131px;
}
#teaser form.suchbox .submitbutton {
    background: #333;
    border: 0;
    color: #FFF;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 7px;
    overflow: visible;
    width: auto;
}
* html #teaser form.suchbox .submitbutton {
    padding: 1px 9px 0 10px;
}

/* CONTENT */
#content .brotkrumen {
    background: url(/img/eaa/h1-bg.gif) no-repeat left center;
    color: #666;
    font-size: 10px;
    margin: 3px 0 10px -19px;
    text-transform: uppercase;
    padding-left: 19px;
}
#content h1 {
    color: #000;
    font: normal 20px/30px Arial, Verdana, sans-serif;
    margin: 0 0 3px 0;
}
#content h2 {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 18px;
}
#content h3 {
    font-weight: bold;
    margin: 0 0 3px;
}
#content img {
    border: 9px solid #FFF;
    border-left: 0;
    border-right-width: 15px;
    float: left;
}
#content img.listenbild {
    /*margin-left: -35px;*/
}
#content .bildunterschrift {
    background: #FFF;
    /*float: left;*/
    /*margin: -9px 0 0 -35px !important;*/
    /*padding: 9px 15px 9px 0;*/
    width: auto !important;
}
#content .bildunterschrift img {
    border: 1px solid #E4ECDC;
    /*margin: 0 !important;*/
    /*padding: 1px;*/
}
#content .bildunterschrift .zoom {
    background: url(/img/eaa/zoom-bg.gif) no-repeat 5px center;
    border: 1px solid #E4ECDC;
    border-top: 0;
    display: block;
    clear: left;
    font-size: 11px;
    padding: 0 5px 0 20px;
    width: auto !important;
}
#content p {
    margin-bottom: 18px;
}
#content .listenobjekt {
    margin-top: 18px;
}
#content .listenobjekt li {
    border-top: 3px double #D1DFC4;
    padding: 9px 0;
    margin-bottom: 18px;
}
#content .listenobjekt li a {
    color: #333;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
#content .listenobjekt li img {
    border: 1px solid #E4ECDC;
    border: 1px solid #E4ECDC;
    margin: 0 13px 7px 0;
    padding: 1px;
}
#content .listenobjekt li a:hover img {
    border-color: #498013;
}
#content .listenobjekt li .titel {
    color: #498013;
    font-weight: bold;
    text-decoration: underline;
}
#content .listenobjekt li a:hover .titel {
    color: #333;
}
#content .listenobjekt li div {
    height: 0;
    overflow: hidden;
}
#content .contentliste,
#content .suchergebnisse {
    border-bottom: 1px solid #E4ECDC;    
    border-top: 1px solid #E4ECDC;    
    margin: 0 0 18px;
    padding: 9px 15px;
}
#content .contentliste li,
#content .suchergebnisse li {
    background: url(/img/eaa/contentliste-bg.gif) no-repeat left 6px;
    font-size: 11px;
    font-weight: bold;
    margin: 2px 0;
    padding-left: 10px;
}
#content form  {
    margin-bottom: 18px;
}
#content form div {
    padding: 4px 0;
}
#content form div label {
    font-weight: bold;
}
#content form div input,
#content form div textarea {
    border: 1px solid #CCC;
    width: 250px;
}
#content form div input:focus,
#content form div textarea:focus {
    border-color: #498013;
}
#content form div .readonly {
    background-color: #F1F1F1;
}
#content form div .checkbox {
    width: auto;
}
#content form div .submitbutton {
    margin-top: 18px;
    width: auto;
}
#content small {
    font-size: 11px;
}

/* FOOTER */

#footer a {
    color: #CCC;
}
