.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;
margin:0 auto;
z-index:1;
width:100%;
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */ 
height:100%; /* Mindesthöhe für den IE */ 
overflow: hidden !important; /* FF Scroll-leiste */ 
}

#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:0 0 0 0;
}

#top{
position:absolute;
right:0;
top:0px;
height:auto;
z-index:4;
padding-bottom:8px;
}
#banner{
right: 250px;
position:absolute;
float:left;
height:auto;
z-index:3;
}
#suckerfish{
position:absolute;
margin:0 auto;
height:34px;
right: -1px;
top: 106px;
z-index:1;
}

#slideshow{
position:relative;
margin:0 auto;
height:auto;
z-index:0;
}
#content_outer{
position:relative;
margin:0 auto;
width:100%;
z-index:1;
border-top:1px solid #FFF;
}
#content_inner{
position:relative;
margin:0 auto;
height:auto;
z-index:1;
background:url(../images/content_shadow.png) top center no-repeat;
padding:20px 0 40px 0;
}

#breadcrumbs{
position:relative;
float:left;
line-height:24px;
font-size:12px;
color:#777;
width:100%;
border-bottom:1px solid #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;
width:1200px;
}
#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;
}

#footer h3{
display:none;
}

#footer a:link, #footer a:visited{
color:#999;
}
#footer{
position: relative;
bottom:0;
margin:0 auto;
padding:10px;
color:#ccc;
font-size:90%;
text-align:center;
border-top:1px dashed #555;
}

#simpleTooltip { 
padding: 7px;
color: #999;
padding:4px; 
background:#fff;
border:1px solid #ccc;
max-width:200px; 
font-size:90%;
line-height:120%;
}

.imgpadding{
display:block;
padding-right:6px;
padding-bottom:2px;
}
.hidden{display:none}