/* 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 */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
}

.ui-tabs-panel {
	background:url(../../img/bg-tabs.png) no-repeat;
	height:250px;
	margin:0 0 0 -7px;
}

.ui-tabs-nav, .ui-tabs-nav li{
    list-style: none;
    margin: 0;
}

.ui-tabs-nav li{
	background:url(../../img/arrow_big.png) no-repeat 0 0;
	padding:11px 0 10px 10px;
	line-height:1em;
	font-size:1.4em;
}

.ui-tabs-nav li:hover, .ui-tabs-nav .ui-tabs-selected{
	background:url(../../img/arrow_right_big.png) no-repeat 100% 100%;
}

#tabs .subcl{
	padding:0;
	}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
}

.ui-tabs-nav a span {
    font-size:0.7em;
	color:#777777;
}

.ui-tabs-nav a span {
    font-size:0.7em;
	color:#777777;
}

.ui-tabs-nav a {
    color: #0D2D70;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav a:hover {
    color: #0D2D70;
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #DE0A39;
}

.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-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* 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;
}

#tabs{
	height:250px;
	margin:15px 0 0 17px;
	overflow:hidden;
	}
	
.tabtext {
	padding:26px 0 0 117px;
	}

.tabtext p{
	font-size:1.2em;
	line-height:1.3em;
	margin:8px 0 0 57px;
	}
	
.tabimage{
	margin:0 0 0 13px;
	}
	
.tabimage .linklist {
	margin:21px 0 0 7px;
	line-height:1.5em;
	}

.button_tabs
	{
	background-color:#DE0A39;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding:5px;
	margin:20px 0 0 225px;
	width:115px;
	}
	
#fragment-2 .button_tabs
	{
	width:150px;
	}
	
#fragment-3 .button_tabs
	{
	width:75px;
	}
	
#fragment-4 .button_tabs
	{
	width:80px;
	}

.button_tabs a, .button_tabd a:hover{
	color:#ffffff;
	}
	
.startseite #tabs h1{
	background:none;
	margin:0;
	padding:0;
	height:auto;
	font-size:2.5em;
	}
	
.startseite #tabs h2{
	font-size:1.5em;
	color:#000000;
	margin:5px 0 0 58px;
	}
