#florie-minisite {
	background-color: #bfbab1;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	font-family: verdana, tahoma;
	font-size: 10px;
	margin: 0 auto;
	height: 101%;
}

#wrapper {
	width: 979px;
	margin: 0 auto;
}

#header {
	margin-top: 0px;
	padding: 10px;
	height: 190px;
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #cd1041;
}
#header h1 {
	background-color: #fff;
	margin-top: 0px;
	height: 180px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#header #menu {
	position: absolute;
	top: 194px;
	font-size: 12px;
	text-transform: lowercase;
	border-left: 1px solid #fff;
	border-right: 1px solid #cd1041;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	padding: 0 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #cd1041;
	color: #000;
	float: left;
}
#menu ul li a {
	width: 100%;
	color: #000;
	text-decoration: none;
}


#container {
	padding: 10px;
}

#container h1 {
	margin: 0;
	color: #cd1041;
	font-weight: normal;
	font-style: italic;
	font-size: 40px;
}
#container h2 {
	margin: 0;
	color: #cd1041;
	font-weight: bold;
	font-size: 10px;
}

.groot-Rood {
	margin: 0;
	color: #cd1041;
	font-weight: normal;
	font-style: italic;
	font-size: 40px;
}
.klein-Rood {
	margin: 0;
	color: #cd1041;
	font-weight: bold;
	font-size: 10px;
}

hr {
	height: 1px;
	border: 0;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	border-bottom: 1px dotted #cd1041;
}
hr.bottomline {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #cd1041;
}
#footer  {
	display: inline;
	position: absolute;
	margin-top: 13px;
	margin-left: 10px;
	color: #cd1041;
}
#footer a {
	color: #cd1041;
}
