/* --- Styles for Carrousel--- */

/* --- MainPanel --- */

.MainPanel {
/* 	x-rule:true; */
	z-index:1;
}


.MainPanel p {	
	margin:0 0 12px 0;
}

.PStandard { 
/* 	x-rule:true; */
/* 	x-max-float-image-width: ; */ 
}

	
/* --- MainPanel END --- */


/* --- HEADLINES --- */


.PStandard h3 {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#49494b;
	margin:0 0 4px 0;
	/* LATER: New, any problems here? */
	padding: 8px 0 8px 0;
}
	
.PStandard h3 p {
	color:#49494b;
	margin:0;
	padding:0;
}


/* --- Reference  --- */
ul.ReferenceList {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none
}
	
ul.ReferenceList li { 
	margin: 0 0 1px 0;
	background-image: none;
	padding: 0;
	clear: left
 }
	
ul.ReferenceList li a { 
	padding: 0 0 0 23px;
	background-image: url(images/arrow.png); 
	background-repeat: no-repeat; 
	background-position: 0 2px; 
	color: #ef7813;
	text-decoration: none;
	font-weight: bold;
	margin: auto;
	display: block;
}

ul.ReferenceList li a:hover {
	text-decoration: underline;
}


/* --- References  end --- */



/* --- CarrouselPanel start--- */

/* Horizontal Tab Container */

.CarrouselPanel {
	width: 950px;
	height: 400px;
	position: relative;
	/* border: 2px solid #fff; */
	padding: 0;
	overflow: hidden; /*workaround for ie6 */
	margin: 0 0 0 0;
}

.CarrouselPanel .selected {
	display: block;
}

.CarrouselPanel .notSelected {
	display: none;
}

.CarrouselPanel .LayoutContainerElement {
	position: absolute;
	top:0;
	left:0;
	width: 950px;
	height: 400px;
}

.MainPanel .CarrouselPanel .PStandard {
	position: absolute;
	bottom: 90px;
	right: 20px;
	width: 320px;
	padding: 16px 20px 0;
	background-image: url(images/startpage-text-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.MainPanel .CarrouselPanel .PStandard h3 {
	
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	padding: 0;
	font-family: Verdana,sans-serif;
	/* font-family: 'Open Sans', Arial,Helvetica,Verdana,sans-serif; */
}

.MainPanel .CarrouselPanel .PStandard h4 {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	color: #fff;
}

.MainPanel .CarrouselPanel .PStandard p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	font-family: Verdana, Arial;
	font-weight: 800;
}

.MainPanel .CarrouselPanel .referenceItem {
	background-image: none;
}

.MainPanel .CarrouselPanel .referenceItem a {
	display: block;
	width: 330px;
	font-size: 17px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 19px;
	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position:  0px;
	background-color: transparent;
	line-height: 20px;
	color: #fff;
	margin-bottom: 3px;
}

.CarrouselPanel .Tabs {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 950px;
	height: 35px;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(images/startpagebottom.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.CarrouselPanel .Tabs ul {
	background-image: none;
	position: relative;
	float: left;
	padding: 8px 0 0 25px;
	width: auto;
	height: 28px;
	background-color: transparent;
}

.CarrouselPanel .Tabs li {
	float: left;
	display: block;
	width: 22px;
	height: 21px;
	margin-right: 5px;
	position: relative;
}

.CarrouselPanel .Tabs li a {
	display: block;
	width: 22px;
	height: 21px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	background-image: url(images/startpage-button.gif);
	color: #66686b;
	position: relative;
	text-decoration: none;
}

.CarrouselPanel .Tabs li.selected a {
	background-image: url(images/startpage-button-active.gif);
	color: #fff;
}

.CarrouselPanel .Tabs span {
	float: left;
	line-height: 36px;
	margin-left: 19px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
}

.CarrouselPanel .referenceItem {
	display: block;
	background-image: url(images/startpage-button-active.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}


/* --- Carrouselpanel End --- */

