body {
	font: 11px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	background: url(../images/achtergrond.gif) no-repeat top center #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #333333;
	letter-spacing: 0px;
	/*border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;*/
}

p {
}

b, strong {
	font-weight: bold;
	letter-spacing: 0px;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	margin-right: 10px;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	margin-left: 10px;
}

.image-groot {
	margin-top: 10px;
}

/*<group=Layout>*/

#container {
	background: #f7f6f7;
	width: 780px;
	margin: 0px auto;
	color: #333333;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 0px;
	margin-top: 15px;

}

#hoofdmenucontainer {
	text-align: left;
	width: 780px;
	padding: 0px;
	height: 28px;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}

#contentContainer {
	width: 460px;
	float: left;
	text-align: left;
	margin-top: 3px;
}

#contentContainer #content {
	line-height: 2.0em;
	padding-right: 20px;
	padding-left: 20px;
}

#contentContainerBreed {
	width: 630px;
	float: left;
	text-align: left;
	margin-top: 3px;
}

#contentContainerBreed #content {
	line-height: 2.0em;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebarContainer {
	width: 150px;
	float: left;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	line-height: 1.0em;
}

#rightContainer {
	background-image: url(../images/achtergrond_rechts.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 170px;
	float: right;
	text-align: left;
	margin-top: 44px;
	height: 300px;
}

#rightContainer #content {
	line-height: 2em;
	padding-right: 5px;
	padding-left: 5px;
}

#ContainerRechts {
	background-image: url(../images/achtergrond_rechts.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 170px;
	float: right;
	text-align: left;
	margin-top: 3px;
	height: 300px;
}

#ContainerRechts #content {
	line-height: 2.0em;
	padding-right: 5px;
	padding-left: 5px;
}

#footer {
	background: url(../images/bottom.jpg) no-repeat top left #3366CC;
	color: #FFFFFF;
	height: 25px;
	font-size: 9px;
	text-align: right;
}

#footer p {
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.fotolinks {
	margin-right: 10px;
	margin-top: 6px;
}

.fotorechts {
	margin-left: 10px;
	margin-top: 6px;
}

#navcontainer {
	line-height: 1.0em;
	padding-top: 0px;
}

#navcontainer #current {
	color: #b3b3b3;
}


/*<group=Global Classes>*/

.standout, blockquote {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}

h1 {
	color: #296cd8;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
}

h2 {
	color: #296cd8;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 5px;
}

h3 {
	color: #296cd8;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 4px;
}

h4 {
	color: #296cd8;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 3px;
}

h5 {
	color: #296cd8;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #187F9F;
	cursor: help;
	}
	
a abbr {
	border: none;
	}

.imageStyle {
}

	
/*</group>*/

p.nieuwsarchieftekst {
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
}

a.tooltip {
/*  	z-index:24;*/
  	color:#333333;
  	position:relative;
	border-bottom: 1px dotted #FF0000;
	text-decoration:none;
	cursor: help;
}

a.tooltip:hover {
  z-index:25;
  color:#7a7a7a;
  border-bottom: 1px dotted #FF0000;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:2em;
  left:0em;
  border:1px solid #333333;
  padding:3px;
  display:block;
  width:245px;
  color:#333333;
  background-color:#FFFFCC;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
cursor: help;
left: -300px;
z-index: 101;
visibility: hidden;
}

.datum {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #187F9F;
	padding-right: 15px;
	letter-spacing: 1px;
}
