body{
margin:0;
padding:0;
background:#ffffff url('consultanta/consultanta_bg.jpg');
background-repeat: repeat-x;
position: relative;
height: 96px;
font-family:tahoma;
font-size:12px;
color: #09729D;
}

a:link {color: #000000; font-family: tahoma; font-size: 12px; text-decoration: none; font-weight: bold; }
a:visited {color: #000000; font-family: tahoma; font-size: 12px; text-decoration: none; font-weight: bold;}
a:active {color: ##003333; font-family: tahoma; font-size: 12px; text-decoration: none; font-weight: bold;}
a:hover {color: #003333; font-family: tahoma; font-size: 12px; text-decoration: underline overline;; font-weight: bold;}	

img.membrii
{
border:2px solid #09729D;
}

img.mijloc
{
margin: 0 auto;
display: block;
}

p.titlu {
font-family:tahoma;
font-size: 12px;
padding:5px;
text-decoration:none;
font-weight:bold;
text-align: center;
width: 80%;
}

p.text
{
font-family:tahoma;
font-size: 12px;
padding:5px;
text-decoration:none;
font-weight:none;
text-align: center;
width: 80%;
}

p.stanga
{
text-align: left;	
}

table
{
margin: 0 auto;
padding-left:0px;
padding-right:0px;
padding-top:0px;
border: 3px ridge #09729D;
width: 95%;
}

th
{
border: 1px solid #09729D;
font-weight: bold;	
}

td
{
border: 1px solid #09729D;	
}


p.motto
{
padding:0;
margin: 0px;
font-size: 13px;
color: #0CAFF0;
font-weight: bold;	
text-align: center;
}

#pozestart
{ float: right;
  text-align: center;
  padding: 15px;
}

#pozediv
{
margin: 0;
display: block;
width: 70%;
}


#header
{
background: url(consultanta/consultanta_head3.jpg) top right no-repeat;
margin: 0;
padding: 0;
height: 96px;
}

#imag
{
margin-left: 5px;
background:url(consultanta/consultanta_head1.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#continut
{   float: right;
	text-align: center;
	margin-right:0 auto;
	margin-left: 0 auto;
	width: 150%;
	height: 100%;
}

#mijloc
{   background:url(consultanta/consultanta_bgmij.jpg);
    background-repeat:no-repeat;
    bottom:0;
    float: right;
    height: 500px; 
    width: 60%;
}

#mijloc2
{   
    float: right;
    height: 500px; 
    width: 50%;
}

/* meniu */

ul#menu, ul#menu ul {
  list-style-type:none;
  margin-top: 5;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  width: 22em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #439DC2;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #09729D;
}

ul#menu li ul li a {
  background: #B5D4E1;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #A6D7EA;
  border-left: 5px #439DC2 solid;
  padding-left: 15px;
}

