@import url("nav_link_0.css");
@import url("nav_link_1.css");
@import url("nav_link_2.css");

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
		
img {
	border:0;
	}

a {
	outline:none;
	color:#ffffff;
	}
	
body {
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	width:894px;
	}
	
.container {
	margin-top:31px;
	width:894px;
	}

.logo {
	float:left;
	background-image:url(images/ccw-logo.png);
	background-repeat:no-repeat;
	width:195px;
	height:157px;
	}

.header {
	float:left;
	width:699px;
	height:157px;
	overflow:hidden;
	}
	
	.headertop {
		float:left;
		background-image:url(images/headertop.png);
		background-repeat:no-repeat;
		width:699px;
		height:105px;
		}
	
	.nav {
		float:left;
		height:52px;
		width:477px;
		background-image:url(images/navrepx.png);
		background-repeat:repeat-x;
		padding:0px 21px 0 10px; 
		}
	
	.navright {
		float:left;
		height:52px;
		width:191px;
		background-image:url(images/navright.png);
		background-repeat:no-repeat;
		}

.main {
	float:left;
	width:770px;
	background-color:#7b767a;
	}

	.maintop {
		float:left;
		width:770px;
		height:15px;
		background-image:url(images/contenttop.png);
		background-repeat:no-repeat;
		}

	.subnav {
		float:left;
		width:165px;
		padding:64px 30px 0 0;
		}

	.ondernemervanhetjaar {
		float:left;
		width:165px;
		}	
		
	.content {
		float:right;
		width:545px;
		padding:13px 30px 10px 0;
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
		line-height:20px;
		font-size:13px;
		}
	
	.mainbottom {
		float:left;
		width:770px;
		height:15px;
		background-image:url(images/contentbottom.png);
		background-repeat:no-repeat;
		overflow:hidden;		
		}
	
.right {
	float:right;
	width:124px;
	height:69px;
	background-image:url(images/navrightbottom.png);
	background-repeat:no-repeat;
	}

.footer {
	float:left;
	color:#073372;
	width:764px;
	padding-top:10px;
	height:40px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	}

	.footer a {
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#073372;
		}
	
	.footer a:hover {
		text-decoration:underline;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#073372;
		}

hr {
	height:1px;
	background-color:#ffffff;
	color:#ffffff;	
	}

/*tabel welkomspagina*/

.tdnieuws {
	width:146px;
	font-size:11px; 
	line-height:16px;
	}

	.tdnieuws a {
		text-decoration:none;
		font-style:italic;
		color:#ffffff;
		font-weight:bold;
		}
	
	.tdnieuws a:hover {
		text-decoration:underline;
		}

.tdcontent {
	width:368px; 
	padding-right:31px;
	}

/*h1 t/m h6*/

h1 {
	font-size:20px;
	color:#f18e00;
	}	

h2 {
	font-size:18px;
	color:#f18e00;
	}	
	
h3 {
	font-size:16px;
	color:#f18e00;
	}	
	
h4 {
	font-size:14px;
	color:#f18e00;
	}	
	
h5 {
	font-size:12px;
	color:#f18e00;
	}	
	
h6 {
	font-size:10px;
	color:#f18e00;
	}

/*nav*/

.ulnavA{
	display:inline;
	list-style:none;
	}
	
.ulnavA li {
	display:block;
	float:left;
	width:auto;
	}
	
.ulnavB{
	display:block;
	list-style:none;
	}
	
.ulnavB li {
	text-align:right;
	float:right;
	}	
