html,body {
	background-color:#4F4F4F;
	height:100%;
	color:#FFFFFF;
}
body {
		behavior:url(/fileadmin/templates/csshover.htc);  
}
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:active, a:focus{outline: none;}
p {
	color:#FFFFFF;
	padding-bottom:10px;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:1px solid #604D3F;
	height:35px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clear {
 	clear:both;
	font-size:0;
	height:0;
}
.containerBoxx {
	width:1120px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0px auto;
	position:relative;
	background-image: url(images/backgroundIntroPage.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}
.containerBoxx  .container {
	background-image: url(images/backgroundContainerBoxx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#4F4F4F;
	background-attachment: scroll;
	height:854px;
	float:left;
}
.containerBoxx  .container .contentBox {
	width:354px;
	float:left;
	height:472px;
	float:left;
	padding-top:145px;	
        position:relative;
}
.containerBoxx  .container .content {
	height:400px;
	overflow:auto;
	padding-bottom:15px;
	padding-left:31px;
	padding-right:20px;
	width:302px;
}
.containerBoxx  .container .content p {
	font-size:13px;
	line-height:18px;
}
.containerBoxx  .container .content h1 {
	border:0px;
}
.logo {
	float:left;
	font-size:0;
	height:77px;
	padding-left:464px;
	padding-right:360px;
	padding-top:12px;
	width:275px;
}
/* Menu */
.menu {
	padding-top:15px;
	width:308px;
	padding-left:393px;
	padding-right:18px;
	float:left;
}
.menu ul {
	width:308px;
	text-align:center;
}
.menu ul li {	
	width:308px;
	list-style:none;
	padding:0;
	display:block;
	color:#FFFFFF;
	list-style:none;
}
.menu ul li a {
	display:block;
	color:#FFFFFF;
	font-size:18px;
	background-attachment: scroll;
	background-position:left bottom;
	background-repeat: no-repeat;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:25px;
	width:273px;
}
.menu ul li.level1 a {
	background-image: url(images/aLiInActIntro.jpg);
	font-weight:normal;
}
.menu ul li.level1 a:hover, .menu ul li.level1active a {
	background-image: url(images/aLiIntro.jpg);
}

.menu ul li.level1last a:hover, .menu ul li.level1lastactive a {
	background-image: url(images/aLiIntro.jpg);
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:25px;
	width:273px;
}
.menu ul li.level1last a{
	background-image: none;
}
.menu ul li.level1last {
	height:168px;
	background-attachment: scroll;
	background-image: url(images/aLiLastIntro.jpg);
	background-repeat: no-repeat;
	background-position: left 28px;
}

/* Footer */

.footerBox {
	height:147px;
	width:470px;
	padding:0 0px 0 650px;
	float:left;
}
.copyright {
	height:auto;
	width:300px;
	line-height:normal;
	height:43px;
	padding-left:0px;
	padding-right:0px;
	font-size:15px;
	font-weight:bold;
	margin-top:103px;
}
.copyright p {
	padding-top:7px;
	padding-bottom:0;
}
.copyright a {
	padding-left:21px;
}

.intro_languages{
	position:absolute;
	right:480px;
	top:450px;
	width:62px;
	height:26px;
	background-image: url(images/ro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
}
.intro_languages a{
	color:#000000;
	width:31px;
	height:26px;
	display:block;
	font-size:0;
	float:left;
	text-indent:-99999px;

}

.intro_languages a.ro_act,
.intro_languages a.ro:hover{
	background-image: url(images/ro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

.intro_languages a.en{
	background-image: url(images/ro.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
.intro_languages a.ro{
	background-image: url(images/en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

.intro_languages a.en_act,
.intro_languages a.en:hover{
	background-image: url(images/en.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
