.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 */ 
}

#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:30px 0 30px 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:60px 0 20px 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;
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: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;
}

#footer h3{
display:none;
}

#footer a:link, #footer a:visited{
color:#999;
}
#footer{
position: relative;
bottom:0;
margin:0 auto;
padding:20px;
color:#ccc;
font-size:90%;
text-align:center;
border-top:1px dashed #555;
}


.imgpadding{
display:block;
padding-right:6px;
padding-bottom:2px;
}
.hidden{display:none}