/* CSS Document */

* {
	margin:	0;
	padding:0;
	border:	0;
	outline:0;
}

body { 
	font: 12px/20px  Arial, sans-serif;
	background: #405a7d url(images/bg_water.jpg) no-repeat top center;
}

#holder { 
	width:966px; 
	margin:0 auto;
}


#header {
	width:966px; 
	height:210px; 
	float:left;
	background-image:url(images/header.jpg);
}

#menu {
	width:966px;
	height:41px;
	float:left;
	text-align:center;
	background-image:url(images/menu.jpg);
}

#container {
	width:926px; 
	float:left;
	margin:0;
	padding:20px;
	background-color:white;
}


#content {
	width: 640px; 
	float: left; 
	margin: 0 20px 0 0;
	padding: 20px;
	border: 1px solid #efefef;
}


#content_breed {
	width: 878px; 
	float: left; 
	padding: 20px;
	border: 1px solid #efefef;
	margin: 0px;
}

#submenu {
	width: 200px; 
	float: left; 
	margin: 0 20px 0 0;
	padding:20px 0;
	border: 1px solid #efefef;
}



#footer {
	height: 73px; 
	width: 966px;
	float: left; 
	line-height:34px;
	text-align:center;
	background:transparent url(images/footer.png) no-repeat top left;
	behavior: url('iepngfix.htc');
}



#vlaggen {
	position:			absolute;
	top:				70px;
	width:				56px;
	height:				26px;
	padding:			0;
	margin:				0 0 0 895px;
}

.vlag_nederlands {
	background: url(images/vlag_nl.jpg) no-repeat top left;
	width:22px;
	height:16px;
	border: 2px solid white;
	display:inline-block;	
}

.vlag_duits {
	background: url(images/vlag_de.jpg) no-repeat top left;
	width:22px;
	height:16px;
	border: 2px solid white;
	display:inline-block;	
}

.actief,
.vlag_nederlands:hover,
.vlag_duits:hover {
	border: 2px solid #99ba47;
}


h1,h2,h3,h4,h5,h6 { font-weight: normal;letter-spacing: -0.9px;}

h1 { font-size: 2em; line-height: 1; margin: 0 0 0.4em 0; color:#405a7d;  }
h2 { font-size: 1.8em; margin-bottom: 0.75em; margin-top:10px; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

p { margin: 5px 0 15px; line-height: 1.5em; color:#333; font-size:12px; }

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


.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }



span.footertekst {
	color:#666;
	margin:0 10px;
	padding:0;
	font-size:1em;
}

span.footertekst a, span.footertekst a:visited {
	color:#405a7d;
	text-decoration:none;
}

span.footertekst a:hover, span.footertekst a:active {
	text-decoration:underline;
}



DIV#menu ul
{
	margin: 			0 auto;
	width:				900px;
	text-align:			center;
	padding: 			0;
	list-style: 		none;
}

DIV#menu ul li {
	margin: 			0;
	padding: 			0;
	float:				left;
}

DIV#menu ul li a {
	display: 			inline-block;
	list-style: 		none;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	color:				#cccccc;
	font-size:			1.2em;
	line-height:		33px;
	margin: 			0 28px;
	padding:			0;
	height:				33px;
	width:				auto;
	text-align:			center;
	text-decoration: 	none;
}

DIV#menu ul li.Selected a, 
DIV#menu ul li a:hover {
	color: 				#ffffff;
	text-decoration: 	underline;
}

DIV#menu ul li.current_page_item a,
DIV#menu ul li.current_page_parent a,
DIV#menu ul li.current_page_ancestor a {
	text-decoration: 	underline;
}



DIV#submenu ul{
	margin: 			0;
	padding: 			0;
	width:				200px;
	border-top:			1px solid #efefef;
	list-style: 		none;
}

DIV#submenu ul li {
	margin: 			0;
	padding: 			0;
	width:				200px;
	border-bottom:		1px solid #efefef;
	list-style: 		none;
} 

DIV#submenu ul li a {
	background:			#fff url(images/pijl.png) 12px 10px no-repeat;
	display:			block;
	width:				160px;
	text-align:			left;
	font-weight:		normal;
	line-height:		18px;
	padding:			5px 15px 5px 25px;
	text-decoration: 	none;
}

DIV#submenu ul li a:hover {
	color: 				#000;
	background-color: 	#efefef;
	font-weight:		bold;
}

DIV#submenu ul li.current_page_item a,
DIV#submenu ul li.current_page_parent a,
DIV#submenu ul li.current_page_ancestor a {
	color: 				#000;
	background-color: 	#efefef;
	text-decoration:	underline;
}




.post-date {
	width: 45px;
	height: 49px;
	margin-left:15px;
	float:left;
	margin-top:10px;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	margin: 0 0 0 70px;
	width:830px;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding: 4px 0 4px 18px;
	float: left;
	display:none;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}

ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}

ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}

ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}

ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}

li.widget_calendar td {
	padding: 1px 7px;
}

.textwidget {
	padding-top: 5px;
}

#searchform {
	position:absolute;
	top:168px;
	margin-left:30px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 135px;
	height: 21px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #9abc43;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	margin-left:4px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}





.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	width: 300px;
	padding: 3px 4px;
	border: 1px solid #9abc43;
	background: #fff;
	margin-right: 2px;
	color: #333;
}

textarea {
	height: 100px;
}

p.button input {
	background-color: #9abc43;
	border: none;
	width: 67px;
	height: 26px;
	padding: 4px 10px;
	line-height:26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor:pointer;
}




/* Nieuws
-------------------------------------------------------------- */

.nieuws_container {
	background			: none;
	border				: 1px solid #fff;
	float				: left;
	padding				: 10px;
	width				: 858px;
}

.nieuws_container:hover {
	border				: 1px solid #9abc43;
	background-color	: #f2f2f2;
	cursor				: pointer;
}

.nieuws_links {
	background			: none;
	float				: left;
	margin-right		: 17px;
	width				: 80px;
}

.nieuws_rechts {
	width				: 600px;
	background			: none;
	float				: left;
}

.nieuws_container P.meerlezen {
	font-size			: .8em;
	color				: #666;
	margin				: 5px 0 0 0;
	padding				: 0;
}

.nieuws_container P.meerlezen A {
	text-decoration		: none;
	color				: #666;
}

.nieuws_container:hover P.meerlezen A {
	text-decoration		: underline;
	color				: #405a7d;
}

span.datum_dag {
	color				: #405a7d;
	display				: block;
	font-size			: 24px;
	font-weight			: bold;
	padding				: 0;
	text-align			: center;
}

span.datum_maand {
	color				: #666;
	display				: block;
	font-size			: 11px;
	padding				: 0 0 2px 0;
	text-align			: center;
}

.nieuws_container P {
	margin				: 5px 0 10px;
}


/* Nieuwspagina
-------------------------------------------------------------- */

DIV#nieuws_navigatie {
	border-top				: 1px solid #405a7d;
	float					: left;
	margin					: 15px 0 0 0;
	width					: 100%;
}

DIV#nieuws_navigatie_1,
DIV#nieuws_navigatie_2,
DIV#nieuws_navigatie_3 {
	float					: left;
	margin					: 0;
	padding					: 5px 10px;
	width					: 349px;
}

DIV#nieuws_navigatie_2 {
	text-align				: center;
	width					: 120px;
}

DIV#nieuws_navigatie_3 {
	text-align				: right;
}

DIV#nieuws_navigatie_1 A,
DIV#nieuws_navigatie_2 A,
DIV#nieuws_navigatie_3 A {
	color					: #999;
	text-decoration			: none;
	font-size				: 10px;
}

DIV#nieuws_navigatie_1 A:hover,
DIV#nieuws_navigatie_2 A:hover,
DIV#nieuws_navigatie_3 A:hover {
	color					: #405a7d;
	text-decoration			: underline;
}

