html, body {
	min-height: 100%;
	_height: 100%;
	width: 100%;
	z-index: 1;
}
html {
	overflow-x: hidden;
}
html>body {
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
  font-family: Arial;
}

img{
    z-index: 1;
}

#container {
  position: absolute;
	left: 50%;
	margin-left: -460px;
  width: 920px;
	height: 100%;
	/* width nog onbekend... */

}

/* HEADER */
#header_text {
  position: absolute;
  top: 182px;
  left: 627px;
  margin-left: -68%;
}
#header_logo {
  position: absolute;
  top: 180px;
  left: 720px;
}
#header_logo img {
  border: none;
}
#header_navigation {
  position: absolute;
	top: 135px;
  font-family: Arial;
  font-size: 10px;
  color: #999999;
	left: 1px;
}
#header_navigation a:link, #header_navigation a:visited {
  text-decoration: none;
} 

/* LEFT */
#left_navigation_container {
  /* wegens line-height van left_navigation een paar pixeltjes hoger... */
  /* top: 177px; */
    position: absolute;
	top: 290px;
    overflow: hidden;
    left: 0px;
    height: 300px;
    z-index: 1;
}
.rmLeftMenu 
{
	position: absolute;
	top: 290px;
    overflow: hidden;
    left: 0px;
    height: 300px;
}
#leftMenu {
    margin-left: -18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 10;
}
#leftMenu * {
  font-size: 12px;
}
#leftMenu a:link, #leftMenu a:visited {
	color:#FF7800;
	text-decoration:none;
}
#leftMenu a:hover {
	text-decoration:none;
}
#leftMenuActive {
	color:#FF7800;
	text-decoration:none;
}
#leftMenuActive a:link, #leftMenuActive a:visited {
	color:#FF7800;
	text-decoration:none;
}
#leftMenuActive a:hover {
	color:#FF7800;
	text-decoration:none;
}
#leftMenu .TreeNodeOver {
	color:#FF7800;
	text-decoration:none;
}

.leftMenu{
    height: 300px;
}

.menu_level1{
    background: #FF0000;
    z-index: 25;
}

/* RIGHT */
#right_address_container {
  /* wegen line-height (right_container_address) paar pixeltjes lager */
  position: absolute;
	/* top: 175px; */
	top: 293px;
	width: 188px; /* ??? afhankelijk van maincontainer width */
  left: 722px;
	overflow: hidden;
}
.address {
  font-size: 12px;
	line-height: 20px;
    color: #000;
}
.address a:link, .address a:visited {
    color: #FF7800;
	text-decoration: none;
} 
.address a:hover {
  color: #FF7800;
	text-decoration: underline;
}
#right_additional {
  position: absolute;
  left: 722px;
  top: 437px;
  color: #FF7800;
	font-size: 15px;
	line-height: 18px;
}
#right_additional a:link, #right_additional a:visited {
	color: #000;
  font-size: 12px;
	line-height: 18px;
	text-decoration: none;
} 
#right_additional a:hover {
	color: #FF7800;
	text-decoration: underline;
} 

/* ADDITIONAL */
.additional_header {
  color: #FF7800;
	font-size: 15px;
	line-height: 18px;
}
.additional_link a:link, .additional_link a:visited {
	color: #000;
    font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

/* BREED */
#breed {
  font-size: 12px;
	position: absolute;
	top: 295px;
	left:143px;
	line-height: 20px;
}

#breed h1 {
  color: #FF7800;
	font-size: 15px;
  margin-top: -3px;
  margin-bottom: 13px;
  padding: 0px;
}

#breed h2 {
	color:#FF7800;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	margin:15px 0px 1px;
	padding:0px;
}

/* CONTENT */
#content {
    font-size: 12px;
	position: absolute;
	top: 292px;
	left:141px;
	width: 558px;
	line-height: 20px;
	z-index: 1;
}
#content a:link, #content a:visited {
    color: #FF7800;
	text-decoration: none;
}
#content a:hover {
    color: #FF7800;
	text-decoration: underline;
}
#content h1 {
  color: #FF7800;
	font-size: 15px;
  margin-top: 0px;
  margin-bottom: 13px;
}
#content h2 {
  color: #FF7800;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	margin-bottom: 10px;
}
#content .ul1 {
  margin:0px;
	padding: 0px;
}
#content .ul1 li{
  background-image: url(../Images/li1.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
  line-height: 18px;
  list-style-type: none;
  padding-left: 8px;
}
.content_header {
  margin-left: -2px;
	margin-top: -6px;
}
.tbl1 {
  margin: 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tbl1 td {
  margin: 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
  vertical-align: top;
}
.tblLinks {
  margin: 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tblLinks td {
    margin: 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
    vertical-align: top;
	height: 18px;
}
.tblLinks td a:link, .tblLinks td a:visited {
    font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	color: #000;
}
.projecten a:link, .projecten a:visited {
    display: block;
	width: 180px;
	height: 137px;
	margin-right: 8px;
	margin-bottom: 8px;
    border: 1px solid #FFF;
	background-repeat: no-repeat;
}
.projecten a:hover {
    width: 180px;
	height: 137px;
	overflow: hidden;
    border: 1px solid #FF7800;
}
.projecten img {
	width: 180px;
	height: 137px;
    border: none;
}
.projecten_links {
	margin-top: -4px;
}
.projectlink {
	font-size:15px;
	line-height:20px;
	font-family:Arial,verdana;
	color:#999999;
}
.projectlink a:link, .projectlink a:visited {
	font-size:15px;
	line-height:20px;
	color:#999999;
	text-decoration:none;
}
.projectlink a:hover {
	color:#FF7800;
	text-decoration:none;
	font-size:15px;
	line-height:20px;
}
.projectlinkhover a:link, .projectlinkhover a:visited {
	color:#FF7800;
	text-decoration:none;
	font-size:15px;
	line-height:20px;
}
.projectlinkhover a:hover {
	color:#FF7800;
	text-decoration:none;
	font-size:15px;
	line-height:20px;
}
.projectlinkhover {
	color:#FF7800;
	text-decoration:none;
	font-size:15px;
	line-height:20px;
}
.fld1 {
  border: 1px solid black;
	margin:0px;
	padding:0px;
	height: 17px;
  padding-top: 1px;
  padding-left: 4px;
}
.btnImage {
  background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	margin:0px;
	padding:0px;
}
#flash {
  position: absolute;
	top: 11px;
}
.divImages {
  width: 578px;
	margin-top: 6px;
  margin-bottom: 12px;
  display: block;
}
.divImages img {
	background-color: #FFB877;
	margin-right:13px; 
}
.divImages .noBorder {
  /*
  border: 1px solid #FFF;
  padding: 1px;
	background-color: transparent;
  */
}

#right_address_container .productLink a:link, #right_address_container .productLink a:visited {
  color: #999;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
} 
#right_address_container .productLink a:hover {
  color: #FF7800;
}

#tblDocAanvraag {
}

#tblDocAanvraag input {
  width: 20px;
	height: 18px;
	border: 1px solid black;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-right: 6px;
}
#tblDocAanvraag div {
	margin: 0px;
	height: 22px;
}

body:first-of-type #tblDocAanvraag div {
	height: 22px;
}

#rollimage {
  position: absolute;
  margin-top: 50px;
	margin-left: 580px;
}

.rechterkantLinkje{
	line-height: 20px;
	color: #999;
	font-size: 15px;
	text-decoration: none;
}

a.rechterkantLinkje:hover{
	line-height: 20px;
	color: #FF7800;
	font-size: 15px;
	text-decoration: none;
}