/******************************************
AOC Friesland
CSS : Eefje Ferwerda
E-mail: eferwerda@lautenbagreclame.nl
WWW: http://www.aocfriesland.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

:-moz-any-link:focus {outline: none;}
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img {border: 0;}
div.clear {clear: both; width: 100%; height: 0px;}

/*print
**************************************************/
body {
	font: normal 12px/18px Helvetica, Lucida, Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	}

div#logo_cc {
	width: 600px;
	height: 100px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
/*Typography
**************************************************/
a:link{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	}

a:visited{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	}

a:hover{
	text-decoration: none;
	color: #777471;
	}

a:active{
	text-decoration: none;
	color: #777471;
	}

h1 {
	color: #a8a398;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f30f00;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
	
h4{
	line-height: 50px;
	}

h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 10.5px;
	line-height: 14px;
	text-align: center;
	}
	
div#site h6 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;}

div#site p{
	margin-top: 0px;
	margin-bottom: 10px;
	}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul#menu_horizontaal {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	display: inline;
}

div#content ul {
	margin-top: -10px;
}

div#content ul li{
	list-style-position: outside;
	margin-left: 15px;
}

li {
	list-style-position: inside;
}



/*Content
**************************************************/
div#content{
  float: left;
  display: inline;
  width:600px;
  margin: 30px 0 20px 30px;
  padding: 50px 50px 20px 50px;
  background: #fff;
  }

div#onderdeel_van{
	margin-top: 50px;
	float: right;
	display: inline;
	color: #00792c;
	width: 300px;
}

div#onderdeel_van img{
	float: right;
	display: inline;
	margin-top: -40px;
}

div#onderdeel_van p{
	float: right;
	width: 330px;
}


