/* 
    Document   : style
    Created on : 15.12.2009, 14:20:52
    Author     : Nico
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    background-image:url("images/bg.jpg");
    background-repeat:repeat-x;
    background-color:#66bcff;
}
#container {
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    border: 1px solid #808080;
    overflow:hidden;
}
.menu {
    float: left;
    display: block;
    height: 40px;
    overflow:hidden;
    background-position: 0px -40px;
    margin-top:-5px;
}
.menu:hover{
    background-position: 0px 0px;
}
.menu_active{
    float: left;
    display: block;
    height: 40px;
    overflow:hidden;
    margin-top:-5px;
    background-position: 0px 0px;
}
#pagina{
    width: 161px;
    background-image:url("images/pagina.jpg");
}
#despre{
    width: 106px;
    background-image:url("images/despre.jpg");
}
#crescatorie{
    width: 111px;
    background-image:url("images/crescatorie.jpg");
}
#porumbei{
    width: 195px;
    background-image:url("images/porumbei.jpg");
}
#rezultate{
    width: 94px;
    background-image:url("images/rezultate.jpg");
}
#galerie{
    width: 115px;
    background-image:url("images/galerie.jpg");
}
#contact{
    width: 78px;
    background-image:url("images/contact.jpg");
}
#content {
    background-color:white;
    padding: 25px;
}
#content2 {
    background-color:white;
    background-image:url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: 50px 20px;
    padding: 25px;
}

#anunt{
    border: 1px solid #808080;
    background-color:#eae9e9 ;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}
#anunt p{
    line-height: 18px;
}
.anunt_1{
    color:#0141f9;
}

#anunt_2{
    display:block;
    width:200px;
    height:80px;
    margin-left:240px;
}

#vasile {
    float: right;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 6px;
    border:1px solid #808080;
}
.cleaner{
    clear:both
}
.title{
    font-size:21px;
    margin-left:40px;
    color:#323232;
    font-style:italic;
    font-weight:bold;
}
.text_despre{
    font-style: italic;
    font-size: 17px;
    text-indent:50px;
    text-align:justify;
}
#title_index{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 18px;
}
#semnatura{
    float: right;
    font-weight: bold;
    margin-top: -30px;
    font-style: italic;
    font-size: 17px;
}
#phone{
    margin-left:50px;
    float:left;
    margin-top:20px;
}
#nume_contact{
    margin-left:200px;
    font-size:18px;
}
#white_pigeon{
    margin-left: 25px;
    margin-right: 30px;
}
#text_contact{
    font-family: arial;
    font-size: 14px;
}
.titlu_rezultate{
    text-align:center;
    font-family:tahoma,cursive;
}
.rezultate_table{
    font-family:tahoma,cursive;
    text-align:center;
}
.rezultate_table td{
    border:1px solid #808080;
}
.rezultate_table td:hover{
    background-color:#e9f0fd;
}
.darkblue{
    background-color:#98b4e9;
}
.lightblue{
    /*background-color:#ced9ec;*/
    background-color:#e2ecff;
}

#galerie_foto{
    width:725px;
    margin-left:auto;
    margin-right:auto;
}
.pictures{
    padding:10px;
    border:1px solid #808080;
    margin-top:6px;
    margin-right:6px;
}
.pictures:hover{
    opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.60;
}
#rezultate_links{
    color:blue;
    font-size:19px;
}
#rezultate_links li{
    margin-bottom: 3px;
    color: #013861;
}
#rezultate_links a{
    text-decoration: none;
    color: #022f52;
}
#rezultate_links a:hover{
    text-decoration: underline;
    color: #01213a;
}
#untitled0{
    margin-right: 41px;
    margin-left: 31px;
}
#untitled17{
    margin-right: 43px;
    margin-left: 33px;
}
.img{
    border:1px solid #808080;
    height:auto;
    width:100px;
    float:left;
    text-align:center;
    margin:6px;
}
.img img{
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
}
.img:hover{
  border:2px solid #04365c;
}
.img_text{
  text-align:center;
  font-weight:bold;
  margin:4px;
}
#masculi{
    
}
.title_porumbei{
    margin-left:370px;
    font-family:georgia;
    font-size:20px;
    font-weight:bold;
}
.porumbei_table{
    margin-left:auto;
    margin-right:auto;
}
.border{
    border: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.inapoi{
    color: #032d7b;
    font-size: 17px;
    margin-left: 5px;
}
.cupluri_table{
background-color:#324350;
color:#ffffff;
letter-spacing:1px;
}
#femela_06348{
    margin-left: 85px;
}

.nav{
    display:block;
    height: 40px;
    background: #2b2b2b;
    text-align: center;
    margin-top:-4px;
}

.nav a{
    color:white;
    text-decoration: none;
    font-family:arial;
    float: left;
    padding: 11px 4px 11px 3px;
    border-left: 1px solid #484848;
    font-size: 15.5px;
}
.nav a:first-child{border: none;margin-left: 4px;}

.nav a:hover{
    background-color: #3e3d3d;
}