@charset "UTF-8";
/* CSS Document */
/* design by Sofie van Tendeloo, Three-Dimensional VZW, for Nancy van Baak's "A Sister's Hope" website */

/* general */
* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#fff;
	color:#000;
	font-family:"Franklin Gothic Heavy", verdana, arial, sans-serif;
	font-size:12px;
}

/* positioning */
div#algemeen {
	background-color:#fff;
}

div#cirkels {
	background-image:url(/cmsfile/19);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	height:532px;
	width:472px;
}

div#swirls {
	background-image:url(/cmsfile/23);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	height:268px;
	width:912px;
	position:absolute;
	top:532px;
}

div#kopje {
	background-image:url(/cmsfile/21);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
	height:70px;
	width:440px;
	position:absolute;
	top:20px;
	left:472px;
}

div#tekstveld {
	background-color:#fff;
	border-left:#2e0f10 6px solid;
	border-right:#2e0f10 6px solid;
	height:442px;
	width:428px;
	left:472px;
	position:absolute;
	top:90px;
	left:472px;
	overflow-y: scroll;
}

div#uerel {
	background-image:url(/cmsfile/20);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#fff;
	height:800px;
	width:112px;
	position:absolute;
	top:0px;
	left:912px;
}

/* text */

h1,h2,h3 {
	color:#85c440;
	background-color:#fff;
	text-indent:10px;
	padding-left:inherit;
	padding-right:5px;
	width:400px;
}

h1 {
	font-size:16px;
}

p {
	background-color:#fff;
	padding:5px;
	width:400px;
	font-size:inherit;
}

p:first-letter {
	color:#85c440;
	font-size:18px;
	font-family:inherit;
	font-weight:bold;
}

a {
	color:#349946;
	background-color:inherit;
}

a:hover {
	text-decoration:none;
}

#kopje ul li {
	display:inline;
	color:#fff;
	text-align:center;
	font-weight: bold;
}

#kopje ul {
	padding:10px;
	text-align:center;
	margin-top:10px;
}

#kopje ul li a {
	color:#fff;
	text-decoration:none;
}

#kopje ul li a:hover {
	color:#85c440;
	text-decoration:underline;
}