/*===============================================================================================*/
/*
	body, td, a, p, h1..6, hr, div, input, textarea, button
*/ /*
--------------------------------------------------------------------------------------------------
*/ /*
	CSS classes voor standaard objecten. Moeten altijd in dit bestand voorkomen, maar mogen 
	natuurlijk wel	worden aangepast of uitgebreidt.
*/
/*===============================================================================================*/
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body
{
	margin: 0px;
	color: #000000;
	background: #081F5B;
}

.contentBody
{
	margin: 0px;
	color: #000000;
	background: #FFFFFF;
}

td
{
	margin: 0px;
	color: #000000;
}

p
{
	margin: 0px 0px 10px 0px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 15px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 13px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-weight: bold;
}

hr
{
	width: 95%;
	clear: both;
	height: 1px;
}

a
{
	color: #199D7D;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div 
{
	border: 0px solid black;
}

input,
{
	font-weight: normal;
	color: #000033;
	behavior: url(input.htc);
}

textarea
{
	float: left;
}


button,
{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background: #009EA9;
	border: 1px solid #009EA9;
}
/*===============================================================================================*/
/*
	EINDE van de standaard CSS classes
*/
/*===============================================================================================*/


/*=========================================== content ===========================================*/
.content
{
	height:410px;
	overflow: auto;
	width: 740px;
	background: #FFFFFF;
}

.mainContent
{
	background: #FFFFFF;
}

.menu
{
	background: #FFFFFF url('../img/bgMenu.gif') repeat-y 0 0;
}

.portalBody
{
	background: #FFFFFF;
}

.portalBack
{
	background: #FFFFFF url('../img/portalBg.gif') no-repeat 0 0;
}

.bgPortalHardloper
{
	background: #FFF url('../img/portalHardloper.png') no-repeat 0 0;
}

.portalMenu
{
	background: url('../img/bgPortalMenu.gif') no-repeat 0 0;
}
/*=========================================== content ===========================================*/


/*=========================================== article ===========================================*/
.itemTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #199D7D;
}

.itemBody
{
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
/*=========================================== article ===========================================*/


/*=========================================== menu ===========================================*/
.menuItem
{
	width: 235px;
	height: 25px;
}

.menuItemLink, a.menuItemLink
{
	font-size: 13px;
	background: #081F5B;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
}

a.menuItemLink:hover
{
	font-weight: bold;
	color: #69BFAA;
	text-decoration: none;
}
/*=========================================== menu ===========================================*/