@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto 20px;
	width: 900px;
}
.text {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
	padding-right: 20px;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	line-height: 13pt;
}
.text a:link {
	color: #97005E;
	text-decoration: none;
}
.text a:visited {
	text-decoration: none;
	color: #97005E;
}
.text a:hover {
	text-decoration: none;
	color: #003300;
}
.textnopad {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 500px;
	line-height: 13pt;
}
.textnopad a:link {
	color: #97005E;
	text-decoration: none;
}
.textnopad a:visited {
	text-decoration: none;
	color: #97005E;
}
.textnopad a:hover {
	text-decoration: none;
	color: #003300;
}
.subtitle {
	font-family: Tahoma;
	font-size: 12pt;
	color: #97005E;
	padding-top: 10px;
	padding-bottom: 10px;
}
.catalogue {
	padding: 30px;
	width: 840px;
	background-color: #F0DEE6;
}
.brochure {
	padding: 30px;
	width: 840px;
}
.brochurepic {
	float: right;
	padding-top: 50px;
}
.header {
	width: 900px;
}
.navigation {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.navigationcatalogue {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F0DEE6;
}
.navigationhome {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #97005E;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #97005E;
}
.footer {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	padding-right: 20px;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 500px;
}
.footer a:link {
	color: #97005E;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #97005E;
}
.footer a:hover {
	text-decoration: none;
	color: #003300;
}
.footerhome {
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
}
.footerhome a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footerhome a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footerhome a:hover {
	text-decoration: none;
	color: #333333;
}.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
