@charset "UTF-8";
/* CSS Document */

/* Sliderbox */
#featured { 
	width: 685px; 
	padding-right: 0px; 
	position: relative; 
	border: 1px solid #ec6f08; 
	height: 435px; 
    overflow:hidden; }

/* Feld der Navi rechts */
ul.ui-tabs-nav { 
	position: absolute; 
	top: 0; left: 400px; 
	list-style: none; 
	padding: 0; margin: 0; 
	width: 5px; height: 250px;
	overflow: hidden;}

/* Überschriften im Menu rechts */
li.ui-tabs-nav-item h3 {
        font-size: 14px;
        margin: 3px 0px 3px 0px; }


/* verlinkter Text im Menu rechts */
li.ui-tabs-nav-item a { 
        padding: 3px 5px 3px 10px;
        display: block;
	height: 56px; 
        text-decoration: none;
	color: #333;  
        font-size: 11px;
        outline: none;
       /* border-bottom: 1px solid #c9c9c9; */
	   }

/* Hover Menu rechts */
li.ui-tabs-nav-item a:hover { 
        display: block;
	/* background: #202020; */
        color: #FFFFFF; }

/* Auto-Hover rechts */
li.ui-tabs-selected a { 
	/* background: #202020; */
        color: #FFFFFF; }


/* Feld für Bilder */
.ui-tabs-panel { 
	width: 685px; 
        height: 435px; 
        border-right: 1px solid #FFFFFF;
	background: #999; 
        position: relative; }

/* das Feld für Text auf Bild */
.ui-tabs-panel .text { 
	position: absolute; 
	bottom:0; left:0; 
	height: 70px; 
	background-color: #202020;
        opacity: 0.7;  }

/* Ueberschrift auf Bild */
.text h2 { 
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
        padding: 5px; 
        margin: 5px; 
        font-weight: normal;
	overflow: hidden; }


/* Text im Bild */
.text p { 
	margin:0 10px; 
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif; 
	line-height: 14px; 
     color: #f0f0f0; }

/* Link im Bild */
.text a { 
	text-decoration: none; 
	color: #ec6f08;
        font-size: 14px; }

/* Hoverlink im Bild */
.text a:hover {
        color: #8fd400;
        text-decoration: underline; }

.ui-tabs-hide{display:none; }