 /*
 /	INDEX 
*/
.index_center {
	background-color: #FFF;
}

.index_header {
	height: 67px;
	padding: 5px;
}

.index_flag {
	float: right;
}

.index_slogan {
	float: right;
	clear: both;
}

.index_menu {	
	float: left;
}

.index_intro {	
	float: right;
	width: 560px;
}

.index_newsletter {
	clear: left;
}

.index_section {
	padding: 10px;
}

.index_menu_bg {
	background-image: url('../img/menu-background.png');
	background-repeat: repeat-x;
	height: 108px;
}

.index_slide {
	background-image: url('../img/slide-background.png');
	background-repeat: repeat-x;
	height: 125px;
}

.index_box {
}

.index_agenda_box {
	float: left;
	margin: 5px 7px 0px 0px;
}

.index_news_box {
	float: left;
	margin: 5px 7px 0px 0px;
}

.index_reference_box {
	float: left;
	margin: 5px 0px 0px 0px;
}

.index_contact_box {
	background-image: url('../img/contact-box-background.png');
	background-repeat: repeat-x;
	height: 30px;
	margin: 5px 0px 0px 0px;
}

.index_clear {
	clear : both;
}
