/**
*********** Include standard CSS ************* 
*/
<!-- @import "cms.css"; -->
/**
2010
geel #FFE800
groen #7ab51d
lichgroen #a2cb61
blauw #009ee0

2011
donkerpink #c07baf
lichtpink #cc99cc
pink #e00785
gifgroen #bcd700
paars #3a2996

oud blauw #00ADEF
oud lichblauw #56C6EB
oud focusblauw 
oud groen #71BF44
*/
html, body
{
  margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: inherit;
	font-family:Verdana,Helvetica,Georgia,Verdana,Arial; 
	vertical-align: baseline;
	color:#434343;
	color:#000000;
  width:100%;
  height:100%;
}

.shadowContainer
{
  width:1010px;
  margin:0px auto;
  padding:0px;
  border:0px solid #ff0000;
  background-image: url('../pics/shadowBGbody.jpg');
  background-repeat: repeat-y;
  background-color:#ffffff;
}

.container
{
  width:990px;
  margin:0px auto;
  padding:0px;
	background-color: #bcd700;
}

.header
{
  height: 180px;
  background-color: #3a2996;
}

.headerCenter
{
  width:355px;
  margin:0px auto;
  padding:20px 0px;
  background-color: #3a2996;
  border:0px solid #000000;
}

.headerCenter img
{
  border:0px;
}

.headerLeft
{
  float:left;
  width:200px;
  padding:30px 0px 0px 50px; 
  border:0px solid #000000;
}

.headerRight
{
  float:right;
  text-align:right;
  width:200px;
  padding:30px 50px 0px 0px; 
  border:0px solid #000000;
}

.menuHeader
{
  line-height:24px;
  padding:0px;
  margin:0px;
  background-color: #ffffff;
}

.menuHeader ul
{
  margin:0px;
  padding:0px;
  line-height:40px;
  text-align:center;
  list-style:none;
  border-top:1px solid #3a2996; 
  border-bottom:5px solid #3a2996; 
}

.menuHeader ul li
{
  display:inline;
  margin:0px;
  padding:0px;
  border-left:1px solid #3a2996;
}

.menuHeader ul li a
{
  font-size:inherit;
  font-family:Arial;
  font-weight:bold;
  padding:10px 10px;
  text-decoration:underline;
  color:#3a2996;
  line-height:40px;
}

.menuHeader ul li#active, .menuHeader ul li:hover, .menuHeader ul li.over
{
  border-left:1px solid #ffffff;	
}

.menuHeader ul li#active a, .menuHeader ul li:hover a, .menuHeader ul li.over a
{
	background-color:#3a2996;
	color:#fff;
}

.logo
{
  width:488px;
  height:100px;
  border:3px solid #000000;
  background-color:#808080;
}

.logo a img,
.link img
{
  border:0px;
  text-decoration:none; 
}

.content
{
  float:left;
  width:990px;
  height: 100%;
  background-color: #e00785;
}

.contentLeft
{
  float:left;
  width:199px;
  min-height: 500px;
  _height: 500px;
  background-color:#bcd700;
}

.contentLeft ul
{
  width:200px;
  margin:0px;
  padding:20px 0 0 0;
  list-style:none;
  border:0px solid #ff0000; 
}

.contentLeft ul li
{
  width:192px;
  border-bottom:0px solid #a6ce39;
  padding:4px 4px;
  line-height:20px;
}

.contentLeft ul li#active, .contentLeft ul li:hover, .contentLeft ul li.over
{
  background-color:#ffe800;
}

.contentLeft ul li#active a, .contentLeft ul li:hover a, .contentLeft ul li.over a
{
  color:#bcd700;
}

.contentLeft ul li a
{
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;
  border:0px solid #0000ff;
}

.contentContent
{
  width: 770px;
  float:left;
  min-height: 500px;
  _height: 500px;
  padding:20px 10px;
  background-color: #e00785;
  background-image: url('../pics/content_bg.png');
  border-left:1px solid #cc99cc; 
}

.footer
{
  padding:10px 10px 10px 180px;
  background-color:#ffffff;
  color:#555555;
  text-align:center; 
  background-image: url('../pics/shadowBGfooter.jpg');
  background-repeat: no-repeat;
  background-color:#ffffff;
  border:0px solid #0000ff;
}

.footer a {
	color:#555;
}

.footer img {
	border:none;
	position:relative;
	top:4px;
}

.footer .right
{
  float:right;
  font-size:10px;
}

.footer .right a
{
  font-size:10px;
  color:#555555;
  text-decoration:none;
}

.footer .right a:hover
{
  text-decoration:underline;
}

.two_cols_left {
	vertical-align:top;
}
