/*standard elements*/

*
{
	margin: 0px;
	padding: 0;
}
A
{
	color: #963;
}
A:hover
{
	color: #C60;
}
BODY
{
	background: #ABBECA;
	color: #444;
	font: normal 62.5% Tahoma, sans-serif;
	margin-bottom: 10px;

}
P, CODE, UL
{
	padding-bottom: 1.2em;
}
LI
{
	list-style: none;
}
H1
{
	font: normal 1.8em Tahoma, sans-serif;
	margin-bottom: 4px;
}
H2
{
	font: normal 1.3em Tahoma, sans-serif;
	margin-bottom: 4px;
}
BLOCKQUOTE
{
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
H1, H2
{
	margin: 20px 0px;
}
H3
{
	padding-top: 6px;
	padding-bottom: 6px;
}
/*misc*/
.clearer
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
/*structure*/
.container
{
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 950px;
}
/*header*/
.top
{
	background: url(img/clouds.gif) repeat-x;
	padding: 15px 10px 0;
}
/*title*/
.header
{
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 950px;
}
.header .left, .header .right
{
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}
.header .left
{
	background: #A10000 url(img/home-alfamichel.gif) no-repeat;
	font: normal 1.8em "Trebuchet MS", sans-serif;
	text-align: left;
	width: 496px;
	height: 99px;
	padding: 50px 0 0 240px

}
.header .right
{
//	overflow: auto;
	width: 212px;
	background: #ffffff;
}
.header .right P, .header .right H2
{
	padding: 0 16px;
}
.header .right H2
{
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS", sans-serif;
}
/*navigation*/
.navigation
{
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation A
{
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation A:hover
{
	background-position: left bottom;
	color: #234;
}
/*main*/
.main
{
	border-top: 4px solid #FFF;
#	background: url(img/bgmain.gif) repeat-y;
}
/*sub navigation*/
.sidenav
{
	background: #D9E1E5;
	float: right;
	width: 335px;
}
.sidenav H1
{
	margin: 20px;

}
.sidenav H2
{
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;

}
.sidenav UL
{
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav LI
{
	border-bottom: 1px solid #EAEADA;
	margin: 0px;

}
.sidenav LI A
{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 15px 0 15px 20px;
	text-decoration: none;
	width: 95%;
}
.sidenav LI A:hover
{
	background: #636363;
	color: #F6F6F6;


}
/*content*/
.content
{
	float: left;
	margin: 0px 0;
	padding: 0 16px;
	width: 580px;
	background: #F6F6F6

}
.content .descr
{
	color: #664;
        background: #F0F0EB;
	font-size: 1.2em;
	margin-top: 0px;
        padding: 8px 0px 8px 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 685px;
}
.content .michel
{
	background: url(img/michel1.jpg) no-repeat;
        background-position: right bottom;
	margin: 10px 0;
        width: 520px;
        height: 443px;
}
.michel text {

	margin: 20px 0;
        //font-size: 1.2em;
}

.content P
{
	font-family: "Lucida Sans Unicode", sans-serif;
}
/*footer*/
.footer
{
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	heigt=100;

}
.footer A, .footer A:hover
{
	color: #fff;
	margin-left: 550px;
}

/*table*/
.table
{

	width: 485px;
	border-color:#E3E3E3; 
	border-width:1px; 
	border-style:solid; 
	padding: 0px;
	


}
.table h2 
{
	text-align: left;
}

.table tr
{
	height:25px;

}
.table .tr-dark
{
  background: #E3E3E3;

}
.table td
{
	width: 250px;
}


/*table*/
.table_parts
{

	width: 595px;
	border-color:#E3E3E3; 
	border-width:1px; 
	border-style:solid; 
	padding: 0px;
	


}
.table_parts td
{
	vertical-align:top;
}
.table_parts h2
{
	vertical-align:top;
	margin: 0px 0px 10px;
}

