html, body {
	width: 100%;
	margin: 0px;
	color: #000000;
}
body {	
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #A4A5A6;
}
table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
td,th, div, span, p, h1, h2, h3, font {
	font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #E79A2A;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #E79A2A;
}
h1 { 
	color:#E79A2A;
	font-size:50px;
	font-weight:normal;
	line-height:50px;
	margin:-15px 0 8px 0px;
}
h2 { 
	font-size: 20px;
	color: #7C7979;
	font-weight: normal;
	margin: 12px 0 20px 0;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}
.clear {
	clear: both; float: none;
}
div#wrapper {
	position: relative;
	width: 990px;
	margin: 19px auto;
	background-image: url(../../images/structure/bg_wrapper_repeat.jpg);
	background-repeat: repeat-y;
}
div#containerr {
	background-image: url(../../images/structure/bg_wrapper_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#container {
	overflow:hidden;
	position:relative;
	width: 918px;
	padding: 8px 35px 38px 37px;
	background-image: url(../../images/structure/bg_wrapper_l.jpg);
	background-repeat: no-repeat;
	height:580px;
	background-position: left top;
}
div.top {
	border:0;
	background:#e2e2e2;
	width: 918px;
	height: 3px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
div#menu {
	width: 918px;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	height: 36px;
}
div#menu a {
	color: #464646;
	font-weight: normal;
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: none;
	color: #a9a9a9;
	font-weight: normal;
}
span.menu_between {
	color: #e79d0c;
	font-size: 18px;
}
div#topfotos {
	width: 872px;
	margin-top: -20px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
div#topfotos_small {
	position: absolute;
	top: 265px;
	right: 60px;
	z-index: 2;
}
div#topfotos_small #thumb {
	width: 80px;
	height: 80px;
	margin-left: 15px;
	background-image: url(../../images/structure/shade.png);
}
div#topfotos_small img {
	border: 3px solid white;
}
div#thumb {
	float: left;
}
div#submenu {
	border-left: 6px solid #C6C5C4;
	margin: 20px 0px 0px 40px;
	min-height: 197px;
	padding-top: 0px;
	height: 197px;
}
div#submenu_items {
	position: absolute;
	z-index: 10;
}

a.submenu_categorie {
	color: #474343;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	visibility: hidden;
}
a.submenu_categorie:hover, a.submenu_categorie{
	visibility: visible;
}
#submenu a:hover .switch_on, #submenu a:active  .switch_on{
	visibility: visible;
}
.switch_on {
	visibility: hidden;
}
.submenu_active {
	visibility: visible;
}
a.submenu_pagina {
	color: #474343;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	padding-left: 20px;
}
a.submenu_pagina:hover {
	text-decoration: underline;
	color: #E79A2A;
}
div.submenu_group_close {
	display: none;
}
div.submenu_group_open {
	display: block;
}
div#content {
	height:283px;
	border-left: 6px solid #C6C5C4; 
	margin-left: 40px;
	padding: 50px 0px 20px 0px;
}
div#heading_homepage {
	padding: 12px 0 0 18px;
}
div#content_homepage {
	border-left: 6px solid #C6C5C4; 
	margin-left: 40px;
	margin-top: 20px;
	padding-top: 0px;
	width: 600px;
	min-height:550px
}
div#container_homepage {
	position: absolute;
	z-index: 5;
}

div#content_zijfotos {
	border-left: 6px solid #C6C5C4; 
	margin: 20px 0px 0px 40px;
	padding-top: 0px;
	width: 480px;
	height:550px;
}
div#content_breed {
	border-left: 6px solid #C6C5C4; 
	margin: 20px 0px 0px 40px;
	padding-top: 0px;
	width: 900px;
	overflow:auto;
	height:550px;
}
div#content_breed div#main {
	width:850px;
}
div#main {
	padding: 10px 0 0 19px; 
	min-height: 328px;
	height: auto !important;
}
div#main_home {
	padding: 0 0 0 19px;
	min-height: 268px;
/*	height: auto !important; */
	height: 268px;
	width: 270px;
	overflow: hidden;
}	
div#zijfotos {
	float:right;
	margin-top: 210px;
}
div#zijfotos_homepage {
	position: absolute;
	z-index: 1;
	margin:0px 0px 0px 287px;
	width:564px;
}
div#bottom {
	background-image: url(../../images/structure/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 45px;
	font-size: 11px;
	padding-left: 37px;
}
hr.bottom {
	border:0;
	background:#e2e2e2;
	height: 3px;
	width: 845px;
	text-align: left;
	margin-left: 0px;
}
div#bottom a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
div#bottom a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #e79a2a;
}
div#logo {
	position: absolute;
	bottom: 42px;
	right: 35px;
}
div#nieuws {
	background-image: url(../../images/structure/bg_nieuws.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 408px;
	left: 104px;
	width: 777px;
	z-index: 2;
}
div#bg_nieuws {
	background-image: url(../../images/structure/top_bg_nieuws.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	height: 176px;
	overflow:hidden; 
}
div#nieuws_berichten {
	float: left;
	width: 230px;
	color: #ffffff;
	margin-right: 40px;
}
div#nieuws_berichten a {
	color: #FFFFFF; text-decoration: none;
}
div#nieuws_text {
	float: left;
	color: #ffffff;
	width: 345px;
}
div.nieuwsHr {
	margin: 4px 0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
}
a.nieuws_link {
	color: #ffffff;
	text-decoration: none;
}
span.nieuws_date {
	color: #e79a2a;
	font-weight: bold;
}
span.nieuws_title {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	display:block;
}
span.nieuws_leesmeer {
	color: #e79a2a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
div#nieuws_thumb {
	float: right;
	border: 1px solid white;
}

div#contact_left {
	float: left;
	width: 350px;
}
div#contact_right {
	float: left;
	width: 270px;
}
table.contactformulier td {
	height: 22px;
}
td.contact_key {
	width: 126px;
	text-align: right; 
}
td.required {
	color: #e79a2a;
	width: 10px;
	text-align: center;
}
input.contact {
	border: 1px solid #e3e3e3;
	width: 200px;
	height: 15px;
	font-family: Arial;
}
textarea.textarea {
	width: 200px;
	height: 170px;
	border: 1px solid #e3e3e3;
	font-family: Arial;
}
td.buttons {
	text-align: right;
	padding-top: 5px;
}
