html, body
{
    font-family	: Verdana;
	font-size	: 11px;
	font-weight	: normal;
	color		: #000000;
	height      : 100%;
	/*min-height  : 100%;*/
    /*overflow    : auto;*/
    margin      : 0px;
    padding     : 0px;
}

body
{
    /*background-image    : url('images/background.png');
    background-position : top center;
    background-repeat   : no-repeat;*/
    background-color	: #FFFFCC;
}

img
{
	border  : 0px;
}

textarea, input, select
{
	font-family		: Verdana;
	font-size		: 11px;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #000000;
	background		: #FFFFFF;
	color           : #000000;
	scrollbar-arrow-color		: #000000; /*pijltjes*/
	scrollbar-track-color		: #FFFFFF; /*achtergrond*/
	scrollbar-face-color		: #000000; /*voorgrond incl. pijlvakjes*/
	scrollbar-darkshadow-color	: #FFFFFF; /*rechtsonder*/
	scrollbar-shadow-color		: #000000; /*schaduw rechtsonder*/
	scrollbar-3dlight-color		: #FFFFFF; /*linksboven*/
	scrollbar-highlight-color	: #000000; /*schaduw linksboven*/
}

table
{
    font-family	    : Verdana;
    font-size	    : 11px;
    font-weight	    : normal;
    color		    : #000000;
}

a, a:visited, a:active
{
	font-family		: Verdana;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: underline;
}

a:hover
{
	font-family		: Verdana;
	font-weight		: bold;
	color			: #FFFFCC;
	background-color: #000000;
	text-decoration	: none;
}

a.wbs, a.wbs:visited, a.wbs:active, a.wbs:hover
{
	font-family		: Verdana;
	font-weight		: bold;
}

.teksten
{
    font-family	: Verdana;
	font-size	: 11px;
	font-weight	: normal;
	color		: #000000;
}

.titel
{
	font-family	: Verdana;
	font-size	: 14px;
	font-weight	: bold;
	color		: #000000;
}

.copy
{
    font-family	: Verdana;
	font-size	: 9px;
	font-weight	: normal;
	color		: #D3D3D3;
}

.menu_img_off
{
	/*background-image	: url('/images/menu_off.gif');*/
	background-position	: center;
	background-repeat	: no-repeat;
	width	: 20px;
	height	: 20px;
}

.menu_img_on
{
	background-image	: url('/images/menu_on.gif');
	background-position	: center;
	background-repeat	: no-repeat;
	width	: 20px;
	height	: 20px;
}

.submenu_img_off
{
	/*background-image	: url('/images/submenu_off.gif');*/
	background-position	: center;
	background-repeat	: no-repeat;
	width	: 15px;
	height	: 15px;
}

.submenu_img_on
{
	background-image	: url('/images/submenu_on.gif');
	background-position	: center;
	background-repeat	: no-repeat;
	width	: 15px;
	height	: 15px;
}

.menu_off
{
	cursor	: pointer;
	font-family		: Arial;
	font-size		: 14px;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
}

.menu_on
{
	cursor	: pointer;
	font-family		: Arial;
	font-size		: 14px;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
}

.submenu_off
{
	cursor	: pointer;
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
}

.submenu_on
{
	cursor	: pointer;
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
}

.maxWidth_img
{
	max-width	: 150px;
}

.alternate_row
{
    background-color    : #FFFFFF;
}

.mouseover_row
{
    background-color    : #9C302E;
}

.seperator
{
    width   : 100%;
    color   : #000000;
}

.other_month
{
    background-color    : #FFFFFF;
}

.noDisplay
{
    display : none;
}

#container
{
	margin-left		: 25px;
	margin-right	: 25px;
    /*width   : 100%;*/
    height  : 100%;
}

#flag
{
	position	: relative;
	width		: 150px;
	height		: 25px;
	background-color	: #FFFFFF;
}

#header
{
	position	: relative;
	width		: 100%;
	height		: 100px;
	background-color	: #FFFF00; /*#996600;*/
}

#content_kader
{
	position	: relative;
	width		: 100%;
}

#menu
{
	position	: relative;
	float		: left;
	width		: 150px;
	height		: 100%;
	background-color	: #FFFFFF;
}

#copyright
{
	width		: 100%;
	height		: 25px;
}

#content
{
	position	: relative;
	margin-left	: 150px;
	height		: 100%;
}

#content_padding
{
	padding-top		: 10px;
	padding-left	: 10px;
	padding-bottom	: 10px;
}

#content_padding_right
{
	padding-right	: 10px;
}

.fixedTableLayout
{
}
