html {
	margin: 0; padding: 0;
}
body {
	margin:  0;
	padding:0;	
	background: rgb(235,235,173)  url(afbeeldingen/110927-wg-back.gif) repeat-x fixed;
	color:rgb(193,0,43);
	font-family: sans-serif;
	font-size: 86%;
}
#container {
	width: 750px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	background: rgb(255,255,223);
	top: 210px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);	
}
#topdiv {
	position:relative;
	background: url(afbeeldingen/kop.jpg) top center no-repeat;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 20px;
}
#topdiv img {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);	
}

/*menu*/
#menu {
	position:relative;
	padding:0;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);	
}
#menu ul {
	padding: 0;
	margin:0;
	line-height: 30px;
	height: 30px;
	background-color: rgb(255,255,223);
}
#menu li {
	list-style:none;
	float: left;
	text-align: center;
}	
#menu a,a:visited {	
	display:block;
	text-decoration:none;
	color: rgb(193,0,63);
	padding: 0 1.4em;
}
#home #home-menu a,
#info #info-menu a,
#gasten #gasten-menu a,
#condoleance #condoleance-menu a,
#contact #contact-menu a,
#menu  a:hover {
	background: url(afbeeldingen/back-menu.gif) left;
	color: #FFC;
}
.menutekst {
	display:block;
	border:1px solid rgb(193,0,63);
	margin-top:10px;
	background-color:rgb(255,200,20);
}
#menu img {
	margin-top:10px;
	border:1px solid rgb(193,0,43);
}
.vet {
	font-weight:bold;
}
.groot {
	font-size:110%;
}
.midden {
	text-align: center;
}
/*eind menu*/

#kolom1 {
	position: relative;
	float: left;
	width: 150px;
	line-height: 20px;
	padding-top: 10px;
}
#kolom1 p {
	margin-left: 10px;
}
#kolom1 img {
	margin: 0 0 10px 10px;
}
#inhoud {
	position: relative;
	margin-left:160px;
	line-height:1.8em;
	border-left:1px solid rgb(193,0,43);
	height: auto;
	padding-top: 5px;
}	
#inhoud ul {
	list-style: square;
	margin-top:0;
}
#inhoud li {
	padding-left:0;
}
#inhoud p {
	margin:10px;
}
#inhoud a, #kolom1 a {
	text-decoration:none;
	color:#C45264;
	border-bottom: 1px dashed rgb(140,150,90);
}
#inhoud a:hover, #kolom1 a:hover {
	border-bottom: 1px solid;
}
.cursief {
	font-style:italic;
}
.vet {
	font-weight:bold
}
.klein {
	font-size: small;
}
.rechts {
	text-align: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:10px;
}
h2 {
	font-family: sans-serif;
	font-weight:bold;
	font-size: 1em;
	margin: 0 10px;
}
h3 {
	border-bottom:1px solid rgb(193,0,43);
	font-size: 1em;
	margin-left: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin:10px 0;
}
	
hr {
	border:0;
	color: #C45264;
	background-color: #C45264;
	height: 1px;
	margin:10px;
}
.korte-hr {
	border:0;
	color: #c45264;
	background-color: #c45264;
	height: 1px;
	margin:10px;
	width:50%;
}
.txtveld {
	margin:0 10px 0 50px;
	color: #79023b;
	border:1px solid #79023b;
}
.knop {
	margin:0 10px 0 40px;
	width:auto;
	background-color: #79023b;
	color:#FFF;
	border:1px solid #c45264;
}
.inhoud table {
	margin:0 10px 0 10px;
}
#rouwwagens {
	margin: 10px;
}
#rouwwagens #thumbnails img {
	margin: 5px 4px 0 0;
	border: none;
}


/*gastenboek*/
.gbentry {
	border:solid 0px rgb(150,190,90);
	margin:10px;
}
.gbdata {
	padding:5px;
	background-color: rgb(232,232,200);
	color: rgb(193,0,63);
	border-top:0px solid rgb(193,0,43);
}
.gbdate, .gbname {
	padding:0 5px;
	background-color: rgb(140,150,90);
	color: white;
}
.gbdate {
		display:none;
}
.gbentry a {
	text-decoration:none;
	color: rgb(193,0,43);
}
.gbentry a:hover {
	text-decoration:underline;
}

.vergroot {
	cursor :url(afbeeldingen/magnify.cur), -moz-zoom-in;}

