﻿body 
{
    background-color:#1d3c2c;
    margin-top:0px;
    font-family:verdana;
    font-size:11px;
}

.wrap
{
    width:805px;
    margin:0px auto;
    }
div.menu
{
    height:52px;
    width:735px;
    float:left;
    }


.headMenu
{
    height:52px;
    width:100%;
    background-image:url('../images/menuBG.png');
   
    }
.lang
{
    font-size:9px;
    text-transform:uppercase;
    float: left;
    display: block;

    margin-top:7px;
    padding:2px 3px;
    color: white;
    text-align: center;
    text-decoration: none;
}
.lang:hover
{
    background: #1d3c2c;
    }
 .lang_active
 {
    font-size:9px;
    text-transform:uppercase;
    float: left;
    display: block;
    background: #1d3c2c;
    margin-top:7px;
    padding:2px 2px;
    color: white;
    text-align: center;
    text-decoration: none;
     }

.header
{
    height:321px;
    width:100%;
    background-image:url('../images/headerBG.jpg');
    }
.header_en
{
    height:321px;
    width:100%;
    background-image:url('../images/headerEN.jpg');
    }
.header_ro
{
    height:321px;
    width:100%;
    background-image:url('../images/headerRO.jpg');
    }
.main
{
    min-height:400px;
    width:100%;
    background-image:url('../images/bodyBG.png');
}

.content
{
    width:768px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:40px;
    }
    
 table
 {
     width:100%;
     }
 table td
 {
   vertical-align:top;  
   width:50%;
     }
table.tour
{
    
    }
 p
 {
     line-height:1.5;
     margin-left:20px;
   
}
 h1
 {
     font-weight:normal;
     font-size:13px;
     font-family:Verdana;
     margin-left:20px;
     }
     
a.map
{
    display:block;
    background-image:url('../images/mapImage.jpg');
    height:30px;
    width:90px;
    margin:20px;
}
a.mapEN
{
    display:block;
    background-image:url('../images/mapImageEN.jpg');
    height:30px;
    width:90px;
    margin:20px;
}
a.mapRO
{
    display:block;
    background-image:url('../images/harta.jpg');
    height:30px;
    width:90px;
    margin:20px;
}
    
img.image
{margin-top:10px;
 margin-left:1px;
 margin-right:1px;
 border:0px;

 }   
 
 img.center_image
{
   margin:5px;

    border:solid 2px white;

 }   
 
 img.left_image
 {
     margin:5px;
     float:left;
     border:solid 2px white;
     }
     
  img.right_image
 {
     margin:5px;
     float:right;
     border:solid 2px white;
     }
 
 
.top_footer
{
    height:26px;
    width:100%;
    background-image:url('../images/footerBG.png');
    }
.footer
{
   
     color:#496856;
     text-align:center;
    
    }
span
{
    width:90%;
   margin-left:20px;
    line-height:1.5;
    }
.menuItem
{
    font-size:13px;
    display:block;
    float:left;
    margin-left:30px;
    text-transform:uppercase;
    margin-top:8px;
    color:white;
    text-decoration:none;
    padding:2px;
    }
.menuItem:hover
{
    background-color:#1d3c2c;
    }
ul.list
{
    
 margin:0px;
    }
ul.list li
{
   
    list-style-image:url('../images/bullet.png');
    line-height:1.4;
    margin-left:35px;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:20px;
    }
    
.link
{
    color:Black;
    
    }

#sddm
{
 margin-top:0px;   
}

#sddm li
{   
    font-size:13px;
    text-transform:uppercase;
    float: left;
    list-style: none;
}

#sddm li a
{   
    
    display: block;
    margin-left:20px;
    margin-top:5px;
    padding:4px 10px;
    color: white;
    text-align: center;
    text-decoration: none;
}

#sddm li a:hover
{   
    background: #1d3c2c;
}

#sddm div
{   position: absolute;
    visibility: hidden;
    margin-left: 20px;
    padding: 0px;
    background: #6c8a4c;
    border: 1px solid #1d3c2c;
}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0px;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    
    color: white;
    font: 11px arial;
}

#sddm div a:hover
{   background: #1d3c2c;
    color: #FFF;
}