	body {
		background-color:#fffff;
		font: normal 70%/1em "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		color:#464646;
		line-height:15px;
		margin:0px;
	}
	.tbody{
		min-height:400px;
		overflow:auto;
		overflow-x:hidden;
		width:950px;
		border:0px;
		margin:0px;
	}
	a:link{
		color:#F08800;
		text-decoration:none;
	}
	a:hover{
		color:#F08800;
		text-decoration:underline;
	}
	a:visited{
		color:#F08800;
		text-decoration:none;
	}
	#global{
		height:1030px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		width:1030px;
	}
	#banner{
		background:#ffffff;
		background-repeat:no-repeat;
		background-position:center;
		margin-top:5px;
		border: 1px solid #CCCCCC;
		width:1030px;		
		min-height:330px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top:5px;
		
	}
	#central_part{
		 margin-top:10px;
		 border-bottom: 1px solid #CCCCCC;
		 border-left: 1px solid #CCCCCC;
		 border-right: 1px solid #CCCCCC;
		 width:1000px;
		 padding:15px;
		 min-height:300px;
		 margin-left: auto;
		 margin-right: auto;
		 text-align: left;
		 clear:inherit;
	}
	
	#content_left{
		 border-right: 1px solid #CCCCCC;
		 width:602px;
		 height:450px;
		 min-height:300px;
		 padding-right:15px;
		 padding-top:15px;
		 float:left;
		 clear:left;
	}
	#content_right{
		padding-top:15px;
		width:350px;
		float:right;
		clear:right;
	}
	Input.text{
		height:12px;
	}
	select, option {
		height:20px;
	}
	
	#header_content{
		width:1030px;
		text-align:left;
		margin-top:10px;
	}
	#logo_img{
		width:170px;
		background:#fff;
		min-height:50px;

		background-image:url(http://www.connelly.ch/cmsFiles/images/connelly_logo.gif);
		background-repeat:no-repeat;
		background-position:center;
		float:left;
	}
	#logo_centering{
		margin-top:0px;
		float:left
	}
	#copyright{
		width:1030px;
		text-align:right;
		font-size:12px;
	}
	#lang{
		float:right;
		width:56px;
		margin-top:35px;
		clear:right;
	}
	#lng_fr{
		
		border: 1px solid #CCCCCC;
		background-image:url(http://www.connelly.ch/cmsFiles/images/de_on.gif);
		background-repeat:no-repeat;
		width:23px;
		height:18px;
		float:left;
	}
	#lng_en{
		
		border: 1px solid #CCCCCC;
		background-image:url(http://www.connelly.ch/cmsFiles/images/fr_on.gif);
		background-repeat:no-repeat;
		width:23px;
		height:18px;
		float:right;
	}

