@charset "UTF-8";

/* KISSTEC SITE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/*************************************************/
/* Page Layout styles                            */
/*************************************************/

/* Positionering algemeen
**************************************************/

/* Page Layout
**************************************************/

#outer_table {
	width: 100%;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background: url(../img/img_site/footer_bg.jpg) repeat-x left bottom;
}

#left {
	width: 50%;
	background: url(../img/img_body/left_bg_tile.jpg) repeat-x right top;
	vertical-align: top;
}

#right {
	width: 50%;
	background:  url(../img/img_body/right_bg_tile.jpg) repeat-x left top;
}

#wrap_container {
	width: 966px;
	vertical-align: top;
}

#wrap {
	width: 966px;
}

#header {
	height: 358px;
	background: url(../img/img_site/header_bg.jpg) no-repeat;
	position: relative; /* refbox */
}


#headertekst1 {
	color: #fff;
	position: absolute;
	top: 130px;
	left: 60px;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: normal;
	width: 300px;
}

#headertekst2 {
	color: #fff;
	position: absolute;
	top: 155px;
	left: 193px;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: normal;
	width: 300px;
}

/* Taalkiezer

**************************************************/

#taal {
	font: 11px/15px "Trebuchet MS", Helvetica, sans-serif;
	color: #34536c;
	width: auto;
	position: absolute;
	top: 14px;
	height: 26px;
	text-align: right;
	right: 15px;
}

#taal a {
	color: #34536c;
	text-decoration: underline;
}

#taal a:hover {
	color: #5082AA;
}

#taal img {
	float: none;
	vertical-align: middle;
	margin-left: 0px;
	behavior: url("skins/iepngfix/iepngfix.php"); /* Transparantie in IE6 */
}

#taalcurrent {
	color: #A5BFD3;
	text-decoration: none;
}

#contact {
	text-transform: uppercase;
	position: absolute;
	width: auto;
	top: 10px;
	right: 80px;
	font-size: 20px;
	color: #aeaeae;
}

#contact em {
	font-style: normal;
	color: #164899;
}

form#zoekForm {
	padding: 0;
	border: none;
	width: auto;
	height: 19px;
	background: transparent;
	position: absolute;
	top: 99px;
	right: 40px;
}

form#zoekForm p {
	margin: 0;
	padding: 0;
}

form#zoekForm input {
	float: left;
	border: none;
	background: url(../img/img_site/qsearchbox.gif) no-repeat left top;
	color: #000;
	margin: 0;
}

form#zoekForm .tbox {
	margin: 0px 0px 0px;
	width: 147px;
	display: inline;
	font: 11px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
}

form#zoekForm .btn {
	width: 21px;
	height: 19px;
}

form#zoekForm label {
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	left: -70px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 1px;
}

#main {
	position: relative; /* refbox */
	vertical-align: top;
}

#footer {
	position: relative; /* refbox */
	height: 25px;
	text-align: left;
	font-size: 11px;
	color: #fff;
}

#footer_left {
	position: absolute;
	height: 25px;
	width: auto;
	left: 25px;
	line-height: 25px;
	white-space: nowrap;
}

#footer_left a {
	color: #fff;
	text-decoration: underline;
}

#footer_left a:hover {
	color: #005DAC;
}

#footer_right {
	position: absolute;
	height: 25px;
	width: auto;
	line-height: 25px;
	right: 25px;
	white-space: nowrap;
}

#footer_right a {
	color: #fff;
	text-decoration: underline;
}

#footer_right a:hover {
	color: #005DAC;
}

/*
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 225px   | flexible  | 210px   |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */

#col1 {
	width: 225px;
	float: left;
	position: relative;
	left: 0px;
}

#col2 {
	float: right;
	width: 222px;
}

#col2 img {
	margin-bottom: 10px;
}

#col3 {
	width: auto;
	margin: 0 240px 0 255px
}

#col3_breed {
	width: auto;
	margin: 0 0px 0 255px
}

#col1_content {
	position: relative; /* refbox */
 *margin-bottom: 20px; /* IE6 and IE7 */
 text-align: left;
 * padding-top: 18px;
}

#col2_content {
	position: relative; /* refbox */
	margin-top: 20px;
 *margin-bottom: 20px; /* IE6 and IE7 */
 width: 369px;
}

#col3_content {
	position: relative; /* refbox */
	margin-top: 15px;
 *margin-bottom: 20px; /* IE6 and IE7 */
}

#foto_bg{
	position: relative;
}

#foto_bg .vergrootFoto {
	position: absolute;
	bottom: 0px;
	left: 190px;
}

#col3_home{
	width: auto;
	margin: 0 390px 0 255px
}

#col2_content_home {
	position: relative; /* refbox */
	margin-top: 9px;
	*margin-top: 20px;
 *margin-bottom: 20px; /* IE6 and IE7 */
}

#col2_home {
	width: 369px;
	float: right;
	text-align:right
}

#col2_home img {
	margin-bottom: 10px;
}


/*************************************************/
/* Styles Losse onderdelen                       */
/*************************************************/

/* Content CMS
**************************************************/

.content {
	font-size: 13px;
	line-height: 20px;
	color: #5e5e5e;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #333;
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #5e5e5e;
}

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

.imglinks {
	float: left;
	margin: 6px;
	border: 1px solid #005dab;
}

.imgrechts {
	float: right;
	margin: 6px;
	border: 1px solid #005dab;
}

.content p {
	font-size: 13px;
	line-height: 20px;
	color: #5e5e5e;
	margin-bottom: 11px;
	*margin-bottom: 13px;
}

.content h1 {
	margin-bottom: 15px;
	color: #005dab;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	padding-top: 5px;
	font-weight: bold;
}

.content h1 em {
	font-style: normal;
	color: #5e5e5e;
}

.content h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #005dab;
	text-transform: uppercase;
}

.content h3 {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

.content h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #005dab;
	text-transform: uppercase;
}

.content h5 {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #005dab;
	text-transform: uppercase;
}

.content h6 {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #005dab;
	text-transform: uppercase;
}

p.more {
	color: #005dab;
	font-weight: bold;
}

p.more a {
	color: #005dab;
	text-decoration: underline;
}

p.more a:hover {
	color: #429FED;
}

span.more {
	color: #005dab;
	font-weight: bold;
}

span.more a {
	color: #005dab;
	text-decoration: underline;
}

span.more a:hover {
	color: #429FED;
}

#seealso {
  margin-top:16px;
}

#seealso h3 {
	font-size: 13px;
	font-weight: normal;
}

#seealso a {
	color: #005dab;
	text-decoration: underline;
		font-weight: bold;
}

#seealso a:hover {
	color: #429FED;
}

#seealso li {
	list-style: none;
	background: url(none);
	padding-left: 0px;
}


#naarboven {
	float:left;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}

#toonpdf {
	float:right;
}

/* contentHeading
**************************************************/

.contentHeading {
	position: relative; /* refbox */
	text-align: left;
	vertical-align: top;
	margin-bottom: 7px;
}

.contentHeading a {
	text-decoration: none;
	color: #2b5d87;
}

.contentHeading span {
	float: right;
	color: #006699;
	position: absolute;
	right: 8px;
	font-size: 12px;
	display: block;
	top: 0px;
}

div.contentHeading h2 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 11px;
	background: url(../img/img_algemeen/contentHeading_h2_bg.gif) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
	color: #2b5d87;
	text-transform: uppercase;
	height: 20px;
}

.nospan {
	margin-bottom: 7px;
}

.nospan h2 {
	margin-right: 0px;
}

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset {
	border: 0px dotted #fff;
}

.letsFormContainer legend {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #005dab;
	text-transform: uppercase;
	*margin-left: -7px;
}

input, select, textarea, file {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #B4CDE1;
	margin-left: 2px;
}

textarea {
	height: 145px;
	width: 220px;
	font: 12px Arial, Helvetica, sans-serif;
}

.letsFormTable {
	display:block;
	font-size:13px;
	line-height: 18px;
}

.error {
	border: 1px solid red;
}

.letsFormTD {
	width: 125px;
	padding-bottom:10px;
	vertical-align:top;
}

.letsErrorList {
	color:red;
}

.letsFormButton {
	color: #fff;
	background: #005FAC;
	padding: 1px;
	cursor: pointer;
	margin-top: 5px;
	font: bold 9px Verdana, Geneva, sans-serif;
	border-style: none;
	width: 100px;
	text-align: center;
	height: 13px;
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #E5ECF4;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
	cursor: pointer;
}

.formInfo {
	font-size: 11px;
	background: #005FAC;
	border: 1px none #000;
	width: 150px;
	margin: 0px;
	padding: 5px;
	color: #fff;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

#fotobg{
	height: 106px;
	width: 209px;
	padding-top: 4px;
	padding-left: 2px;
	background: url(../img/img_site/borderOverzicht.png) no-repeat left center;
	float: right;
	margin-left: 35px;
}

#fotobg .foto{
	height: 102px;
	width: 205px;
}


/* BOX
*******************************/

.box {
	padding-top: 21px;
	min-height: 106px;
}

.box h2 {
	padding-bottom: 16px;
	_margin-left: -35px;
}

.box h2 a{
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #005dab;
	text-transform: uppercase;
	text-decoration: none;

}

.box h2 a:hover {
	text-decoration: underline;
	color: #005dab;
}