/* CSS Document */

/*
 * 100% height layout with header and footer using divs
 * 
 */
html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body{
	behavior: url(/website/dev/fileadmin/template/js/csshover.htc);  /* se folseste atunci cand avem nevoie sa transformam in IE6 LI:HOVER sa fie functional */	
}

html {
     overflow: -moz-scrollbars-vertical;
}
* {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"Trebuchet MS";
}

a {
	text-decoration:none;
	color:#CF0000
}

a:hover {
	text-decoration:underline;
}
a:active, a:focus{outline: none;}
.clear {
	clear:both;
	font-size:0;
	height:0;
}

div#mainContainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:527px;
	margin-top:50px;	
}
/*
***************************************************************************
* 
*/
/*
* styles for footer 
* 
*/
div#mainfooter {
	position:absolute;
	width:905px;
	bottom:0; /* stick to bottom */
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:37px;
}





/****    ESCAPE FOR SAFARI   ******/


.test{
	margin:10px; /***  for other browsers  */
}
.test{
	#margin:10px;  /***  safari don't see this css line , but it works for other browsers  ***/
}

