/* Mediterraneo */


body{

  background-color:#2f1b10;
  padding: 0px;
  margin:0px;
  font-family:tahoma, sans-serif;
}

#header{
  
    background-image:url('images/top-corner.jpg');
    background-repeat:no-repeat;
    
    width:800px;
    

}

#menu {
  width:300px;
  margin:100px 0px 0px 0px;
  padding:0px;
  border:0px;
  float:left;
}

#menu a{
  display:block;
  color:#ab7c46;
  font-size:14px;
  padding:5px 0px 5px 8px;
  text-decoration:none;
  margin-left:50px;
}

#menu a:hover{
  background-color:#62370a;
}

#menu .active {
  background-color:#453320;
}


#gallery{

  !width:500px;
  !height:300px;
  background-color:#453320;
  margin:100px 0px 0px 0px;
  padding:10px;
  border:0px;
  float:left;
}

#gallery #left{
  width:360px;
  height:280px;
  float:left;
  border:0px;
  margin:0px;
  background-image:url('images/pic01.jpg');
  overflow:hidden;
}

#gallery #right{
  !width:120px;
  float:left;
  border:0px;
  margin:0px;
  padding-left:10px;
}

#content{
  width:800px;
  margin-top:25px;
  clear:both;
}
.paragraf {
  margin-left:50px;
}

.titlu{
  color:#ab7c46;
  font-size:160%;
  
}
.language{
  color:#ab7c46;
  font-size:70%;
  text-align:right;
}
.text{
  margin-top:9px;
}
.text p{
  color:#E6D7CF;
  font-size:80%;
  letter-spacing:1px;
  line-height:1.7em;
  padding:5px 0 0 0px;
  margin:0px;
}

.text .txtHighLight{
  margin:2px 0px 2px 5px;
  padding:5px 2px 5px 5px;
  background-color:#453320;
}

.text li,.text td, .text th {
  color:#E6D7CF;
  font-size:80%;
  letter-spacing:1px;

}

.text .data td{
  border-bottom:1px solid #AB7C46;
}

.text .data th {
  text-align:left;
  font-weight:normal;
  border-bottom:3px solid #AB7C46;
}

.text a, .language a{
  color:#E6D7CF;
  text-decoration:underline;
}
.text a:hover, .language a:hover{
  color:#E6D7CF;
  text-decoration:none;
}



#footer{
  width:800px;
  padding:5px 0px 5px 8px;
  margin:50px 0px 0px 0px ;
  background-color:#453320;
  text-align:right;
  color:#978d88;
  font-size:60%;
  clear:both;
}

#footer span {
  padding-right:5px;
}

