.jpclr {
    /* BASIC CLEAR FIX*/
    clear: both;
}

div.jpclear {
    /* Special Div for Firefox for background height fix*/
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 0;
}

#jp_wrapper_outer {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%; /* Mindesthoehe moderne Browser */
    height: auto !important; /* Important Regel moderne Browser */
    height: 100%; /* Mindesthoehe IE */
    overflow: hidden !important; /* FF Scroll-leiste */
    background: #0078C7;
}

#header_outer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: 3;
}

#header_inner {
    position: relative;
    margin: 0 auto;
    height: auto;
    z-index: 3;
}

#logo {
    position: relative;
    float: left;
    z-index: 2;
    padding: 10px 0 10px 0;
}

#top {
    position: absolute;
    right: 0;
    top: 0px;
    height: auto;
    z-index: 4;
    padding-bottom: 8px;
}

#banner {
    position: relative;
    float: right;
    height: auto;
    z-index: 3;
    padding: 30px 0 5px 0;
}

#suckerfish {
    position: relative;
    margin: 0 auto;
    height: 40px;
    z-index: 4;
}

#slideshow {
    position: relative;
    margin: 0 auto;
    height: auto;
    z-index: 1;
}

#content_outer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    /* siehe auch dark.css */
}

#content_inner {
    position: relative;
    margin: 0 auto;
    height: auto;
    z-index: 1;
    background: url(../images/content_shadow.png) top center no-repeat;
    padding: 10px 0 15px 0;
}

#breadcrumbs {
    position: relative;
    float: left;
    line-height: 24px;
    font-size: 11px;
    color: #777;
    width: 100%;
    border-bottom: 1px dashed #bababa;
    margin-bottom: 20px;
}

#breadcrumbs a {
    text-decoration: none;
    color: #999;
}

#jp_top_module_outer {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    height: auto;
}

#jp_top_module {
    margin: 0 auto;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    margin-top: 20px;
}

#container {
    margin: 0 auto;
    padding-top: 20px;
}

#content {
}

#content-inner {
    overflow: hidden;
}

#jp_bottom_outer {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    height: auto;
    height: 100%;
}

#jp_bottom {
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

#3 h3 {
    display: none;
}

#footer a:link, #footer a:visited {
    color: #fff;
}

#footer {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    color: #ccc;
    background: url(../images/footer_bg_bottom_107.png) repeat-x;
    height: 107px;
    font-size: 90%;
    text-align: center;
    /*border-top:1px dashed #555;*/
}

#simpleTooltip {
    padding: 7px;
    color: #999;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    width: auto;
    font-size: 90%;
    line-height: 120%;
}

.imgpadding {
    display: block;
    padding-right: 6px;
    padding-bottom: 2px;
}

.hidden {
    display: none
}