@charset "UTF-8";
/* CSS Document */


body {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #eeeeee;
text-align: center;
margin: 0px;
line-height: 1.9em;
}

#indexBody {
margin-left: 30px;
}

.indexImg {
margin: 0px 3px 3px 0px;
}

img {
border:0px;
}

a {text-decoration:none;color:#007240;}
a:hover {color: #CE6700;}

.wdd {
text-decoration:none;
color:#ffffff;
font-style: italic;
}

#wrapper {
text-align: left;
width: 960px;
margin-right: auto;
margin-left: auto;
position:relative;
padding-bottom: 10px;
}

#logo {
background-image:url(images/logo.jpg);
height:160px;
width: 225px;
float:right;
}

#top {
background-image: url(images/top.jpg);
height:60px;
width: 725px;
float: right;
}

#navBar {
height:40px;
width: 600px;
margin:20px 0px 0px 125px;
}

#navBar a{
text-decoration:none;
color:#999999;
}

#navBar a:hover{
text-decoration:none;
color:#004993;
}

#header {
height:100px;
width: 725px;
background-image:url(images/top.jpg);
background-repeat:no-repeat;
}

#contentConteiner {
width: 725px;
float: right;
background-image: url(images/bgContentWhite.jpg);
background-repeat:repeat-y;
}

#content {
width: 725px;
float: right;
background-image: url(images/contentBg.jpg);
background-repeat:no-repeat;
}

#subMenu {
width:225px;
float:right;
background-image:url(images/menuBg.jpg);
background-repeat:no-repeat;
}


.menuItem {
width:175px;
float:right;
list-style:none;
background-image:url(images/menuItemBg.jpg)
}

.menuLink {
text-decoration:none;
margin:15px 0px 0px 13px;
color:#eeeeee;
}

.menuLink:hover {
color: #fedc03;
}

#text {
width:500px;
border: 1px solid #eeeeee;
margin:10px 0px 5px 10px;
}

#links {
float:right;
background: #eeeeee;
width:170px;
margin:10px 35px 5px 0px;
color:#007240;
}

#footer {
width: 725px;
height: 40px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
clear:both;
padding-top:10px;
}

h1 {
margin: 30px 10px 20px 70px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:16px;
}

.title {
font-family:Georgia, Times New Roman, Times, serif;
font-size:16px;
color:#003366;
text-align:right;
margin: 20px 30px 10px 0px;
font-weight:bold;
}

.subTitle {
color:#003366;
font-size: 12px;
line-height:14px;
margin: 10px 0px 5px 20px;
font-weight:bold;
}

.text {
font-size:10px;
line-height:14px;
margin:0px 20px 4px 20px;
text-align:justify;
color:#666666;
}

.textMark {
color:#003366;
font-weight:bold;
}

.titleLinks {
margin: 10px 5px 5px 5px;	
font-weight: bold;
text-align:right;
}

.textLinks {
margin: 0px 5px 5px 5px;
font-weight:normal;
text-align:left;
}

.subTitleLink {
line-height: 9px;
font-size:10px;
text-align:center;
}

.linkPhoto {
border: 1px solid #999999;
margin: 0px 0px 5px 5px;
}

.notes {
font-size:8px;
line-height:10px;
margin:5px 10px 4px 10px;
text-align:right;
font-style:italic;
color:#999999;
}

.detalii {
font-size:9px;
color:#007240;
font-weight:bold;
font-style:italic;
margin: 0px 20px 0px auto;
}

.detalii:hover {
color:#CE6700;
}

.border {
border: 1px solid #999999;
margin:2px;
}