body
{
    margin: 0;
    margin-top: 8px;
    padding: 0;
    font-size: 11px;
    text-align: center;
    background-color: #e4f3f3;
    color: #333;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
}

.imgleft
{
    float: left;
    margin-right: 10px;
}

.imgright
{
    float: right;
    margin-left: 10px;
}

a
{
    color: #333;
    text-decoration: underline;
}
a:hover
{
    color: #000;
    text-decoration: none;
}

#center
{
    margin: auto;
    text-align: center;
    max-width: 1000px;
}



#top-menu
{
    width: 1000px;
    height: 138px;
    background: url("./img/top-logomenu.jpg") no-repeat;
    overflow: hidden;
}




#container-top
{
    width: 1000px;
    height: 30px;
    text-align: left;
    padding-top: 10px;
    background: url("./img/menu_bg.jpg");
    overflow: hidden;
}

#container
{
    width: 1000px;
    background-color: #fff;
}

#container-bottom
{
    width: 1000px;
    height: 30px;
    padding-top: 10px;
    background: url("./img/container-bottom.jpg");
    overflow: hidden;
}

#container .left
{
    float: left;
    width: 216px;
}

#container .left .block-top
{
    width: 216px;
    height: 25px;
    background-color: #4d85d0;
}

#container .left .block-middle
{
    width: 206px;
    background-color: #d8dfd7;
    padding:5px;
}

#container .left .block-bottom
{
    width: 216px;
    height: 10px;
    background-color: #d8dfd7;
}

#container .middle
{
    background-color: White;
    float: left;
    width: 526px;
    margin-left: 5px;
    text-align: left;
    padding:5px;
  
}

#container .middle .block-top
{
    width: 426px;
    height: 25px;
    background: url("./img/middle-block-top.png") no-repeat;
}
.contact
{
    height: 136px;
    font-size: 14px;
    color: #fff;
    padding-top:10px;
    text-align:center;
        background: url("./img/contact_bg.jpg");
}
.contact a
{

    color: White;
}
.contact a:hover
{
    color: silver;

    }
#container .middle .block-middle
{
    width: 376px;
    padding: 25px;
    padding-top: 0;
    padding-bottom: 0;
    background: url("./img/middle-block-middle.png") repeat-y;
}

#container .middle .block-bottom
{
    width: 426px;
    height: 32px;
    background: url("./img/middle-block-bottom.png") no-repeat;
}

#container .right
{
    float: left;
    width: 226px;
    margin-left: 5px;
}

#container .right .block-top
{
    width: 226px;
    height: 25px;
  
}

#container .right .block-middle
{
    width: 201px;
    padding-left: 25px;
   
  
}

#container .right .block-bottom
{
    width: 226px;
    height: 32px;
   
}

#container .block-top
{
    font-size: 16px;
    color: White;
    font-weight: bold;
    padding-top: 3px;
}




. .middle .content
{
    padding-left: 15px;
    padding-right: 15px;
}





#footer p
{
    font-size: 11px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

#footer p a
{
    color: #fff;
}

.clear
{
    clear: both;
}

.no
{
    display: none;
}

.FotoItem
{
    height: 100px;
    width: 100px;
    background-color: #dee6ff;
}
.FotoItemImage
{
    border: solid 3px #ffffff;
}

