@charset "UTF-8";
/* Candino 2008 | David Darx © Horsform 2008 */



/****************************************************************************************************/
/*GENERAL*/
/****************************************************************************************************/

html, body, #candinoWebsite, #candinoWebsiteMinWidth{
	width:100%;
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#7c7b7b;
	font-family:Arial, Helvetica sans-serif;
	font-size:11px;
	line-height:13px;
}

a{
	text-decoration:none;
	color:#dd000c;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
a img{
	border:0px;
}
a:hover img{
	border:1px solid #000000;	
}












/****************************************************************************************************/
/*STRUCTURE*/
/****************************************************************************************************/
#candinoWebsite{
	min-width:955px;
	min-height:600px;
}
* html #candinoWebsiteMinWidth{
	border-left:955px;
	height: 600px;
}









#backgroundLeft{
	position:absolute;
	width:50%;
	height:108px;
	background-image:url(../images/page_left_background.jpg);
	background-repeat:repeat-x;
}
#backgroundRight{
	position:absolute;
	width:50%;
	left:50%;
	height:108px;
	background-image:url(../images/page_right_background.jpg);
	background-repeat:repeat-x;
}
#htmlWebsite{
	position:absolute;
	width:955px;
	height:525px;
	left:50%;
	margin-left:-477px;
	background-color:#ffffff;
	background-image:url(../images/content_background.jpg);
}
#logoCandino{
	position:absolute;
	width:147px;
	height:68px;
	margin:0px;
	padding:0px;
	left:622px;
	top:16px;
}



#contentBox{
	position:absolute;
	width:955px;
	top:110px;
}
#menuBox{
	float:left;
	width:168px;
	height:400px;
}
#menuContainer{
	width:150px;
	padding-top:22px;
	padding-right:10px;
	text-align:right;
}
#menuContainer h1{
	color:#000000;
	font-size:11px;
	font-weight:normal;
	margin:0px;
}
#menuContainer a{
	color:#7b7b7b;	
}
#menuContainer a:hover{
	color:#000000;	
}
#contentPart{
	float:left;
	width:620px;
}






#warningBoxContainer{
	float:left;
	width:571px;
	height:156px;
	padding-left:24px;
	padding-top:19px;
}
#warningBox{
	float:left;
	width:571px;
	height:156px;
	background-image:url(../images/warning_background.jpg);
	background-repeat:no-repeat;
}
#warningBoxSmall{
	float:left;
	width:571px;
	height:46px;
	background-image:url(../images/warning_background_small.jpg);
	background-repeat:no-repeat;
}

#warningIndication{
	float:left;
	padding-left:28px;
	padding-top:28px;
	padding-right:28px;
}
#warningItem{
	float:left;
	padding-left:28px;
	padding-top:10px;
}
#warningLinks{
	float:left;
	padding-left:20px;
	padding-top:10px;
}
.warningLink{
	margin-bottom:8px;
	line-height:13px;
}
.warningLinkIndication{
	font-size:10px;
	padding-left:5px;
}





#contentContainer{
	float:left;
	width:569px;
	padding-left:28px;
	padding-top:19px;
}
#contentContainer h2, #contentContainer h3{
	margin:0px;
	padding:0px;
}

.newsBox{
	margin-bottom:40px;	
}
.newsText{
	float:left;
	width:300px;
}
.newsImage{
	float:right;
	width:247px;
	height:126px;
	border:1px solid #999999;
}

#philosophyImage{
	border:1px solid #999999;
	float:left;
	margin-top:10px;
	margin-left:11px;
	margin-bottom:10px;
}
#philosophyTitle{
	clear:both;	
}
#philosophyCol1{
	float:left;
	width:246px;
	margin-top:20px;
}
#philosophyCol2{
	float:right;
	width:246px;
	margin-top:20px;
}
#philosophyCol1 img, #philosophyCol2 img{
	border:1px solid #999999;
	margin-bottom:10px;
	margin-top:10px;
}

.historyItemCol1{
	float:left;	
	width:248px;
	margin-bottom:30px;
}
.historyItemCol2{
	float:right;
	width:248px;
	margin-bottom:30px;
}
.historyItemCol1 h4, .historyItemCol2 h4{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.historyItemCol1 img, .historyItemCol2 img{
	border:1px solid #999999;
	margin-bottom:10px;
}
.historyItemTitle{
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.ambassadorItem{
	margin-bottom:30px;	
}
.ambassadorItem img{
	border:1px solid #999999;
	float:left;
	margin-top:10px;
	margin-left:11px;
	margin-bottom:10px;
}

#festinaGroupImage{
	float:left;
	margin-right:20px;
	margin-top:3px;
	margin-bottom:20px;
}
#festinaGroupImage img{
	border:1px solid #999999;
}
#festinaGroupText{
	float:left;
	width:350px;
	margin-bottom:20px;
}
.festinaGroupItem{
	margin-bottom:20px;	
}
.festinaGroupItem h4{
	margin:0px;
	padding:0px;
}
.festinaGroupItemImage{
	float:left;
	margin-top:3px;
	margin-right:20px;
}
.festinaGroupItemImage img{
	border:1px solid #999999;	
}
.festinaGroupItemText{
	float:left;
	width:250px;
}

.jobOpportunitiesItems{
	margin-bottom:30px;
}
.jobOpportunitiesItems h4{
	margin:0px;
	padding:0px;
}
.bold{
	font-weight:bold;	
}

.pressItem{
	float:left;
	width:150px;
	margin-right:30px;
	margin-bottom:30px;
}
.pressItem img{
	border:1px solid #999999;
	margin-bottom:10px;
}
.pressItem h4{
	margin:0px;
	padding:0px;
}

#languageBox{
	color:#000000;
}
.languageBoxSepare{
	color:#7b7b7b;	
}







#lightboxBackground{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background-image:url(../images/lightbox_background.png);
}
#lightboxContainer{
	position:absolute;
	top:50%;
	left:50%;
	width:750px;
	height:500px;
	margin-left:-375px;
	margin-top:-225px;
	background-color:#ffffff;
	border:1px solid #999999;
}
#lightboxIframe{
}










/****************************************************************************************************/
/*STYLES*/
/****************************************************************************************************/
.contentTitle{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.contentTitleUnderline{
	margin-top:2px;
}
.contentSubtitle{
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
.contentText{
	width:562px;
	padding-top:5px;
	margin-bottom:70px;
	line-height:16px;
}


.black{
	color:#000000;
}
.clearBox{
	clear:both;
}



