@charset "utf-8";
/* CSS Document */
html {
height: 100%;
}

body {
	margin: 0;
	background-color:#F7EEEE;
	background-image:url(../images/bg_wrapper.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%;
}
img { border-width: 0px; }

a:link  {
	font-family:corbel;
	font-size:13px;
	font-weight:bold;
	color:#3e383f;
	line-height: 19px;
	text-decoration:none;
	}
a:hover {
	font-family:corbel;
	font-size:13px;
	font-weight:bold;
	color:#B49330;
	line-height: 19px;
	text-decoration:none;
	}
	.image {
		margin-left: 15px;
	}
/* background layout */
div.bg_image {
  width: 100%;
  height: 110%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 0;
}
img.bg_image {
  width: 100%;
  height: 110%;
  left: 0px;
  right: 0px;
  top: 0px;
  position: fixed;
}
/* ///////////////////////// */

#wrapper {
	position:relative;
	margin:auto;
	width: 968px;
	min-height: 100%;
	height: auto;	
	z-index: 10;
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
}
#top {
	width: 100%;
	height: 185px;
}
	#header {		
		width: auto;
		height: auto;
}
	#flash {
		float: right;
		width: 460px;
		height: 185px;
		margin-right: 8px;
	}
#top2 {
	width: 610px;
	height: 20px;
	padding: 0 0 5px 355px;
	font-family:corbel;
	font-size:23px;
	color:#B49330;
	font-weight:bold;
}
#wrap_content {
	width: 968px;
	height: 350px;

}
	#navigatie {
		width: 200px;
		height: auto;
		margin-left: 50px;
		padding-top: 13px;
	}
		.nav_width { 
		width: 135px; height: 18px; 
		background-image:url(../images/button.gif);
		background-position: 0 -1px;
		margin: 0 0 30px 0;
		padding: 5px 8px 8px 8px ;
		text-align:center;
	}
		#navigatie a:link {
			font-family:corbel;
			font-size:12px;
			color:#fff;
			font-weight:bold;
			text-decoration: none;
			text-align:center;
		}
		#navigatie a:visited {
			font-family:corbel;
			font-size:12px;
			color:#fff;
			font-weight:bold;
			text-decoration: none;
			text-align:center;
		}
		#navigatie a:active {
			font-family:corbel;
			font-size:12px;
			color:#fff;
			font-weight:bold;
			text-decoration: none;
			text-align:center;
		}
		#navigatie a:hover {
			font-family:corbel;
			font-size:12px;
			color:#333333;
			font-weight:bold;
			text-decoration: none;
			text-align:center;

		}
	#content {
		float: right;
		width: 600px;
		padding: 0 40px 10px 40px;
		height: auto;
		background-image:url(../images/tekstframe.png);
		background-repeat:no-repeat;
		background-position: 30px 0px;
		font-family:corbel;
			font-size:13px;
		font-weight:bold;
		color:#3e383f;
		line-height: 19px;
	}
		#content_breed {
			width: 520px;
			height: auto;
			margin: 35px 50px 0 30px;
			}
		#c_left {
			width: 235px;
			height: auto;
			margin: 35px 50px 0 30px;
			}
		
		#c_right {
			float: right;
			width: 235px;
			height: auto;
			margin: 35px 45px 0 0;
			}
#footer{
	float: right;
	position:relative;
	bottom: 0;
	width: 963px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	height: 205px;
	font-family:corbel;
	font-size:13px;
	color:#B49330;
	margin-left: 3px;
}
#footer p {
	margin-top: 110px;
	float: right;
	width: 550px;
	margin-right: 20px;
	text-align:right;
	}
#footer p a {
	font-family:corbel;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	padding:0 4px 0 4px;
	font-weight:bold;
	}
#footer p a:hover {
	font-family:corbel;
	font-size:12px;
	color:#B49330;
	text-decoration:none;
	padding:0 4px 0 4px;
	font-weight:bold;	
	}

.tekst {
	font-family:corbel;
	font-size:13px;
	font-weight:bold;
	color:#3e383f;
	line-height: 19px;
	}
.tekstBold {
	font-family:corbel;
	font-size:14px;
	font-weight:bold;
	color:#3e383f;
	line-height: 19px;
	}
.tekstBoldgoud1 {
	font-family:corbel;
	font-size:15px;
	font-weight:bold;
	color:#B49330;
	line-height:19px;
	}
.tekstBoldzwart {
	font-family:corbel;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:19px;
	}
.tekstBoldgoud {
	font-family:corbel;
	font-size:17px;
	font-weight:bold;
	color:#B49330;
	line-height:19px;
	}

/* //  FORM /////*/

form {
  padding: 0;
  margin: 0;
  width: auto;
  
}
fieldset {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 0 15px 0;
	border: none;
}
label {
	font-family:corbel;
	font-size:13px;
	color:#B49330;
	font-weight:normal;
	float: left;
	width: 20%;
	vertical-align: top;
	padding: 0 0 0 10px;
}
legend {
	font-family:corbel, sans-serif;
	font-size:17px;
	color: #B49330;
	font-weight:bold;
	margin: 0 0 15px 0;
	}
input,
textarea,
select {
  padding: 1px;
  font: 400 1em corbel, sans-serif;
  color: #666;
  background: #fff;
  border: 1px solid #E6D5A2;
  margin: 2px 2px 0px 1px;  
}
.submit {
	font-family:corbel, sans-serif;
	font-size:12px;
	color: #673499;
	font-weight:bold;
	cursor:pointer;
	padding: 2px 2px 2px 100px;

}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
background-color:#F8EFF0;
}
.bg_bemiddeling table {
	width: 520px;
	background-image:url(../images/bg_bemiddeling.gif);
	background-position:top left;
	height: auto;
	text-align: center;
	padding: 20px;
}
.bg_bemiddeling img {
	border: 5px solid #D5C4C1;
}
	
