@charset "utf-8";
/* CSS Document */

#featured{ 
	position: relative; 
	width: 920px; 
	left: 0px; 
	top: 0px;
}

#featured ul.ui-tabs-nav { 
	position: absolute; 
	top: 270px; 
	left: 0px; 
	list-style: none;  
}

#featured ul.ui-tabs-nav li { 
	display: inline;
	float: left;
	margin-left: -10px;
}

#featured li.ui-tabs-nav-item a{ 
	background: url(../images/slider/tab.png) no-repeat 0px 6px;
	display: block;
	width: 122px;
	padding: 16px 0;
	text-align: center;	
	text-decoration: none;
	color: #f17700;
}

#featured li.ui-tabs-nav-item a h1{ 
	font-family: 'Overlock', cursive;
	font-size: 100%;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a { 
	background: url(../images/slider/tab-hover.png) no-repeat 0px 3px;
	width: 130px;
	z-index: 900;
	color: #ffffff;
}

#featured .ui-tabs-hide{ 
	display: none !important; 
}

/* Slogan und Bild */

#slogan {
	float: left;
	left: 0px;
	width: 415px;	
	margin: 30px 48px 0 10px;
}

#slogan h1 {
	color: #ffffff;
	font-family: 'Overlock', cursive;
	font-size: 100%;	
	font-style: italic;
	line-height: 22px;
	padding-bottom: 10px;
}

#slogan h2 {
	color: #ffffff;
	font-family: 'Overlock', cursive;
	font-size: 90%;	
	font-style: italic;
	line-height: 22px;
	padding-bottom: 10px;
}

#slogan p { 
	color: #ffffff;
	font-family: 'Overlock', cursive;
	font-size: 90%;
	font-style: italic;
	line-height: 22px;
	padding-bottom: 10px;
}

#slogan a { 
	color: #ffffff;
	font-family: 'Overlock', cursive;
	font-weight: bold;
	text-decoration: none;
}

.ui-tabs-panel {
	padding-top: 10px;	
}