/* Caution! Ensure accessibility in print and other media types... */
@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 */
#container-4 { /* the whole container with all elements of the tabbed section */
margin: 7px 0 7px 0 ;
width:421px;
float:left;
}
h3 {line-height:14px; font-size:14px;margin:4px;}
.ui-tabs-panel img, .ui-tabs-panel1 img, .ui-tabs-panel2 img, .ui-tabs-panel3 img, .ui-tabs-panel4 img, .ui-tabs-panel5 img{
margin-right:10px;
height:120px;
}

a.link{
background:url(../images/icon_link_pfeil_grau.gif) no-repeat right  #ffffff; 
width:260px;
height:2px;
color:#6a6a6a;
font-weight:bold;
padding-right:20px;
line-height:32px;
font-size:11px;

}
.ui-tabs-panel .shortdescr, .ui-tabs-panel1 .shortdescr, .ui-tabs-panel2 .shortdescr, .ui-tabs-panel3 .shortdescr, .ui-tabs-panel4 .shortdescr, .ui-tabs-panel5 .shortdescr{
display:block;
height:50px;
overflow:hidden;
line-height:12px;
font-size:11px;
}
.ui-tabs-panel, .ui-tabs-panel1, .ui-tabs-panel2, .ui-tabs-panel3, .ui-tabs-panel4, .ui-tabs-panel5 { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width:421px;
	float:left;
	padding:5px 0px;
	border-left: 0px solid #ccc;
	border-right: 0px solid #999;
	background: #ffffff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*content border*/
.ui-tabs-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	border-top: 0px solid #1c5ca8;
	border-bottom: 1px solid #1c5ca8;
}

.ui-tabs-panel1 { /* the main content-section of the tabbed area NOT the tabs themselfes */
	border-top: 3px solid #c80000;
	border-bottom: 3px solid #c80000;
}
.ui-tabs-panel2 { /* the main content-section of the tabbed area NOT the tabs themselfes */
	border-top: 3px solid #fb962a;
	border-bottom: 3px solid #fb962a;
}
.ui-tabs-panel3 { /* the main content-section of the tabbed area NOT the tabs themselfes */
	border-top: 3px solid #98b23c;
	border-bottom: 3px solid #98b23c;
}
.ui-tabs-panel4 { /* the main content-section of the tabbed area NOT the tabs themselfes */
	border-top: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
}
.ui-tabs-panel5 { /* the main content-section of the tabbed area NOT the tabs themselfes */
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}


.anreiser{
font-weight:bold;
color:#6a6a6a;
}
.ui-tabs-panel .anreiser{
color:#6a6a6a;
}
.ui-tabs-panel1 .anreiser{
color:#c80000;
}
.ui-tabs-panel2 .anreiser{
color:#fb962a;
}
.ui-tabs-panel3 .anreiser{
color:#98b23c;
}
.ui-tabs-panel4 .anreiser{
color:#aaaaaa;
}
.ui-tabs-panel5 .anreiser{
color:#000000;
}





.ui-tabs-nav { /* the whole area of the tabs navigation above the tabbed-content */
    list-style:none;
    margin:0px;
    padding:0px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin:0 1px 0 0;
    min-width: 45px; /* be nice to Opera */
}
.ui-tabs-nav .ui-tabs, .ui-tabs-nav .ui-tabs1, .ui-tabs-nav .ui-tabs2, .ui-tabs-nav .ui-tabs3, .ui-tabs-nav .ui-tabs4, .ui-tabs-nav .ui-tabs5 {
    display:block;
    padding:2px 5px;
    background:#eaeaea;
	margin:1px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	position: relative;
    top:0px;
    z-index:2;
    color: #000;
    font-weight:normal;
    line-height:20px;
    text-align:center;
    text-decoration:none;
	white-space:nowrap; /* required in IE 6 */    
    outline:0; /* prevent dotted border in Firefox */
	font-size:12px;
}

/*tab border*/
.ui-tabs-nav .ui-tabs {
border-top:1px solid #1d5ca9;
}
.ui-tabs-nav .ui-tabs1 {
border-top:1px solid #c80000;
}
.ui-tabs-nav .ui-tabs2 {
border-top:1px solid #fb962a;
}
.ui-tabs-nav .ui-tabs3 {
border-top:1px solid #98b23c;
}
.ui-tabs-nav .ui-tabs4 {
border-top:1px solid #aaaaaa;
}
.ui-tabs-nav .ui-tabs5 {
border-top:1px solid #000000;
}


/*tab_hover*/
.ui-tabs-nav .ui-tabs:hover { /* hereŭs to define the hover effect of the tabs */
background-color:#1d5ca9;color:#FFFFFF;
}
.ui-tabs-nav .ui-tabs1:hover { /* hereŭs to define the hover effect of the tabs */
background-color:#c80000;color:#FFFFFF;
}
.ui-tabs-nav .ui-tabs2:hover { /* hereŭs to define the hover effect of the tabs */
background-color:#fb962a;color:#FFFFFF;
}
.ui-tabs-nav .ui-tabs3:hover { /* hereŭs to define the hover effect of the tabs */
background-color:#98b23c;color:#FFFFFF;
}
.ui-tabs-nav .ui-tabs4:hover { /* hereŭs to define the hover effect of the tabs */
background-color:#aaaaaa;color:#FFFFFF;
}
.ui-tabs-nav .ui-tabs5:hover { /* hereŭs to define the hover effect of the tabs */
background-color:#000000;color:#FFFFFF;
}


/*tab_selectet*/
.ui-tabs-selected .ui-tabs { /* the effects of the currently selected tab */
background-color:#1d5ca9;color:#FFFFFF;
}

.ui-tabs-selected .ui-tabs1 { /* the effects of the currently selected tab */
background-color:#c80000;color:#FFFFFF;
}

.ui-tabs-selected .ui-tabs2 { /* the effects of the currently selected tab */
background-color:#fb962a;color:#FFFFFF;
}
.ui-tabs-selected .ui-tabs3 { /* the effects of the currently selected tab */
background-color:#98b23c;color:#FFFFFF;
}
.ui-tabs-selected .ui-tabs4 { /* the effects of the currently selected tab */
background-color:#aaaaaa;color:#FFFFFF;
}
.ui-tabs-selected .ui-tabs5 { /* the effects of the currently selected tab */
background-color:#000000;color:#FFFFFF;
}



.ui-tabs-nav .ui-tabs-selected .ui-tabs, 
.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active {
    background-position: 100% -150px;
}

.ui-tabs-nav .ui-tabs, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active {
    background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active,
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer; 
	background-color:#1c5ca8;
	color:#fff;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

/* 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  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-tabs-panel img {
float:left;
}

