/*This is a Style Sheet designed by Erik Cauwenbergh for the www.FlorenceBeroud.com Website*/



#Titel {
	border: 1px #dccbc0 solid;
	position: relative;
	margin-top: 25px;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: visible;
}

#Tekstvenster {
border: 1px #dccbc0 solid;
position: relative;
margin-left: 100px;
margin-right: 100px;
top: 25px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;}


#Navigation {
	border: 1px #dccbc0 solid;
	position: relative;
	margin-left: 100px;
	margin-right: 100px;
	top: 25px;	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	visibility: visible;}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #dccbc0;
	background-image: url(images/fbackground.gif);
	background-position: top center;
	background-repeat: repeat;
	font-weight: normal;
	color: #a89b93;
	font-size: 1em;
	font-style: normal;

}

p {
font-size: 0.8em;
text-align: justify;
line-height: 1.7em;
}

h1 {
font-size: 1.5em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
}


h2 {
font-size: 1.2em;
text-decoration: underline;
text-align: left;
}

p.footer {
font-size: 0.5em;
font-weight: bold;
}


a:link {
color: #666666;}

a:visited {
color: #909090;
}

a:hover {
color: #1b1b1b;
}

a:active {
}

