@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Calibri, "Courier New";
}

ul{
    list-style: none;
}

/* header */

#header{
    background: #f0f0f0;
    padding-bottom: 10px;
}

/* content */

.content h1{
    margin-bottom: 4px;
    line-height: 110%;
    background: #d0d0d0;
    padding: 4px 2px 0 2px;
    font-size: 25px;
}

.content h2{
    font-size: 25px;
}
.content p{
    font-size: 16px !important;
}

/* right */

.right{
    border: 1px solid #bbb3fe ;
}

.right>li{
    font-size: 12px;
    font-family: Tahoma, Arial, Calibri, "Courier New";
    padding: 2px 8px 2px 12px;
	line-height:145%;
}

.right>li>a{
    color: #000;
}

.navh {
    padding:4px ;
    background: #d5dff4;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
}

.cath {
    font-weight: bold;
    padding: 8px 8px 4px 12px;
}


/* float */


.float{
    position: fixed;
    top: 0px;
    background:#fff;
    width: 263px;
}


.float1{
    position: static;
}


/* footer */


#footer{
    border-top: 1px solid #d0d0d0;
    padding: 10px 0 30px 0;
}

#footer p{
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding-bottom: 5px;
}


#footer p a{
    font-size: 12px;
    text-decoration: underline;
}

@media (max-width: 780px) {
    #header img{
        display: block;
        text-align: center;
    }

    .float{
        position: static;
        width: auto;
    }
}


#content img{
    display:block;
    max-width:100%;
    height:auto;
    /*margin-right: auto;
    margin-left: auto;
    text-align: center;*/
}