*{
    margin:0;
    padding:0;
}

html, body {
    height:100%;
}

body{
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family:"Arial";
    font-weight: normal;
    color: #4B4B4B;
    text-align: left;
    
    overflow-y: scroll; 
    *overflow-y: visiable;
}

a{
    color: #1560bd;
}

p { 
    text-align: justify;
    margin-bottom: 12px;
    font-size: 14px;
}

img{
    border: none;
}

.content{
    height: auto !important;
    height:100%;
    min-height: 100%;
    position: relative;
}

.container{
    padding: 0px 0px 90px 0px;
    width: 100%;
}

.headerContainer{
    padding: 0;
    width: 100%;
    _background: #ccc;
}

.footer{
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 50%; 
    margin-left: -490px;
    width: 980px;
    border-top: 2px solid #000;
    padding-top: 5px;
}

.header, .menu, .contentBlock{
    width: 980px;
    margin: 0px auto;
}

/*================================ HEADER ====================================*/

.header {
    height: 200px;
    overflow: hidden;
}

.logo{
    padding-top:10px;
    position: absolute;
}

.logo img{
    width: 150px;
    height: auto;
    margin-right: 20px;
}

.headerLeft{
    float: left;
    width: 300px;
    display: block;
    _overflow: hidden;
}

.headerTriangle{
    background: url("../img/overlineTriangle.png") no-repeat;
    width: 228px;
    height: 200px;
    float: right;
}

.headerBg{
    background-color: #08A5E8;
    height: 200px;
    left: 50%;
    position: absolute;
    width: 50%;
    z-index: 0;
}

.headerBgLeft{
    background: url("../img/headerBgLeft100.png") no-repeat;
    float: left;
    width: 100px;
    height: 200px;
}

.headerBgRight{
    background: url("../img/headerBgRight100.png") no-repeat;
    float: right;
    width: 100px;
    height: 200px;
}

.headerImg {
    background: url("../img/header_103.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 200px;
    position: relative;
    width: 680px;
    z-index: 1;
}

.headerTitle{
    position: absolute; 
    margin-left: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px;
}

.bottomBlueLine{
    height: 20px; 
    width: 1000px; 
    margin-left: -1000px; 
    background-color: #08a5e8;
}

.smallTriangle{
    height: 20px; 
    width: 22px; 
    margin-top: -20px; 
    background: url('/img/underlineTriangle.png');
}

/*================================== MENU ====================================*/

.menuContainer{
    padding: 0;
    width: 100%;
    background: #000;
    position: relative;
}

.menu{
    height: 30px;
    position: relative;
    padding-top: 10px;
    z-index: 5;
}
.menuCenter{
    margin-left: 270px;
}

#jsddm li{	
    float: left;
    margin-right: 50px;
    list-style: none;
}

#jsddm li a{	
    display: block;
    color: #ccc;
    font-size: 16px;
    text-decoration: none;
}


#jsddm li a:hover{	
    text-decoration: none;
    color: #fff;
}

#jsddm li.active a{	
    color: #fff;
    text-decoration: none;
}

#jsddm li ul{	
    display: block;
    background: #000;
    
    margin-top: 10px;
    margin-left: -20px;
    padding: 0px 5px 5px 5px;
    position: absolute;
    visibility: hidden;
    
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -opera-border-radius: 0px 0px 7px 7px;

    behavior: url(/../js/PIE.htc);
}

#jsddm li ul li{	
    float: none;
    display: inline;
    margin-right: 0px;
}

#jsddm li ul li a{	
    width: auto;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: underline;
    
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -opera-border-radius: 7px 7px 7px 7px;

    behavior: url(/../js/PIE.htc);
}

#jsddm li.active ul li a{	
    width: auto;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    font-weight: normal;
    text-decoration: underline;
}

#jsddm li ul li a:hover{
    color: #000;
    background: #c0c0c0;
    text-decoration: none;
}

.triangle{
    margin-left: 4px;
}

.cursor{
    cursor: default;
}
/*=============================== MAIN BLOCK =================================*/

.mainBlock{
    width: 100%;
    position: relative;
    min-height: 350px;
    z-index: 4;
}

.contentBlock h1{
    color: #000;
    font-size: 22px;
    margin: 20px 0px 30px 0px;
}

.imgForMain img{
    border: none;
    margin-right: 2px;
}

/*================================= FOOTER ===================================*/

.footerText{
    font-size: 14px;
}

.footer a{
    font-size: 12px;
}

.footer img{
    width: 980px;
    height: auto;
}

.footerRight{
    float: right;
}

/*============================================================================*/

.clear{
    clear:both;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}


/*=============================== MAIN PAGE ==================================*/

.mainfooter{
    width: 980px;
    height: auto;
    position: relative;
    bottom: 0;
}


/*===============================  REASONS ===================================*/

.tenReasons{
    list-style: none;
}

.tenReasons img{
    margin-left: 20px; 
   
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    -opera-border-radius: 13px 13px 13px 13px;

    box-shadow: 0 0 5px black;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);

    behavior: url(/../js/PIE.htc);
}

.items{
    color: #369;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

.dotten {
    border-bottom: 1px dotted #336699;
    color: #336699;
    text-decoration: none;
}

.itemHid{
    display: none;
}
.itemHid p{
    margin-left: 18px;
    width: 962px;
}


/*=============================== EMPLOYEES ==================================*/

.employees ul{
    margin-left: 15px;
    font-size: 14px;
}

.employees ul li{
    margin-top: 10px;
}

.empl_position{
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.empl_position span{
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.empl_left{
    float: left;
    margin-left: 10px;
    width: 500px;
}

.empl_right{
    float: left;
}

/*=============================== CONTACTS ===================================*/

.contacts{
    display: block;
    overflow: hidden;
}

.contacts span{
    font-weight: bold;
}

span.vk{
    vertical-align: 5px; 
    text-decoration: underline; 
    font-weight: normal; 
    margin-left: 10px;
}

.cont_left{
    float: left;
    width: 470px;
}

.cont_right{
    float: left;
    margin-top: 5px;
}

.cont_right img{
    margin-top: -60px;
    
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    -opera-border-radius: 13px 13px 13px 13px;

    box-shadow: 0 0 5px black;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    
    behavior: url(/../js/PIE.htc);
}

/*=============================== PUBLICATIONS ===============================*/

.publications{
    list-style: none;
    text-align: justify;
}

.publications ol{
    padding: 10px 0 20px 0;
}

.publications ol li{
    margin: 0 0 3px 30px;
}

/*================================= RESEARCH =================================*/

.researchList ul li{
    margin-left: 17px;
    list-style-type: disc; 
}

.research{
    list-style: none;
    text-align: justify;
}

.research ul{
    padding: 10px 0 20px 0;
}

.research ul li{
    margin: 0 0 3px 30px;
    list-style-type: disc;
}

/*======================== INFORMATION (Abiturints) ==========================*/

.abInformation{
    
}

.abInformation ul{
    margin: 10px 0px 10px 40px;
    font-size: 14px;
}

.abInformation ul li{
    font-size: 14px;
    margin-top: 3px;
}

/*================================ LINKS =====================================*/

.links p{
    margin-bottom: 7px;
}

/*============================== TRANSFORCE ==================================*/

.transforce img{
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    -opera-border-radius: 13px 13px 13px 13px;

    box-shadow: 0 0 5px black;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    
    behavior: url(/../js/PIE.htc);
    
    margin-right: 50px;
    width: 400px;
    height: auto;
}
