/*
Stylesheet voor www.petermoll.nl . Copyright 2008 Peter Moll.
*/

/* Css algemeen */
* { margin:0; padding:0; outline: none; }

h1, h2 { font-size: small; text-align: center; }

ul { list-style: none; }

img { border: none; }

body {
	background-image: url(buttons/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	color: #1e1e1e;
}

/*.container { 
	background: url(buttons/achtergrond.jpg) no-repeat top center;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	} */

a {
	color: #1e1e1e;
	text-decoration: none;
}

a:visited { color: #3b3b3b; }
a:hover { text-decoration: underline; }

/* Css voor nav buttons*/

.navbar a { text-indent: -9999px; background: url(buttons/pmsprite.jpg) no-repeat; }

a#over { background-position: -98px -60px; }
a:hover#over { background-position: -98px 0; }

a#project { background-position: 0 -60px; }
a:hover#project { background-position: 0 0; }

a#tuinkachel { background-position: -588px -60px; }
a:hover#tuinkachel { background-position: -588px 0; }

a#contact { background-position: -392px -60px; }
a:hover#contact { background-position: -392px 0; }

a#links { background-position: -196px -60px; }
a:hover#links { background-position: -196px 0px; }

a#home { background-position: -490px -60px; }
a:hover#home { background-position: -490px 0; }

a#back { background-position: -294px -60px; }
a:hover#back { background-position: -294px 0; }

.button_l {
	width: 98px;
	height: 60px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: -445px; /* helft kader ( -480 ) + ruimte ( 35 ) */
}

.button_ml {
	width: 98px;
	height: 60px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: -246px;
}

.button_m {
	width: 98px;
	height: 60px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: -49px;  /* helft breedte button */
}

.button_mr {
	width: 98px;
	height: 60px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: 148px; /* 246 - 97 */
}

.button_r {
	width: 98px;
	height: 60px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: 347.5px; /* helft kader ( 480 ) - breedte button ( 97.5 ) - ruimte ( 35 ) */
}

ul.navbar li {
	display: inline;
}

/* Css voor fotos */

.foto_liggendl_groot {
	position: absolute;
	width: 442px;
	height: 301px;
	left: 50%;
	margin-left: -455px; /* helft kader ( -480 ) + ruimte ( 25 ) */
	top: 45px;
}

.foto_liggendr_groot {
	position: absolute;
	width: 442px;
	height: 301px;
	left: 50%;
	margin-left: 13px;  /* helft kader ( 480 ) - breedte foto ( 442 ) - ruimte ( 25 ) */
	top: 45px;
}

.foto_staandl_groot {
	position: absolute;
	width: 301px;
	height: 442px;
	left: 50%;
	margin-left: -455px; /* helft kader ( -480 ) + ruimte ( 25 ) */
	top: 45px;
}

.foto_staandr_groot {
	position: absolute;
	width: 301px;
	height: 442px;
	left: 50%;
	margin-left: 154px;  /* helft kader ( 480 ) - breedte foto ( 301 ) - ruimte ( 25 ) */
	top: 45px;
}

/* Css voor index.html */

#foto_hl {
	position: absolute;
	width: 150px;
	height: 221px;
	left: 50%;
	margin-left: -445px; /* helft kader ( -480 ) + ruimte ( 35 ) */
	top: 55px;
}

#pmlogo {
	position: absolute;
	width: 326px;
	height: 180px;
	vertical-align: top;
	left: 50%;
	margin-left: -162px;
	top: 55px;
	background: url(buttons/pm-logo.jpg);
	text-indent: -9999px;
}

#foto_hr {
	position: absolute;
	width: 150px;
	height: 221px;
	left: 50%;
	margin-left: 295px;  /* helft kader ( 480 ) - breedte foto ( 150 ) - ruimte ( 35 ) */
	top: 55px;
}

#tekst_index {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	text-align: justify;
	top: 300px;
}

#tekst_index p { padding-top: 1.2em; }

/* Css voor over.html */
#overtxt{
	position: absolute;
	width: 420px;
	left: 50%;
	margin-left: 10px;  /* helft kader ( 480 ) - breedte foto ( 420 ) - 2xruimte ( 25 ) */
	top: 100px;
	text-align: justify;
}

/* Css voor plaatjes.html */

#nav_portfolio { 
	position: absolute;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	top: 100px;	
	}
	
#nav_portfolio a {
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
	}
	
#nav_portfolio li {
	text-indent: -9999px;
	display: inline; /* zorgt ervoor dat ie6/7 de plaatjes niet als een "trap" weergeeft */
	}	
	
#kachel { background-image:  url(thumbs/fotos_l/kachel2.jpg); height: 147px; width: 147px; } 
#blad { background-image:  url(thumbs/fotos_s/blad2.jpg); height: 147px; width: 100px; }
#gondel2 { background-image:  url(thumbs/fotos_s/gondel-ll.jpg); height: 147px; width: 100px; }
#dsc { background-image:  url(thumbs/fotos_s/dsc.jpg); height: 147px; width: 100px; }
#trapje { background-image:  url(thumbs/fotos_s/trapje1.jpg); height: 147px; width: 100px; }
#zwaluw { background-image:  url(thumbs/fotos_s/zwaluw2.jpg); height: 147px; width: 100px; }
#gondel { background-image:  url(thumbs/fotos_s/gondel3.jpg); height: 147px; width: 100px; }
#bank { background-image:  url(thumbs/fotos_l/bank.jpg); height: 147px; width: 147px; } /* hoogte zelfde als rest omdat anders de volgende eronder schuift */
#herengracht { background-image:  url(thumbs/fotos_s/plankh.jpg); height: 147px; width: 100px; }
#wortels { background-image:  url(thumbs/fotos_s/wortel5.jpg); height: 147px; width: 100px; }
#badmeubel { background-image:  url(thumbs/fotos_s/badmeubel2.jpg); height: 147px; width: 100px; }
#picasso { background-image:  url(thumbs/fotos_s/picasso2.jpg); height: 147px; width: 100px; } 

/* Css voor project paginas */
.fotos_txt_li {
	position: absolute;
	width: 442px;
	left: 50%;
	margin-left: -221px;
	top: 380px;
}

.fotos_txt_li p { text-align: justify; padding-top: 10px; }

.fotos_txt_st {
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	top: 200px;
}

.fotos_txt_st p { text-align: justify; padding-top: 10px; }

.fotos_txt_mix {
	position: absolute;
	width: 427px;
	left: 50%;
	margin-left: -440px; /* helft kader ( -480 ) + ruimte ( 25 ) */
	top: 370px;
}

.fotos_txt_mix p { text-align: justify; padding-top: 10px; }

.fotos_txt_enkel {
	position: absolute;
	width: 425px;
	left: 50%;
	margin-left: -115px;
	top: 75px;
}

.fotos_txt_enkel p { text-align: justify; padding-top: 10px; }
.fotos_txt_enkel h2 { text-align: left; padding-top: 10px; }

.thumb1, .thumb2, .thumb3 {
	position: absolute;
	left: 50%;
	margin-left: 345px;	
}

.thumb1 { top: 45px; }
.thumb2 { top: 200px;}
.thumb3 { top: 355px;}

/* Css voor contact.html */
div#contact {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -75px;
	top: 220px;
}

#hcard-Peter-Moll {
	margin-top: 30px;
}

#contact a { text-decoration: underline; }

#foto_cont {
	position:absolute;
	width: 150px;
	height: 221px;
	left: 50%;
	margin-left: -400px;
	top: -30px;
}

/* Css voor links.html */

#linkslinks {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 100px;
	font-size: medium;
}

#linkslinks li { height: 50px; }

#linkslinks a {
	background: url(buttons/button_lnk.jpg) no-repeat left top ;
	line-height: 40px;
	padding-left: 75px;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Css voor 404.html */

#nf {
	width: 350px;
	margin: 200px auto 0;
}
