*{
margin:0;
padding:0;
border:0;
}
a{
text-decoration:none;
}
li{
list-style:none;
}
body{
}
/*div*/
div#container{
margin:0 auto;
width:730px;
}
div#header{
float:left;
width:730px;
height:686px;
}
div#left{
float:left;
width:204px;
}
div#content{
float:left;
width:500px;
padding:20px 8px 0px 12px;
margin-left:6px;
}
div#footer{
float:left;
width:730px;
background:url(imagini/back_footer.png) left top repeat-x;
text-align:center;
padding-top:10px !important;
padding-top:8px;
margin:15px 0px;
}
/*meniu*/
div#menu{
float:left;
width:730px;
height:100px;
background:url(imagini/meniu/meniu.png) left top no-repeat;
padding:5px 0px;
}
div#menu a{
float:left;
width:100px;
height:100px;
font:normal 12px Arial, Helvetica, sans-serif;
text-indent:-2000px;
padding-right:5px;
cursor:pointer;
}
a:hover#dn{
background:url(imagini/meniu/dn1.png) left top no-repeat;
}
a:hover#n{
background:url(imagini/meniu/n1.png) left top no-repeat;
}
a:hover#m{
background:url(imagini/meniu/m1.png) left top no-repeat;
}
a:hover#s{
background:url(imagini/meniu/s1.png) left top no-repeat;
}
a:hover#r{
background:url(imagini/meniu/r1.png) left top no-repeat;
}
a:hover#bs{
background:url(imagini/meniu/bs1.png) left top no-repeat;
}
a:hover#c{
background:url(imagini/meniu/c1.png) left top no-repeat;
}
/*logo*/
div#logo{
float:left;
width:300px;
height:122px;
}
/*membri*/
div#membri{
float:right;
width:389px;
height:122px;
}
/*harta*/
div#harta{
float:left;
width:204px;
height:155px;
}
/*animatie*/
div#animatie{
float:right;
width:520px;
height:155px;
}
/*content*/
div#content h1{
font:normal 18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#007099;
margin-bottom:8px;
}
div#content h2{
font:bold 15px Arial, Helvetica, sans-serif;
color:#5B7A00;
margin-bottom:5px;
}
div#content p{
font:normal 12px Arial, Helvetica, sans-serif;
color:#333;
margin-bottom:5px;
}
/*caseta*/
div.caseta{
width:495px;
background-color:#F2F2F2;
padding:6px 7px 1px 6px;
margin:0px -8px 5px 0px;
}
div.caseta img{
float:left;
margin:0px 5px 5px 0px;
}
/*footer*/
div#footer a{
font:bold 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#666;
padding:3px 10px;
}
div#footer strong{
font-size:12px;
color:#007099;
}
div#footer p{
font:bold 11px Arial, Helvetica, sans-serif;
color:#666;
margin-top:15px;
}
/*float&other*/
.fl_l{
float:left;
}
.fl_r{
float:right;
}
.clear{
clear:both;
}