
body  {
    background-position: top;
    font: 13px tahoma;
    background: #FFCBB9;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    background-image: url('../Images/BodyBg.jpg');
    background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
    width: 902px;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    background-image: url('../Images/Container.jpg');
    background-repeat: repeat-y;
}
.twoColFixLtHdr #header {
    background: #E4BAAC;
    padding: 0px 20px 0 21px;
    background-repeat: no-repeat;
    background-image: url('../Images/Header.png');
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
    float: left; 
    width: 200px;
    padding: 0px 1px 5px 1px;
    margin-left: 23px;
}
.twoColFixLtHdr #mainContent {
    margin: 0 0 0 200px;
    padding: 0 30px 0 20px;
}
.twoColFixLtHdr #footer {
    padding: 0 10px 0 30px;
    background: #FFFFFF;
    background-image: url('../Images/Footer.jpg');
    background-repeat: no-repeat;
    clear: both;
    height: 45px;
}
.twoColFixLtHdr #footer2
{
    padding: 15px 30px 0px 35px;
    background: #FFFFFF;
    background-image: url('../Images/Footer2.jpg');
    background-repeat: no-repeat;
    clear: both;
    height: 65px;
}
.twoColFixLtHdr #footer2  p {
   margin: 0;
   padding : 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p
{
    font-family: tahoma;
    font-size: 13px;
    color: #000000;
}
h1
{
    font-family: "trebuchet MS";
    font-size: 18px;
    color: #D72B00;
}
h2
{
    font-family: tahoma;
    font-size: 15px;
    color: #FF6600;
}
h3
        {
    font-family: tahoma;
    font-size: 13px;
    color: #333333;
}
a
{
    font-family: tahoma;
    font-size: 13px;
    color: #FF3300;
    text-decoration: none;
}
a:hover
        {
    font-family: tahoma;
    font-size: 13px;
    color: #CC3300;
    text-decoration: underline;
}
.level2 a
{
    font-family: tahoma;
    font-size: 13px;
    color: #990000;
    display: block;
    width: 175px;
    height: 30px;
    text-indent: 11px;
    line-height: 30px;
    font-weight: bold;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #FF3300;
}
.level2 a:hover
{
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 13px;
    text-decoration: none;
    background-color: #DD5800;
    font-weight: bold;
}
.level3 a
{
    width: 130px;
    display: block;
    height: 20px;
    background-color: #FFCBB9;
    font-family: tahoma;
    color: #C73400;
    font-size: 13px;
}
.Buton a
{
    height: 34px;
    width: 74px;
    display: block;
    font-family: "trebuchet MS";
    color: #F84D05;
    font-size: 15px;
    text-decoration: none;
    line-height: 34px;
    text-align: center;
    background-color: #FFCBB9;
    font-weight: bold;
}
.Buton a:hover
{
    height: 34px;
    width: 74px;
    background-color: #FF936F;
    color: #FFFFFF;
    font-family: "trebuchet MS";
    font-size: 15px;
    font-weight: bold;
}
.tableSidebarMeniu
{
    background-repeat: repeat-y;
    background-image: url('../Images/SidebarRepet.jpg');
    width: 197px;
    padding-left: 5px;
}
.tableHeader
{
    background-repeat: no-repeat;
    background-image: url('../Images/SidebarHead.jpg');
    height: 50px;
    width: 200px;
}
.sidebarFooter
{
    background-repeat: no-repeat;
    background-image: url('../Images/SidebarFooter.jpg');
    height: 50px;
}
#hu {
 background-image:url(/bg/hu.jpg);
}
#en {
 background-image:url(/bg/en.jpg);
}
#ro {
 background-image:url(/bg/ro.jpg);
}
#languages {
    background:transparent url(/images/lang.jpg) no-repeat scroll 0;
    float:left;
    height:68px;
    line-height:20px;
    margin-left:-70px;
    margin-top:40px;
    padding-bottom:5px;
    padding-left:5px;
    position:absolute;
    width:100px;
}
#navbar
        {
            height: 119px;
        }

/*tubnail zoom*/
#Login
{
    height: 45px;
    padding-top: 20px;
}
#facilitati
{
    background-image: url('../Images/Facilitati.jpg');
    background-repeat: no-repeat;
    height: 639px;
    padding-top: 10px;
    padding-left: 10px;
}

.thumbnail { position: relative; z-index: 0;}
.thumbnail:hover { background-color: transparent; z-index: 50; }
.thumbnail span {
    /*CSS for enlarged image*/ position: absolute;
    background-color: #FF855B;
    padding: 5px;
    left: -100px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/ border-width: 0; padding: 2px; }
.thumbnail:hover span { /*CSS for enlarged image on hover*/ visibility: visible; top: 10; left: -130px; /*position where enlarged image should offset horizontally */}
