@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #676767;
}
.trend #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.trend #header {
	background-image: url(../images/header.jpg);
	height: 240px;
	position: relative;
} 
.trend #header #menu {
	
} 
.trend #achtergrond {
	background-image: url(../images/trap_achter.jpg);
	background-position: bottom;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	min-height:540px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.trend #achtergrond #fotos a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.trend #achtergrond #fotos {
	float: right;
	width: 210px;
	padding-right: 30px;
	padding-top: 20px;
	height: 535px;
}
.trend #achtergrond #fotos a {
	border: 1px solid #000;
	float: left;
	margin-bottom: 30px;
}
.trend #achtergrond #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	letter-spacing: 1px;
} 
.trend #achtergrond #mainContent h1 {
	color: #973b28;
	font-size: 125%;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.trend #achtergrond #mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;	
} 
.trend #achtergrond #mainContent #items {
	
} 
.trend #achtergrond #mainContent #items a {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.trend #footer_menu {
	color: #8d8d8d;
	background-color: #b7946a;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	height: 29px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left:40px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.2em;
} 

.trend #footer {
	color: #ffffff;
	background-color: #676767;
	height: 29px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left:40px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.2em;
	font-size:10px;
}
a{
	color: #973b28;
	text-decoration:none;
} 
a:hover {
	color: #000000;
	text-decoration:underline;
}
.trend #footer a {
	color: #ffffff;
	text-decoration:none;
} 
.trend #footer a:hover {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	margin: 0;
	padding-left: 18px;
	color: #000000;
}
li{
	padding-top: 5px;
}

.trend #footer_menu ul {
	display: block;
	padding: 0px;	
	margin: 0px;
	background: #f3cfa3;
	padding-left:300px;
}
.trend #footer_menu ul li{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #f3cfa3;
	height:29px;
	border-right:1px solid #000;
}
.trend #footer_menu ul li a,
.trend #footer_menu ul li a:visited{
	background: #f3cfa3;
	height:29px;
	display:block;
	text-decoration:none;
}
.trend #footer_menu ul li a:hover,
.trend #footer_menu ul li a:active {
	background: #953b28;
	color:#ffffff;
	height:29px;	
	display:block;
	text-decoration:none;
}

.trend #footer_menu ul li.selected,
.trend #footer_menu ul li.selected a{
	list-style-type: none;
	float: left;
	background: #953b28;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
	height:29px;
}
.trend #footer_menu ul li.selected a:hover,
.trend #footer_menu ul li.selected a:active {
	background: #f3cfa3;
	color: #644215;
	height:29px;	
	display:block;
	text-decoration:none;
}
