/*
donkerBruin = #BB3D14
lichtBruin = #CD5806 
Paars = #9E0053
Standaard = #333333
*/
BODY, HTML
{
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background: #C96443 url("http://www.verhoogconsult.nl/images/body_bg.jpg") repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
H1
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
P
{
	padding: 0px;
	margin: 0px;
}
/** LAYOUT **/
#container
{
	background: red;
	width: 762px;
    margin: 0px auto 0px auto;
	text-align: left;
	background: url("http://www.verhoogconsult.nl/images/container_bg.gif") repeat-y;
}
#content
{
	margin-left: 22px;
	width: 739px;
}
#header
{
	width: 739px;
	background: url("http://www.verhoogconsult.nl/images/header_banner2.jpg") no-repeat;
	border-bottom: 1px solid white;
	margin-left: 22px;
}
#mainMenu2
{
	background: #999999;
	margin-left: 22px;
	width: 739px;
}
#mainContent
{
	margin-left: 47px;
	margin-right: 22px;
	line-height: 17px;
}
#contentTitel
{
	margin-top: 35px;
}
#footer
{
	margin-left: 22px;
	/*background: url("http://www.verhoogconsult.nl/images/container_bg.gif") repeat-y;*/
	text-align: center;
	border-top: 1px solid #666666;
	width: 739px;
	clear: both;
}

#mainContent2
{
	margin-right: 15px;
}
#image
{
	float: right;
	margin: 35px 0px 20px 20px; 
}

/** TYPOGRAFIE **/
.plainText A
{
	font-size: 12px;
	color: #9F0054;
}
.plainText A:hover
{
	font-size: 12px;
	color: #9F0054;
}

.titel
{
	color: #BB3D14;
	font-size: 16px;
	font-weight: bold;
}
.subKopcontent
{
	color: #C96443;
	font-weight: bold;
}

.subKopcontent2
{
	color: #9F0054;
	font-weight: bold;
}

.footerText
{
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}
.footerText a
{
	font-size: 11px;
	color: #666666;
}
.footerText a:hover
{
	font-size: 11px;
	color: #9F0054;
}

A img
{
	border: 0px;
}

.ingelogd
{
	font-size: 11px;
	margin-left: 370px;
	/*width: 200px;*/
}


