/*
 * Title : ComptAccount
 * Author : Copyright 2006 Blue4You
 * URL : http://www.blue4you.be
 
 * Created : 22/02/2007
 *
 * color code :
 *   #04a7b6 -> blue/green
 *   #01787e -> dark blue/green
 */


/* WEBSITE LAYOUT
------------------------------------------------------------------------*/
html,body			{ margin:0; padding:0; height:100%;}
body				{ font:12px Arial, Helvetica, sans-serif !important; color:#555; background:#F6F6F6; text-align:center;}

table				{ width:100%; height:100%;}
#container			{ position:relative; width:658px; height:314px; margin:0 auto; text-align:left; background:url(../images/language/bg_splash.gif) no-repeat top left;}

/* HEADING
------------------------------------------------------------------------*/
#logo				{ width:312px; height:43px; margin:0 0 55px; padding:40px 0 0 40px; text-indent:-200em; background:url(../images/language/comptaccount_logo.gif) no-repeat bottom right;}
h2					{ display:none;}
#baseline_fr		{ margin:0 0 25px 40px; padding:0; width:184px; height:51px; background:url(../images/language/baseline_fr.gif) no-repeat bottom right; text-indent:-200em;}
#baseline_nl		{ margin:25px 0 0 40px; padding:0; width:195px; height:45px; background:url(../images/language/baseline_nl.gif) no-repeat bottom right; text-indent:-200em;}

#container ul		{ position:absolute; top:232px; left:441px; margin:0; padding:0;}
#container li		{ margin:0; padding:0; list-style:none; float:left;}
#container li a,#container li a:visited		{ display:block; height:32px; text-indent:-200em; text-decoration:none; overflow:hidden;}
#container li a:hover						{ background-position:0 -32px;}

a#fr				{ width:96px; background:url(../images/language/btn_fr.gif) no-repeat top left;}
a#nl				{ width:80px; background:url(../images/language/btn_nl.gif) no-repeat top left;}

/* LINK STYLE
------------------------------------------------------------------------*/
a:link, a:visited	{ text-decoration:underline; color:#04A8B7;}
a:hover				{ text-decoration:none;}