﻿/*****************************************************************************************

	Style sheet for WTS with White outer background color.

*****************************************************************************************/

body
{
	background-color: #FFFFFF;
}

#center
{
	background-color: #FFFFFF;
}

#navigation
{
	background-color: #FFFFFF;
}

#topSpacerDiv
{
	font-size: 1px;
}

#topBarContent
{
}

#topBarTableLeftCell
{
	font-family: Trebuchet MS;
	font-size: 28px;
	font-weight: bold;
	color: #1E90FF;
}

#bannercontent
{
}

#footer
{
	background-image: url('/themes/WST/pics/line_horizontal.gif');
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 9px;
	text-decoration: none;
	color: #D3D3D3;
}

#footer a
{
	text-decoration: none;
	color: #D3D3D3;
}

/* --------------------------------------------------------------------
	Text elements
-------------------------------------------------------------------- */
.textElementDisplayDiv
{
}

.textElementDesignDiv
{
}

/* --------------------------------------------------------------------
	Form elements
-------------------------------------------------------------------- */
.formElementDisplayDiv
{
}

.formElementDesignDiv
{
}

/* --------------------------------------------------------------------
	Image elements
-------------------------------------------------------------------- */
.imageElementDisplayDiv
{
}

.imageElementDesignDiv
{
}

/* --------------------------------------------------------------------
	specify default font and link settings corresponding to broedtekst
-------------------------------------------------------------------- */
.textElementDisplayDiv, .textElementDesignDiv
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #40494e;
}

.textElementDisplayDiv A, .textElementDesignDiv A
{
	color: #7e8300;
	text-decoration: none;
}

.textElementDisplayDiv A:hover, .textElementDesignDiv A:hover
{
	color: #7e8300;
	text-decoration: underline;
}
