/*----------------------------------------------------------------------------*/
/* Main Page Structure														  */
/*----------------------------------------------------------------------------*/

#navigation
	{
	width: 160px;
	}

#main_wrapper
	{
	margin-left: 160px;
	margin-top: 20px;
	}


/*----------------------------------------------------------------------------*/
/* colors, backgrounds, borders, link indication                              */
/*----------------------------------------------------------------------------*/

body
	{
	color: #EB0000;
	background: #FF7000 url(images/background_home_right.gif) top right repeat-y;
	}
/*	background: #F59B63 url(images/background_home_right.gif) top right repeat-y;*/

#navigation
{
	padding-top: 20px;
	background-image: url(images/image_home.jpg);
	background-color: #EB0000;
	background-repeat: no-repeat;
	background-position: left top;
}

#main_wrapper
	{
	}

#main h1 
	{
	color: white;
	background: #EB0000;
	}

#main p
	{
	color: white;
	font-size: 14px;
	line-height: 110%;
	}

#main a
	{
	color: white;
	text-decoration: underline;
	}

#main a:hover
	{
	color: white;
	}

#right
	{
	color: white;
	height: auto;
	}

#right a
	{
	color: white;
	text-decoration: underline;
	}

#right a:hover
	{
	color: white;
	}

#right a.active
	{
	color: #EB0000;
	background: #FF7000;
	}

#right h1 
	{
	color: #EB0000;
	background: white;
	}
	
#right h1 a
	{
	color: white;
	}

#right h1 a:hover
	{
	color: white;
	}

#right h2
	{
	color: #EB0000;
	background: white;
	}


/*----------------------------------------------------------------------------*/
/* box properties (excl. borders), pos, alig, list types, text-indent         */
/*----------------------------------------------------------------------------*/

#right h2
	{
	margin-top: 16px;
	}

#right
	{
	}

#right #lamali_infos
	{
	margin-bottom: 20px;
	}
	
#right #lamali_infos .logo
	{
	margin-bottom: 4px;
	margin-left: 7px;
	}

#right #lamali_infos .telephone,
#right #lamali_infos .email
	{
	padding-left: 18px;
	color: white;
	}

#right #lamali_infos .email a
	{
	color: white;
	}



div.form_submit
	{
	position: relative;
	margin-right: 10px;
	border-top: 1px solid white;
	background: white;
	}
	
div.form_submit span.right2_button,
div.form_submit span.right_button
	{
	display: block;
	position: absolute;
	right: 0;
	background: white;
	padding: 4px 7px 6px 7px;
	}

div.form_submit span.right2_button
	{
	right: 120px;
	}
	
div.form_submit span.left2_button,
div.form_submit span.left_button
	{
	display: block;
	position: absolute;
	background: white;
	padding: 4px 7px 6px 7px;
	}

div.form_submit span.left_button
	{
	left: 7px;
	}
div.form_submit span.left2_button
	{
	left: 120px;
	}

#right div.form_submit a
	{
	color: #EB0000;
	font-weight: bold;
	text-align: center;
	}
	
#right div.form_submit a:hover
	{
	color: #EB0000;
	}

#right div.form_submit span:hover
	{
	background: #FF7000;
	}

#right div.form_submit span:hover a
	{
	color: #EB0000;
	}
	
input
	{
	color: #EB0000;
	}

#main
	{
	}
	
#main p 
	{
	color: white;
	background: #FF7000;
	}
	
#main table 
	{
	width: 540px;
	color: white;
	background: #FF7000;
	margin: 0 0 10px 0;
	}

#main table td
	{
	font-size: 12px;
	width: 180px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #EB0000;
	}

#main table td.sans_filet
	{
	border: none;
	}


