/* ----------------------------------------------- 
	GLOBAL 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin-top: 0px;
	padding-top: 0px;
	border: 0px;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html
{
	height: 100%;
	min-height: 100%;
}

b, strong
{
	font-weight: bold;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body 
{
	color: black;
	background: #333333;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 16px;
}

ol, ul 
{ 
	list-style: none; 
}

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

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{ 
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}


/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */
   
   
/* -- Text Styles ------------------------------- */
h1
{
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20pt; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding-top: 25px;
}

h2
{
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
}

h3
{
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
}

p
{
	padding-top: 0px;
	padding-bottom: 6px;
	line-height: 16px;
}

a 
{ 
	text-decoration: none; 
}

a:hover 
{ 
	text-decoration: underline; 
}

#page-container
{
	position: absolute;
	left: 50%;
	margin-left: -505px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 965px;
	height: auto !important;
	min-height: 600px;
	text-align: left;
	padding: 0px;
/*	background-image: url(afbeeldingen/background.jpg); */
	background-repeat: repeat-y;
}


#container-left
{
	display: block;
	width: 200px;
	width: 200px;
	max-width: 200px;
	height: auto;
	min-height: 200px;
	float: left;
/*	color: #FFF;*/
}

#content-container
{
	display: block;
	width: 565px;
	max-width: 610px;
	height: auto;
	min-height: 600px;
	float: left;
	background: #fbd357;
	color: #000;

}

#container-right
{
	display: block;
	width: 200px;
	height: auto;
	min-height: 200px;
	float: left;
	color: #FFF;
}

#bottom-container
{
	display: block;
	clear: both;
	text-align: center;
/*	background: #a6a18e;*/
	padding-top: 10px;
	color: #FFF;
}

#bottom-container a, #bottom-container a:hover
{
	color: #FFF;
}

#bottom-container a.selected
{
	font-weight: bold;
	text-decoration: none;
}

#top-container
{
/*	width: 565px;
	max-width: 610px;
	height: auto;
	min-height: 100px;*/
/*	float: left;*/
/*	background: #fbd357;
	color: #000;*/
	
	
	display: block;
	clear: both;
/*	text-align: center;*/
/*	background: #a6a18e;*/
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	
/*	color: #FFF;*/
}

#top-container a, #top-container a:hover
{
	color: #cb1c21;
	font-weight: bold;
/*	text-decoration: none;*/
}

#top-container a.selected
{
	font-weight: bold;
/*	text-decoration: underline;*/
}

div.top
{
	display: block;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #FFF;
}

div.content
{
	display: block;
	padding: 17px;
}

#content-container div.content
{
	padding: 10px 40px;
	border-top: 1px solid #045772;
}

#content-container div.home
{
	border-top: 0px;
}

div.logo a
{
	display: block;
	margin-left: 310px;
	padding-top: 35px;
}

#content-container a
{
	color: #000;
	text-decoration: underline;
}

#content-container a:hover
{
	font-weight: bold;
}

#content-container li
{
	list-style: disc;
}

/* BREADCRUMP */

#breadcrumb-container
{
	display: block;
	clear: both;
	text-align: left;
	font-size: 7pt;
	padding-top: 10px;
	color: #a6a18e;
}

#breadcrumb-container a
{
	color: #a6a18e;
	font-size: 7pt;
	text-decoration: none;
}

#breadcrumb-container a:hover
{
	color: #a6a18e;
	font-size: 7pt;
	text-decoration: underline;
}


/* HOME */

#homeImg
{
	display: block;
	width: 560px;
	height: 50px;
	background: url(afbeeldingen/boerderij-de-pasop-hummelo.jpg) no-repeat;
	color: #FFF;
	font-size: 16pt;
	color: #cb1c21;
	font-weight: bold;
	padding-top: 330px;
	padding-left: 5px;
}

#homeImg strong
{
	display: block;
	padding: 15px 10px;
	text-align:center;
}

#homeImg2
{
	display: block;
	width: 560px;
	height: 276px;
	background: url(afbeeldingen/koeien-in-de-wei-2.jpg) no-repeat;
	color: #FFF;
	font-size: 16pt;
	color: #cb1c21;
	font-weight: bold;
/*	padding-top: 330px;*/
	padding-left: 5px;
}

/* MENU */

#container-left ul
{
	padding: 0px;
	margin: 17px 0px;
}

#container-left li
{
	margin: 0px;
	padding: 0px;
}

#container-left a
{
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	border-bottom: 1px solid #669999;
	padding: 5px 0px;
	margin-left: 17px;
	margin-right: 17px;
	height: auto !important;
	height: 16px;
	min-height: 16px;
}

#container-left a.first
{
	border-top: 1px solid #669999;
}

#container-left a.selected
{
	font-weight: bold;
}

#container-left a.sub
{
	border-bottom: none;
	background-image: url(afbeeldingen/pijl_beneden.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}

#container-left a:hover
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#container-left ul ul
{
	padding: 0px;
	margin: 0px 0px;
}

#container-left li li
{
	display: block;
	background: #007597;
}

#container-left li li a
{
	display: block;
	color: #FFF;
	background: #007597;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	padding-left: 8px;
}

#container-left li li a.last
{
	border: none;
}

/* NIEUWS, AANVULLINGEN EN CONTACT */

#container-right
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #FFF;
}

#container-right a, #container-right a:hover
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #FFF;
}

#container-right p
{
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #FFF; 
	line-height: 15px;
}

#container-right p a
{
	text-decoration: underline;
}

#container-right span.kop
{
	display: block;
	margin-top: 15px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	border-top: 1px solid #b0ac97;
	border-bottom: 1px solid #b0ac97;
	color: #FFF;
}

#container-right ul
{
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #FFF;
}

#container-right li
{
	display: block;
	padding: 5px 5px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #FFF;
}

/* IMAGE LISTS */
#container-left div.top ul
{
	padding: 0px;
	margin: 0px;
}

/* OVERIG */
div.nieuwsbrief img
{
	display: block;
	border: 1px solid #666666; 
}


div.clr
{
	clear: both;
}