* {
	padding:0;
	margin:0;
}
html, body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 13pt;
	height:100%;
}
body {
	text-align: center;
	background-color: #dddddd;
	margin-bottom: 1px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* --------------- kleuren [ --------------- */
.kleur1{
	background-color: #E90404;
}
.kleur2{
	background-color: #F9C802;
}
.kleur3 {
	background-color: #5BE00C;
}

.kleur4{
	background-color: #0101A2;
}
.kleur5{
	background-color: #434343;
}
.kleur6{
	background-color: #9E1BAE;
}
/* ---------------] kleuren --------------- */
#container {
	text-align: left;
	width: 950px;
	background: url(../images/bg.jpg) repeat-y; 
	margin: auto;
}
#logo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/logo.jpg) no-repeat scroll 7px 0;
float:left;
height:111px;
padding:0 0 0 7px;
width:156px;
}
#logo a {
	width: 156px;
	height: 111px;
	display:block;	
}
#image_tel {
	width: 313px;
	height: 110px;	
	padding:  1px 7px 0 0;
	float:right;
}
.map_bezorging {
	margin: 15px 0 0 0;
	border: 1px solid gray;	
}
/* --------------- header + navigatie [ --------------- */
#header {
	width: 936px;
	padding: 0 7px 0 7px;
	float: right;
}
#header ul, #header li {	
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
#header ul {
	width: 936px;
	background-color:#FF00CC;
}
#header li{
	text-align: center;
	width: 156px;
	float: left;
	background-position: 0px 25px;
	background-repeat:no-repeat;	
}
#header li p {	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	width: 156px;
	line-height: 25px;
	margin:0; 
	background-color: #434343;
}
#header li a {
	text-decoration: none;
	width: 156px;
	height: 160px;
	display:block;
	background-position: 0px 25px;
	background-repeat:no-repeat;	
	color:white;
	}
#header li.kleur1 a  {
	background: url(../images/menu.jpg) no-repeat 0 25px;
	}
#header li.kleur1 a:hover {
	background: url(../images/menu_hover.jpg) no-repeat 0 25px;
}
#header li.kleur2 a  {
	background: url(../images/menu.jpg) no-repeat -156px 25px;
}
#header li.kleur2 a:hover  {
	background: url(../images/menu_hover.jpg) no-repeat -156px 25px;
}
#header li.kleur3 a  {
	background: url(../images/menu.jpg) no-repeat -312px 25px;
}
#header li.kleur3 a:hover  {
	background: url(../images/menu_hover.jpg) no-repeat -312px 25px;
}
#header li.kleur4 a  {
	background: url(../images/menu.jpg) no-repeat -468px 25px;
}
#header li.kleur4 a:hover  {
	background: url(../images/menu_hover.jpg) no-repeat -468px 25px;
}
#header li.kleur5 a  {
	background: url(../images/menu.jpg) no-repeat -624px 25px;
}
#header li.kleur5 a:hover  {
	background: url(../images/menu_hover.jpg) no-repeat -624px 25px;
}
#header li.kleur6 a  {
	background: url(../images/menu.jpg) no-repeat -780px 25px;
}
#header li.kleur6 a:hover  {
	background: url(../images/menu_hover.jpg) no-repeat -780px 25px;
}
#header li.kleur1 p.active  {
	background-color: #7F1F2C;
}
#header li.kleur2 p.active  {
	background-color: #7F6C1F;
}
#header li.kleur3 p.active  {
	background-color: #335F17;
}
#header li.kleur4 p.active  {
	background-color: #2C2D8F;
}
#header li.kleur6 p.active  {
	background-color: #752F7F;
}
/* --------------- ] header + navigatie --------------- */
/* ---------------  Zijmenu [ ------------------------- */
#menu {
	float: left;
	height: auto;
	width: 156px;
	padding: 0 0 0 7px;
}
#menu img {
	padding: 10px 0 30px 0;
	background-color: #666666;
}
#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	background-color: #666666;
}
#menu li {
	line-height: 28px;
	height: 28px;
}
#menu a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 15px;
	display: block;
}
#menu a:hover       {
	background: url(../images/hoekje-rechts.gif) no-repeat 5px 10px;
}
/* ---------------  ] Zijmenu ------------------------- */
/* ---------------  content [------------------------- */
#content {
	width: 750px;
	padding: 20px 0 0 0;
	float:right;
}

#breed {
	width: 400px;
	padding: 0 28px 0 0;
	float: left;
}
#breed_full {
	width: 490px;
	padding: 0 28px 0 0;
	float: left;	
}
#smal {
	width: 313px;
	padding: 0 7px 0 0;
	float: right;
	margin:0;
}
#breed a {
	color: #666666;
}
/* ---------------   ] content ------------------------ */
/* ---------------   footer [  ------------------------ */
#footer {
	clear: both;
	margin: 0;
	height: 30px;
	padding: 20px 30px 20px 0px;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	border-bottom: 1px solid #424242;
}
#footer a {
	color: #008282;
	font-weight: bold;
	text-decoration: none
}
#footer a:hover {
	color: #999999;
}
#footer a.top {
	color: #2F958D;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	background: url(../images/pijl-top.gif) no-repeat left 2px;
	float: right;
}
#footer a.voorwaarden {
	color: #2F958D;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 40px 0 0;
	float: right;
}
#footer a.top:hover {	
	color: #990000;
}
#footer a.voorwaarden:hover {	
	color: #990000;
}
/* ---------------   ] footer     ------------------------ */
/* ---------------  content tags [------------------------ */
h1 , h2, h3, h4  {
	font-weight: bold;
}
h1 , h2,  {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
h2,h3, h4 {
	font-size: 12px;
	line-height: 12pt;
}
h1 {
	color: #555555;
	font-size: 16pt;
	line-height: 18px;
	margin: 0 0 24px 0;
}
h2       {
	color: #2F958D;
}
h3 {
	color: #C8A002;
	margin-bottom: 1.1em;
}
h3.special {
	font-size: 1.4em;
}
h4 {
	color: #666666;
}

p {
	margin: 0 0 15px 0;
}
p.gegevens {
	margin:0;
	font-weight:bold;
	color: #666666;
}
a.voorwaarden:hover {
	color: black;
}
a.voorwaarden {
	color: #666666;
}

hr {
	height: 1px;
	border: 1px solid #BBBBBB;
	border-bottom: 0px solid #CCCCCC;
	margin-top: 24px;
}
#content ul {
	padding: 0 0 13px 20px;

}
#content li {
	list-style-type: square;
}
#smal p {
	padding: 0 15px 0 0;
}
li.opsom, p.opsom  {
	color: #990000;
	font-weight: bold;
	list-style: url(../images/hoekje-rechts.gif) none;
	margin: 13px 0px 6px 0;

}

.photo {
	float: right;
	margin: 0 -8px 15px 30px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	border-left: 4px solid #424242;
}

.clear {
	clear:both;
	line-height: 0px;
}
table.bezorging td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
}
td.day {
width: 80px;	
}

