body  {
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	
} 
a img{
border:0px;	
}
.csc-mailform{
border:white 2px; 
}

#mainContent a{
text-decoration:none;
	color:black;
	font-weight:bold;
	
}
#mainContent a:active{
text-decoration:underline;
	color:black;
}
#mainContent a:hover{
text-decoration:underline;
	color:black;
}
#mainContent a:visited{
text-decoration:none;
	color:black;
}
#sub a{
	text-decoration:none;
	color:white;
}
#sub a:active{
	text-decoration:none;
	color:white;
}
#sub a:hover{
	text-decoration:underline;
	color:white;
}
#sub a:visited{
	text-decoration:none;
	color:white;
}
#corporatetitel a{
	text-decoration:none;
	color:white;
}
#corporatetitel a:active{
	text-decoration:none;
	color:white;
}
#corporatetitel a:hover{
	text-decoration:underline;
	color:white;
}
#corporatetitel a:visited{
	text-decoration:none;
	color:white;
}
#overnametitel a{
	text-decoration:none;
	color:white;
}
#overnametitel a:active{
	text-decoration:none;
	color:white;
}
#overnametitel a:hover{
	text-decoration:underline;
	color:white;
}
#overnametitel a:visited{
	text-decoration:none;
	color:white;
}
#sub {
	background-color:#1C3F94;
	color:white;
	width:380px;
	height:25px;
	text-align:left;
	float:right;
	margin-top:-140px;
	margin-right:10px;
	z-index:5;
	position:relative;
}
#menucontainer {
	margin-top:-7px;
}
#sub li{
	display:inline;
	list-style-type:none;
	padding-right:19px;
	padding-left:19px;
	
}
#sub li.first{
	display:inline;
	list-style-type:none;
	padding-right:19px;
	padding-left:0px;
}
#header{
position:relative;
z-index:0;
}


#title{
background-color:#1C3F94;
color:white;
margin-top:4px;
padding-left:10px;
font-size:12pt;
font-family:Arial Black;
text-transform:capitalize;
height:25px;
width:970px;
}
#title a{
color:white;
text-decoration:none;
}
#title a:visited{
color:white;
text-decoration:none;
}
#title a:hover{
color:white;
text-decoration:underline;
}
#sidebar1 {
	float: left;
	width: 490px;
	padding:10 px:
}
#sidebar1 li{
	list-style-image:url(../images/driehoekje.jpg);
	font-size:9pt;
	color:#808284;
	margin-left:-20px;
}
#sidebar1 li a{
	color:#808284;
	text-decoration:none;
	
}
#sidebar1 li a:visited{
	color:#808284;
	text-decoration:none;
}
#sidebar1 li a:hover{
	color:#808284;
	text-decoration:underline;
}
#sidebar1 li a:active{
	color:#808284;
	text-decoration:none;
}
#mainContent #corporatemenu li{
	list-style-image:url(../images/driehoekje.jpg);
	font-size:9pt;
	color:#808284;
	margin-left:-20px;
}
#mainContent #corporatemenu li a{
	color:#808284;
	text-decoration:none;
	
}
#mainContent #corporatemenu  li a:visited{
	color:#808284;
	text-decoration:none;
}
#mainContent #corporatemenu li a:hover{
	color:#808284;
	text-decoration:underline;
}
#mainContent #corporatemenu  a:active{
	color:#808284;
	text-decoration:none;
}
.blue{
	color:#1C3F94;
}
#sidebar1 #grey{
	margin-top:50px;
	color:#808284;
	font-size:8pt;
}
#overnamebegeleiding{
	width:485px;
	height: 200px;
	background:#d9d9da;
	margin-top:4px;
}
#overnamebegeleiding:hover{
	width:485px;
	height: 200px;
	background-image:url(../images/foto_links_ipv_grijsvlak.jpg);
	margin-top:4px;
}
#overnametitel
{
	width:473px;
	height:25px;
	background:#1C3F94;
	text-transform:capitalize;
	font-family:Arial Black;
	font-size:15px;
	margin-top:4px;
	padding-left:12px;
	color:white;
}
#overnamemenu{
	visibility:hidden;
}
#corporate{
	width:490px;
	height: 200px;
	background:#d9d9da;
	margin-top:4px;
}
#corporate:hover{
	width:485px;
	height: 200px;
	background-image:url(../images/foto_rechts_ipv_grijsvlak.jpg);
	margin-top:4px;
}
#corporatetitel
{
	width:478px;
	height:25px;
	background:#808284;
	text-transform:capitalize;
	font-family:Arial Black;
	font-size:15px;
	margin-top:4px;
	padding-left:12px;
	color:white;
	
}
#corporatemenu
{
	visibility:hidden;
}
#mainContent { 
	float:right;
	width:490px;
	padding-top:  20px;
} 
#mainContent h1{
	font-size:100%;
	font-family:Arial;
	list-style-position:outside;
	margin-left:-20px;
	font-size:12px;
	color:#1C3F94;
}
#footer { 
	font-size:xx-small;
	text-align:right;
	color:#808284; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

