/* 
    Document   : main
    Created on : 04.09.2012, 11:18:26
    Author     : Андрей
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#menu a, #menu a{
    color: #425E54;
}
#menu, #menu{
    color: maroon;
}
#menu, #menu a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    text-shadow: silver 1px 1px;
}
#menu a{
    display: block;
    text-decoration: none;
}

#menu{
    float: left;
}

#menu a:hover{
    text-decoration: underline;
    color: maroon;
}


body{
    font-family: sans-serif;
    background: #ffffff;
    text-align: left;
    margin: 0 0;
}

.mainpage{
    font-family: sans-serif;
    background: #77A092;
    text-align: center;
    margin: 0 0;
}

#cont{
    text-align: justify;
    color: white;
    font-weight: bold;
    background: url(im/zelenka.png);
}

#contL a, #contL > a{
    color: white!important;
}
#mtbl{
    width: 100%;
    border: 0 none;
    padding: 0mm 0mm;
    margin: 0 0;
    border-collapse: collapse;
}
#mtbl td, #mtbl th,#mtbl tr{
    padding: 0mm 0mm;
    margin: 0 0;
    border:0 none;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
}


#main{
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 3mm;
    margin-right: 3mm;
}

#main ul li{
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
}
#main p {
    text-align: justify;
}
#main ul{
    display: block;
}
#main ul, #main p{
    line-height: 200%;
}

.divpicr{
    float: right;
    width: 30%;
    margin: 10px 0 10px 20px;
    text-align: right;
    font-family: monospace;
}

.divpicr img{
    width: 100%;
}

.divphoto{
    float: left;
    width: 200px;
    height: 300px;
    overflow: hidden;
    margin: 10px 0 10px 20px;
}
.divphoto img{
    width: 200px;
    border: 0 none;
}

.divalb{
    float: left;
    width: 330px;
    margin: 10px 0 10px 10px;
    text-align: left;
    font-family: monospace;
    font-size: 12px;
    height: 330px;
    overflow: hidden;
}

.divalb img{
    width: 300px;
    height: 220px;
    border: silver solid 15px;
}

.divalb a{
    color: white;
}
.divalb a img:hover{
    border: white solid 15px;
}