/* 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;
    }
}

.tx-ccmedien-pi6{
	position:relative;
	float:left;
	width:215px;
	margin-top:13px;
}
/* Skin */
#tabs .ui-tabs-nav, #tabs .ui-tabs-panel {
   
}
#tabs .ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
#tabs .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabs .ui-tabs-nav li {
    float: left;
    font-weight: bold;
	list-style-image:none;
	padding:5px;
	height:16px;
	background-color:#E4E4E4;
	width:143px;
	border-bottom: solid 1px #979C9E;
}
#tabs .ui-tabs-nav li.ui-tabs-selected{
	background-color:#EFEFEF;
	border-left: solid 1px #979C9E;
	border-right: solid 1px #979C9E;
	border-top: solid 1px #979C9E;
	padding-left:5px;
	height:15px;
	width:50px;
	border-bottom: solid 1px #E4E4E4;
}
#tabs.ui-tabs-nav a, #tabs .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(i/tabs.png) no-repeat;
}
#tabs .ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
#tabs .ui-tabs-nav a:link, #tabs .ui-tabs-nav a:visited {
    color: #648E00;
}
#tabs .ui-tabs-nav a:hover{
	color:#4E4E4E;
}
#tabs .ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
#tabs .ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
#tabs .ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
#tabs .ui-tabs-nav .ui-tabs-selected a:link, #tabs .ui-tabs-nav .ui-tabs-selected a:visited,
#tabs .ui-tabs-nav .ui-tabs-disabled a:link, #tabs .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	color:#4E4E4E;
}
#tabs .ui-tabs-nav a:hover, #tabs .ui-tabs-nav a:focus, #tabs .ui-tabs-nav a:active,
#tabs .ui-tabs-nav .ui-tabs-unselect a:hover,#tabs  .ui-tabs-nav .ui-tabs-unselect a:focus,#tabs  .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
#tabs .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
#tabs .ui-tabs-nav .ui-tabs-disabled a:link, #tabs .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
#tabs .ui-tabs-panel {
    border-left: 1px solid #979C9E;
	 border-right: 1px solid #979C9E;
	  border-bottom: 1px solid #979C9E;
	padding-right: 10px;
	padding-left: 10px;
	min-height:50px;
	_height:50px;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html #tabs .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;
}




p.datum{
	padding-top:10px;
}
p.titel{
	font-weight:bold;
}
p.link{
	text-align:right;
	margin-right:-10px;
}
p.linie{
	border-bottom: dashed 1px #ffffff;
	margin-left:-10px;
	width:213px;
	_width:203px;
	padding:0px;
	_margin-top:-13px;
	
}
