.clear {
    clear: both;
}

#tabcontainer {
    width: 770px;
    height: 210px;max-height:210px;
    border: 1px solid #D8DADC;
    padding: 3px 4px;
    margin: 10px 0 0 0;
    overflow: hidden;
}


.innertab_left {
    width: 269px;
    float: left;
    margin: 6px 0 0 21px;
    padding: 0;
    display:inline;max-height:100px;
}

.innertab_right {
    width: 269px;
    float: left;
    margin: 6px 0 0 39px;
    padding: 0;
    display:inline;max-height:100px;
}

.innertab_left p,.innertab_right p  {max-height:100px;} 

#tab-panel {
    clear: both;
    background: #fff url(bg-panel.jpg) top left no-repeat;
max-height:175px;
}

#tab-panel p {
    margin: 15px 0 0 0;
    padding: 0 0 0 17px;
    background: url(tabs-panel-p.gif) no-repeat;
    background-position: 0px 2px;
}

#tab-panel p a {
    color: #002BB8;
    font-weight: normal;
    outline: none;
    text-decoration: none;
}

#tab-panel p a:hover {
   text-decoration:underline;
}

#tab-panel p a:visited {
    color: #00386e;
}




@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {

}
#tabcontainer ul {
    list-style: none;
    margin: 0;
    padding: 0;max-height:175px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    /* content: " "; */
}
#tabcontainer ul li {
    float: left;
    margin: 0;max-height:175px;
}
#tabcontainer ul li a, #tabcontainer ul li a span {
    display: block;
    width: 154px;
    height: 35px;
    float: left; /* fixes dir=ltr problem and other quirks IE */
        padding: 0;
        background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
        white-space: nowrap; /* @ IE 6 */
        outline: 0; /* @ Firefox, prevent dotted border after click */
    /* background: url(i/tabs.png) no-repeat; */
    text-indent: -999em;
}

#tabcontainer ul li a:hover,
.ui-tabs-nav .ui-tabs-selected a {
    background-position: right top ! important;
}

.ui-tabs-nav a span {

}
.ui-tabs-nav .ui-tabs-selected a span {

}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    background-position: right top;
    background-repeat: no-repeat;
    height: 175px;max-height:175px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
} 


/* Zusatz für 2 Tabs */

.tabs2 .innertab_left {
	width: 330px;
	margin: 10px 0 0 21px;
}

.tabs2 .innertab_right {
	width: 330px;
	margin: 10px 0 0 51px;
}

/*.tabs2 #tab-panel {
	url(bg-panel-2tabs.png) top left no-repeat;
}*/

#tabcontainer.tabs2 ul li a, #tabcontainer.tabs2 ul li a span {
	width: 385px;
}
