/* stylesheet reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* stylesheet */

html, body {
	height:100%; /* Required */
	width:100%;
}

body {
	background:#FFF no-repeat 50% 0;
	font:12px Arial, sans-serif;
}

img {
	border:0px;
}

p {
	margin:0px;
	line-height:1.5em;
	font-size:12px;
}

h2 {
	font-size:18px;
	color:#595959;
	padding-left:15px;
	padding-right:15px;

}



#main{
	width:936px;
	position:relative; 
	margin:0px auto; 
}

#logo{
	width:936px;
	height:96px;
	text-align:center;

}

#logo h1{
	margin-left:-5000px;
}


#menu{
	width:936px;
	height:28px;
	background-color:#5a5a5a;
}

.menu li {
	float:left;
	display:block;
	margin:8px;
	padding-right:14px;
	text-transform:uppercase;
	list-style:none;
	line-height:1em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.menu a {
	display:block;
	font-weight:normal;
	text-transform:uppercase;
}

.menu a:link	{
  	color: #ffffff;	
	text-decoration:none;
}

.menu a:visited {
	text-decoration:none;
  	color: #ffffff;	

}

.menu a:hover  {
	display:block;
  	color: #ffffff;	
	text-decoration: none; 
}

.menu a:active  {
  color: #ffffff;
  text-decoration:underline;
}

.menuactief  {
  color: #ffffff;
  text-decoration:underline;
}

.menustreep{
	border-right:1px solid #a7c500;
}

#header{
	width:936px;
	height:360px;
}

#header{
	width:936px;
	height:360px;
}


#headernieuws{
	width:936px;
	height:192px;
}

#content{
	margin-top:10px;
	margin-bottom:10px;
	width:936px;
}

#contentspecialisten{
	margin-top:10px;
	margin-bottom:5px;
	width:936px;	
}


/*Nieuwsitem*/


.nieuwsitem{
	width:296px;
	margin-right:8px;
	float:left;
	border: 1px solid #a6a6a6;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#fff;
	padding:2px;
	
}



.nieuwsitem a{
	color:#a7c500;
	font-weight:bold;
	text-decoration:none;
}

.nieuwsitem p{
	padding-left:15px;
	padding-right:15px;

	
}




/*Nieuwsitem groot*/


.nieuwsitemgroot{
	width:916px;
	float:left;
	margin-right:8px;
    border: 1px solid #a6a6a6;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#fff;
	padding:10px;
}












.nieuwsitemgroot a{
	color:#a7c500;
	font-weight:bold;
	text-decoration:none;
}

.nieuwsitemgroot p{
	padding-left:15px;
}



.nieuwsitemgroot h3{
	font-size:16px;
	color:#595959;
	padding-left:15px;
	padding-right:15px;
}



#footer{
	width:936px;
	height:44px;
	background-color:#a7c400;
	clear:both

}

#footer p{
	color:#000000;
	padding:15px;
	font-size:11px;
}

#copyright p{
	font-size:10px;
	margin-left:15px;
	margin-top:10px;
	color:#9a9a9a;
}

#h3{
	font-size:10px;
	margin-left:15px;
	margin-top:10px;
	font-weight:bold;
	color:#9a9a9a;
}



img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}


