/*
 * Pagina
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-image: url(../images/layout/achtergrond_pagina.jpg);
	background-position: top left;
	background-attachment: fixed;
}

a {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style: none;
}

#pagina {
	display: block;
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

#pagina_vuller {
	display: block;
	height: 20px;
}

#pagina_hoofd {
	display: block;
	background-image: url(../images/layout/header3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 160px;
}

#pagina_inhoud {
	display: block;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	background-color: #fbe4c7;
}

#pagina_navigatie {
	display: block;
	width: 170px;
	float:left;
	padding: 20px;
}


#navigatie_afronding_boven {
	display: block;
	background-image: url(../images/layout/navigatie_afronding_boven.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
}

#navigatie_afronding_onder {
	display: block;
	background-image: url(../images/layout/navigatie_afronding_onder.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
}

#pagina_tekst {
	display: block;
	width: 508px;
	float: left;
	padding: 20px;
}

#pagina_voet {
	display: block;
	padding-top: 34px;
	text-align: center;
	font-size: 11px;
	background-image: url(../images/layout/footer2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 46px;
}

.clear {
	display: block;
	clear: both;
}

/*
 * Uitslagentabel
 */
 
.uitslagentabel {
	font-size: 11px;
}

.uitslagentabel .kop {
	font-weight: bold;
	background-color: #f5e2d1;
}

/*
 * Navigatie-items
 */

#navigatie_items {
	width: 168px;
	display: block;
	background-color: #999999;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	background-color:#0066FF;
}

#navigatie_items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigatie_items li {
	margin: 0;
}

#navigatie_items li a {
	background-color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding: 9px 10px 5px 10px;
	text-decoration: none;
	width: 143px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #FFFFFF;
	border-left: 5px solid #cd793d;

}

#navigatie_items li a:hover {
	text-decoration: underline;
	background-color: #e7b292;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ce7016;
	border-left: 5px solid #CE7016;
}

/*
 * Paginaopmaak
 */

.pagina_titel {
	letter-spacing: -1px;
	font-size: 20px;
	font-style: italic;
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #d57c3a;
}

.pagina_subtitel {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.foto_midden {
	display: block;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.foto_links {
	display: block;
	float: left;
	padding: 0px 20px 20px 0px;
}

.foto_rechts {
	display: block;
	float: right;
	padding: 0px 0px 20px 20px;
}

.tekst_midden {
	display: block;
	text-align: center;
}

#mijn_honden_item {
	display: block;
	float: left;
}
#mijn_honden_item_foto {
	display: block;
	float: left;
	width: 180px;
}

#mijn_honden_item_tekst {
	display: block;
	float: left;
	width: 328px;
}

#mijn_honden_item  a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#mijn_honden_item  a:hover {
	color: #000000;
	text-decoration: underline;
}

#fotoalbum {
	display: block;
	height: 530px;
	width: 492px;
	background-image: url(/images/layout/fotoalbum_achtergrond.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#fotoalbumfoto {
	display: block;
	width: 406px;
	height: 360px;
	position: relative;
	left: 36px;
	top: 20px;
	background-color: #000000;
}

#fotoalbumnavigatie {
	display: block;
	width: 140px;
	height: 28px;
	padding-left: 184px;
}

#fotoalbumnavigatie .button {
	display: block;
	width: 70px;
	height: 40px;
	float: left;
}