@charset "UTF-8";
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #f9edcf;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#header {
	height: 80px;
	width: 1024px;
	background-color: #F9EDCF;
	background-image: url(../images/1.Opbouw-website/01.Home-page/logo_Kristalijn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	width: 650px;
	padding-right: 120px;
	padding-left: 70px;
	position: relative;
	z-index: 10000;
	left: 190px;
	top: 30px;
	font-size: 12px;
}
a:link {
	color: #ff0066;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #FF0066;
	text-decoration: underline;
}


#footer {
	text-decoration: none;
	height: 80px;
	width: 604px;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
	padding-top: 10px;
	background-image: url(../images/1.Opbouw-website/01.Home-page/footer_bg.gif);
	background-repeat: no-repeat;
}

#intro {
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}


h1 {
	font-size: 20px;
	color: #0C587C;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
h4 {
	font-size: 16px;
}

h5 {
	font-size: 11px;
}

.HoofdlettersKlein {
	font-variant: small-caps;
	color: #000099;
	font-weight: bold;
	font-size: 16px;
}
.verkocht {
	font-size: 11px;
	color: #FF0000;
	text-decoration: line-through;
}
