/*****************************************************************************/
/*  Sympa Oy                                                                 */
/*  Julkinen kysely CSS-määritys                                             */
/*  29.12.2008                                                               */
/*                                                                           */
/*****************************************************************************/


/*****************************************************************************/
/* Yleistä                                                                   */
/*****************************************************************************/

body
{
    background: #FFFFFF;
    /* background-image:url("");
    background-repeat: repeat-x;
    background-attachment: fixed;*/
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
}

table
{
    width: 100%; 
}

td
{
    width: auto;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}



/********************************************************************************/
/* yläosa                                                                       */
/********************************************************************************/

div.pq_top
{
    background-image: url('img/Banneri.jpg');
    height: 190px;
    width: 1000px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: auto;
    margin-right: auto;
}

div.pq_header_container
{

}

div.pq_header_description
{
    margin-left: 10px;
}
div.pq_header_image
{
}

div.pq_header_title
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
}
