/*
Theme Name: Dierenartsenpraktijk Zuidwest-Drenthe
Theme URI: 
Description: Thema -> Oppepper.com
Version: 1.0
Author: Oppepper.com
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; display:inline; margin-right:5px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#f78200;
}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#f78200;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#d25400;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#d25400;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

a {
	color:#f78200;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; /* aangepast: was 10px */
	color:#000;
	font-weight:normal;
	background-image:url(images/background_stamp.jpg);
}

div#wrapper {
	width:990px;
	background:#FFFFFF;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:10px auto;/* 10 px aan de boven kant ruimte en auto om de rest te centreren...*/
}

div#header {
	width:990px;
	height:200px;
	/*background-image:url(images/header.jpg);*/
	border-bottom: solid 3px #ce5100;
	/*background:#0066FF;*/
}

div#menu {
	width:245px;
	min-height:410px;
	float:left;
	background:#FFFFFF;
	padding:0px;
	margin:20px 0px 20px 0px;
	position:absolute;
z-index: 1000;
}

	div#menu ul { /* Deze regels zijn standaard voor bijna alle menu's */
		margin: 0px 0px 0px 0px;
		padding: 0;
		list-style: none;
		text-indent:20px;
		position:absolute;
	}
	div#menu ul li {
		position: relative; 
		margin-bottom: 4px;
		float: left; 
		width: 225px;
		border-bottom: dotted 1px #E2E2E2; 
	}
	div#menu ul li a {
		padding: 3px 9px 3px 0px;
		font-size: 1em;
		display: block;
		text-decoration: none;
		color: #9a9a9a; /* aangepast: was cbcbcb */
		/*width: 112px;*/
		/*background: #FFFFF5;*/
		
	}
	div#menu ul li.active a,
	div#menu ul li a:hover {
		/* background: #F35450; */
		color: #ce5100;  /* aangepast: was 000000 */
		border-left:solid 5px #ce5100;
		text-indent:15px;
	}
					
	div#menu ul li ul {
		position: absolute; /* zorgt ervoor dat het submenu absoluut gepositioneerd wordt (neemt geen ruimte in) */ 
		left: 215px; /* positioneer de ul op de breedte van de li */ 
		top: 0px;
		display: none;
		background:#fff;
	}
	
/* toegevoegd */ 

	div#menu ul li:hover ul,
	div#menu ul li.hover ul{
		display: block; /* zorgt ervoor dat bij muisover van de li (li:hover) de onderliggende ul weergegeven wordt */
	}
	
	div#menu ul li:hover ul li ul,
	div#menu ul li.hover ul li ul{
			display: none;
	}
	div#menu ul li ul li:hover ul,
	div#menu ul li ul li.hover ul{
			display: block;
	}
	
	
	div#menu ul li.current_page_ancestor a, /* zet de link styles van een ancestor en een item, zodat de basis is gelegd */
	div#menu ul li.current_page_item a {
		color: #ce5100;  /* aangepast: was 000000 */
		border-left:solid 5px #ce5100;
		text-indent:15px;
	}
	
	div#menu ul li.current_page_ancestor li.current_page_item a, /* als het een current item is dat onder een current ancestor dus (sub)sub menuitem geselecteerd */
	div#menu ul li.current_page_ancestor ul li a, /* per definitie als het een link is onder een ancestor (dus (sub)sub grijs maken */
	div#menu ul li.current_page_item ul li a { /* per definitie als het een link is onder een actief hoofdmenu grijs maken */
		color: #9a9a9a; /* aangepast: was cbcbcb */
		text-indent: 20px;
		border-left: none;
	}
	div#menu ul li.current_page_item ul li a:hover, /*nu weer alle styles terugzetten als men met de muis over de links heen gaat */
	div#menu ul li.current_page_ancestor ul li a:hover,
	div#menu ul li.current_page_ancestor li.current_page_item a:hover{
		text-indent:20px;
		color: #ce5100;  /* aangepast: was 000000 */
	}
	
/* toegoevoegd einde */		
	
						
/* subsub menu */
	div#menu ul li ul li {
		/*width: 300px;  zet de breedte van submenu */
		margin: 0;	
		border: none;					
	}
	div#menu ul li ul li a {
		font-size: 1em;
		width: 225px; /* om rare muisacties van de browser te voorkomen, breedte zetten */
		padding: 3px 9px 3px 10px;
		background: #fff;
		color: #9a9a9a;   /* aangepast: was cbcbcb */
		
		text-indent: 30px;
	}
							
	div#menu ul li ul li.active a,
	div#menu ul li ul li a:hover {
		color: #ce5100;	/* aangepast: was 000000 */
		border: none;
		text-indent: 30px; /* was 20 */
		
	}
/** einde menu **/

div#container_right {
	width:745px;
	min-height:430px;
	padding:0px;
	margin:0px;
	background:#f5e8e8;   /* aangepast: was fffafa */
	overflow:hidden;
	float:right;
}

/*-----------------------------------  blok opmaak inhoud --------------------------------------*/

	div#container_top_article {
		overflow:hidden;
		float:left;
		width:745px;
		margin:0px;
		padding:0px;
	}
		div#right_top_photo {
			width:705px;
			height:130px;
			/*padding:10px 20px 0px 20px;*/
			margin:10px 20px 0px 20px;
			background-image:url(images/content_top_photo.jpg);
			background-repeat:no-repeat;
		}
		div#right_top_article {
			width:705px;
			float:left;
			margin:10px 20px 0px 20px;
			overflow:hidden;
		}
		
/*		div#right_top_article img {
			border:dashed 2px;
			float:left;
		}*/

/*style voor detailpaginasjabloon */

div#container_detail_toparticle{
		overflow:hidden;
		float:left;
		width:745px;
		margin:0px;
		padding:0px;
}

div#detail_toparticle{
		width:705px;
		float:left;
		margin:10px 20px 0px 20px;
		overflow:hidden;
}

div#container_detail_mainarticle{
		width:705px;
		padding:0px;
		margin:10px 5px 10px 20px;
		overflow:hidden;
		float:left;
}

div#detail_mainarticle{
		width:705px;
		height:100px;
		padding: 0px;
		margin:0px;
		background:#ebebeb;
		float:left;
}


/* style voor subpaginasjabloon */
/* container*/

	div#subpagina_article {
		width:705px;
		padding:0px;
		margin:10px 5px 10px 20px;
		overflow:hidden;
		float:left;
	}/*einde container */
	
	div#subpagina_article_text {
		width:705px;
		height:100px;
		padding: 0px;
		margin:0px;
		background:#ebebeb;
		float:left;
	}
	
/*style voor hoofdsjabloon homepage*/
	div#article_left {
		width:345px;
		background:#066;
		padding:0px;
		margin:10px 5px 10px 20px;
		overflow:hidden;
		float:right;
	}
	div#article_left_photo {
		width:150px;
		height:100px;
		padding:0px;
		margin:0px;
		background:#936;
		float:left;
	}
	div#article_left_text {
		width:195px;
		height:100px;
		padding: 0px;
		margin:0px;
		background:#ebebeb;
		float:left;
	}
	div#article_right {
		width:345px;
		background:#F6F;
		padding:px;
		margin:10px 20px 10px 10px;
		overflow:hidden;
		float:left;
	}
	div#article_right_photo {
		width:150px;
		height:100px;
		padding:0px;
		margin:0px;
		background:#936;
		float:left;
	}
	div#article_right_text {
		width:195px;
		height:100px;
		padding:0px;
		margin:0px;
		background:#ebebeb;
		float:left;
	}

/*-----------------------------------  einde blok opmaak inhoud --------------------------------------*/

div#footer {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#666666;
			width:990px;
			height: 20px;
			text-align: center;
			padding-top: 5px;
			margin:auto;/* om de footer te centeren */
		}

