/* Van Hien Zorg Noord Nederland CSS
 *
 * text
 **/
#content h1
{
    color:          #ff8902;
    font-family:    "Trebuchet MS", Arial, Sans-serif;
    font-size:      110%;

    border-bottom:  1px solid #ff8902;
}

h2
{
    color:          #ff8902;
    font-family:    "Trebuchet MS", Arial, Sans-serif;
    font-size:      16px;

    margin-bottom:  0px;
    padding-bottom: 0px;
}

span.subkop
{
    color:          #ff8902;
    font-family:    "Trebuchet MS", Arial, Sans-serif;
    font-size:      16px;
    font-weight:    bold;
}

#content p, td, li
{
    color:          #000000;
    font-family:    "Trebuchet MS", Arial, Sans-serif;
    font-size:      75%;
}

#content td input, textarea
{
    font-family:    "Trebuchet MS", Arial, Sans-serif;
    font-size:      100%;
}

#footer p
{
    color:          #FFFFFF;
    font-family:    "Trebuchet MS", Arial, Sans-serif;
    font-size:      75%;

    margin:         0;
    padding:        0;
}

select, input, form td
{
    font-family:    Tahoma, Arial, Sans-serif;
    font-size:      11px;
}

input.grayed
{
    color: #AAAAAA;
}

.logout
{
	font-family:	Tahoma, Arial, Sans-serif;
	font-size:		10px;
	color:			#FFFFFF;
	text-align:		right;
}
.logout a
{
	color: #FFFFFF;
}