﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
     font-family: Verdana;
     font-size: 12px;
     margin: 0px;
     height: 100%;
     color: #666;
}

.question-table
{
	width: 800px;
}

.question-table-header-row
{
}

.question-table-header-cell
{
    font-weight: bold;
    color: #1a344e; /*#d8191f;*/
    vertical-align:bottom;
}

.question-table-question-row
{
    color: #666;
}

.question-table-question-questioncell
{
	width: 550px;
	vertical-align: top;

}

.question-table-question-answercell
{
	width: 125px;
	vertical-align: top;
}

.question-table-question-answercell select
{
	width: 125px;
}

.question-table-question-relevancecell
{
	width: 125px;
	vertical-align: top;
}
.question-table-question-relevancecell select
{
	width: 125px;
}

.question-table-textbox-single 
{
    width: 100%;
}

.question-table-textbox-multi 
{
    width: 100%;
}

#sitenavigation
{
    background-color    : #d8191f;
    width               : 100%;
    height              : 28px
}

#header
{
    width               : 100%;
    height              : 250px;
    background-image    : url(http://research.homburg.nl/images/consultation2.jpg);
    background-repeat   : no-repeat;
    background-position : center;
}

#unsubscribeheader
{
    width               : 100%;
    height              : 250px;
    background-image    : url(http://research.homburg.nl/images/unsubscribe.jpg);
    background-repeat   : no-repeat;
    background-position : center;
}


#content
{
    width               : 960px;
    margin-top          : 20px;
    margin-left         : auto;
    margin-right        : auto;   
}

#questionnaire
{
    border-top          : #ccc 1px solid;
}

h1
{
    padding-bottom      : 0px;
    margin              : 0px;
    padding             : 5px 0px 0px 0px;
    
}

#content h1
{
    color               : #1a344e;
    font-size           : 1.6em;
    font-family         : Verdana;
}

#footer
{
    width               : 940px;
    margin-top          : 10px;
    margin-left         : auto;
    margin-right        : auto;   
    border-top          : #ccc 1px solid;
    padding-top         : 10px;
}

#logo
{
    position            : relative;
    margin              : 0px;
    padding             : 0px;
    outline-width       : 0px;
    margin-left         : auto;
    margin-right        : auto;
    width               : 960px;
    top                 : 105px;   

}
