@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;}

img { border: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 {color: #A9B194; font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; font-size: 24px; display: inline; font-weight: normal; }
h2 {color: #A9B194; font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; font-size: 20px; display: inline; font-weight: normal; }
h3 {color: #FFFFFF; font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; font-size: 12px; font-weight: normal;}
h4 {color: #5A5A5D; font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; font-size: 12px; }
h5 {color: #A9B194; font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; font-size: 10px; }
h6 {color: #A9B194; font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; font-size: 9px; }


/*------------------------------- Opmaak ---------------------------------*/

hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted #CDCDCD;
	margin: 5px 0 10px 0;
}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 980px;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	height: 52px;
	margin-bottom: 11px;
	border-bottom: 1px dotted #CDCDCD;
	font-size: 14px;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	float: left;
	display: block;
	height: 37px;
	color: #5A5A5D;
	text-decoration: none;
	padding: 14px 13px 0 13px;
	border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF;
}
#menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #AAB091;
	border-left: 1px solid #BFC4AC; 
	border-right: 1px solid #D4D7C8;
}
#menu li#end a {
	padding-right: 10px;
}

/*------------------------------- Main ---------------------------------*/

#main {
	font-size: 12px;
	color: #5B5B5C;
	line-height: 20px;
	padding-bottom: 137px;
}
	#main a { color: #a8b194; text-decoration: none; font-family : 'Century Gothic'; }
	#main a:hover {	color: #a8b194;	text-decoration: underline;}
	

/*------------------------------- Home top ---------------------------------*/

#home_top {
	height: 281px;
	clear: both;
}

#logo {
	float: left;
	margin: 0 13px 11px 0;
}

#bekijk_bestand {
	float: left;
	margin: 0 13px 0 0;
}

#intro {
	float: right;
	width: 509px;
	height: 230px;
	overflow: hidden;
	background: #5A5A5D;
	border-left: 1px solid #BFC4AC; 
	border-top: 1px solid #D4D7C8;
	border-right: 1px solid #D4D7C8;
	padding: 25px;
	color: #FFF;
	font-size: 16px;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana;
	line-height: 24px;
}
#intro p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}


/*------------------------------- Home bottom ---------------------------------*/

#home_bottom {
	height: 333px;
}

#recente_publicaties {
	float: left;
	width: 750px;
	margin-right: 0px;
}

#recente_publicaties .top {
	width: 190px;
	height: 30px;
	padding: 17px 0 0 550px;
	text-align: right;
	border-bottom: 1px dotted #CDCDCD;
	font-size: 17px;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana;
	color: #A9B194;
}

#recente_publicaties .content div {
	float: left;
	text-align: center;
	color: #5A5A5D;

}
#recente_publicaties .content img {
	padding: 10px 10px 10px 0;
	margin-bottom: 7px;
	border-bottom: 1px dotted #CDCDCD;
}

#home_bottom_right {
	float: left;
	width: 230px;
	height: 220px;
	border-top: 1px dotted #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	margin-top: 47px;
}
#home_bottom_right .content {
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}


/*------------------------------- Content left ---------------------------------*/

#content_left {
	float: left;
	width: 176px;
	margin: 14px 0 35px 0;
}

#block_title {
	width: 143px;
	height: 25px;
	display: block;
	margin: 10px 0;
	padding: 7px 0 0 11px;
	color: #FFF;
	background: #5A5A5D;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #838385;
	border-bottom: 1px solid #ACACAE;	
}

#block_title a  { color: #fff; }
#block_title a:hover  { color: #fff; }

#submenu { list-style: none; }
#submenu li { padding: 5px 0 0 1px; }


/*------------------------------- Content center ---------------------------------*/

#content_center  {
	float: left;
	width: 534px;
	margin: 14px 0 35px 0;
	min-height: 300px;
	padding: 0 25px;
	border-left: 1px dotted #CDCDCD;
	border-right: 1px dotted #CDCDCD;
	font-size: 12px;
}


#content_center p, div, span {
	
	font-size: 12px;
}

#tekstpagina {
	
	padding-right:30px;
	
}



#content_center .line {

	border-bottom: 1px dotted #CDCDCD;
	width: 100%;;
	margin-bottom: 15px;
	margin-top: 15px;

}



/*------------------------------- Content center big -----------------------------*/

#content_center_big {
	float: left;
	width: 780px;
	margin: 14px 0 35px 0;
	min-height: 300px;
	padding: 0 11px;
	border-left: 1px dotted #CDCDCD;

}

#content_center_big p {
	padding-right:7px;
}

#content_center_big .line {

	border-bottom: 1px dotted #CDCDCD;
	width: 100%;;
	margin-bottom: 15px;
	margin-top: 15px;
}


#search_box {
	
		border-bottom: 1px dotted #CDCDCD;
		height: 190px;		
		margin: 10px 0px 5px 0px;
}

#search_box TD { padding : 0px 0px 5px 0px; }

#search_box .smal { width: 72px;}
#search_box .breed { width: 170px;}

#representative_data {
	
	float : left;
	width: 430px;
	height: 215px;

	
}
#representative_thumbs {
	
	float : left;
	width: 430px;
	height: 214px;


	
}


#representative_data TD {  vertical-align:top;}

#representative_photos {
	
	float : right;
	width: 340px;
	padding: 0px;
	margin: 0px;
	
}

#representative_info {

	width: 440px;
	padding:0px;
	margin:0px;
	float:right;

}

#representative_photo {

	border-style : solid;
	border-color : #888888;
	border-width : 1px;
	padding:0px;
	margin:3px;
	width : 310px;
	height : 420px;
	float : right;

	
}

#representative_thumb {

	border-style : solid;
	border-color : #888888;
	border-width : 1px;
	padding: 0px;
	width: 100px;
	height: 100px;
	margin:2px;
	float : right;
	cursor : pointer;
	
}



/*------------------------------- Content right ---------------------------------*/

#content_right {
	float: left;
	width: 218px;
	min-height: 400px;
	margin: 14px 0 35px 0;
	text-align: right;
}

#content_right .line {

	border-bottom: 1px dotted #CDCDCD;
	width: 190px;
	float: right;
	margin : 5px 0px 5px 15px;
	
}

/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	margin-top: -137px; /* negative value of footer height */
	height: 117px;
	padding-top: 20px;
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;
	background: url(../images/footer_bg.jpg) repeat-x;
}
	#footer a { color: #FFFFFF; text-decoration: none; }
	#footer a:hover { color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #CDCDCD; }

#footer ul {list-style: none; height: 117px;}

#footer .wrapper {
	margin: 0 auto;
	width: 980px;
}

#footer .items {
	float: left;
	padding: 0 20px;
	border-left: 1px dotted #CDCDCD ;
	font-size: 11px;
	width: 92px;
}
#footer .items_last {
	float: right;
	padding-left: 23px;
	padding-right: 20px;
		
	text-align: right;
	border-right: 1px dotted #CDCDCD ;
	border-left: 1px dotted #CDCDCD ;
	font-size: 11px;
}


/*------------------------------- Forms ---------------------------------*/

input, textarea, select {

	background-color: #ffffff;
	border-style : solid;
	border-width : 1px;
	border-color: #cccccc;

	color : #555555;
	font-family : verdana, arial;
	font-size : 12px;
}



input { height : 17px; }

.submit_button  {

	
	color: #5A5A5D; 
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Verdana; 
	font-weight: bold;
	font-size: 12px; 
	border-style: none;
	cursor: pointer;
	
	
}

.aanmeld_column_name  {  width:200px; }


/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*------------------------------- Jochems element CSS ---------------------------------*/

#save_dialog {

	top : 1px;
	
	margin-left: 250px;
	width : 200px;
	height : 100px;
	border-style : dotted;
	border-width: 1px;
	border-color: #666666;
	background-color: #ffffff;
	font-family : tahoma;
	font-size : 12px;
	z-index:100;
	position : fixed;
	text-align: center;
	padding:20px;
	display : none;
	
}
.inactive {

	opacity:.5;
 filter:Alpha(opacity=50);
 /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */

}



.thumbnail {

	float:left;
	padding:3px;

	cursor: pointer;

}




.empty_thumb {

	width : 150px;
	height : 150px;
	background-color: #666666;
	color: #ffffff;
	text-align: center;

}


