/* Sieradentrends CSS */

p {

	margin:0px;
	font-family : 'Trebuchet MS';
}

div {
	
	font-family : 'Trebuchet MS';

}

html
{
	overflow: -moz-scrollbars-vertical;
}

body{
	
	margin : 0;
	padding : 0;
	text-align : center;
	font-size : 1em;
	font-family : 'Trebuchet MS';
	background: url('../images/bg_top.jpg');
	background-repeat: repeat-x;
	background-color: #fffbf3;	
}

img {
	border: none;
}

a{
	color:#271a10;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color:#c84a29;
}

.header{
	height:226px;
	width:auto;
}


.menu{
	position: absolute;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 19px;
	padding-left:10px;
	color:white;
	text-align: left;
	width:833px;
	left: 50%;
	margin-left: -417px;
	z-index: 100;
}

.menu a {
	
	color: #fff;
}

.menu a:hover{
	
	color: #000;
}

.graphic {
	background-repeat: no-repeat;
	background: url('../images/graphic.jpg');
	height:174px;
	width:1400px;
}
	
.logo {
	text-align:left;
	height:174px;
	width:860px;
}

.actie{
	position: absolute;
	top: 0px;
	left: 50%;
	text-align: right;
	width:813px;
	margin-left: -417px;
	z-index: 1;
}

.content{
	width:860px;
	clear: both;
}

.testcolor{
	width:300px;
	height:300px;
	background-color: #E05206;
}

.row1{
	clear: both;
	border-top:1px solid #e5e1da;
	padding-top:10px;
	margin-top: 15px;

}

.row_ad{
	clear: both;
	border-top:1px solid #e5e1da;
	padding-top:10px;
	margin-top: 10px;
	height: 190px;
	max-width: 853px;
	max-height: 190px;

}

.row1b{
	clear: both;
	border-top:1px solid #e5e1da;
	padding-top:10px;
	margin-top: 15px;
	min-height: 300px;
}
.row_merk{
	clear: both;
	border-top:1px solid #e5e1da;
	padding-top:10px;
	margin-top: 15px;
	height: 217px;
}

.row2{
	border-top:1px solid #e5e1da;
	padding-top:15px;
	margin-top: 30px;
	height: 200px;
}

.footer{
	clear: both;
	border-top:1px solid #e5e1da;
	padding-top:10px;
	height:50px;
	text-align: left;
	font-size: 10px;
	width:838px;
	color:#63574d;
}

.footer_title{
	margin-bottom: 8px;
	color:#c84a29;
	font-weight: bold;
	text-transform: uppercase;
}

.footer_text{
	background-color: #ebe0d8;
	padding:5px;
}

.merk_link{
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dotted #e5e1da;
}

.footer_item{
	width:255px;
	height:245px;
	margin-left: 9px;
	margin-right: 9px;
	float:left;
	text-align: left;
	font-size: 11px;
}

.content_title{
	margin: 20px 10px;
}

.content_title h1{
	letter-spacing: 0.5px;
	color:#271a10;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.content_title p{
	font-size: 12px;
	text-align: left;
}

/* ITEM CSS */

.item{
	width:260px;
	margin-left: 9px;
	margin-right: 9px;
	float:left;
	text-align: left;
	font-size: 11px;
}

.item img{
	max-width: 260px;

}

.item_ad{	
	height:245px;
	margin-left: 9px;
	margin-right: 9px;
	float:left;
	text-align: left;
	font-size: 11px;
}

.item_b{
	width:538px;
	min-height:245px;
	margin-left: 9px;
	margin-right: 9px;
	float:left;
	text-align: left;
	font-size: 11px;
	text-align:justify;
	line-height: 1.2;
	font-size:12px;
}

.item_b_link{
	border-top:1px solid #e5e1da;
	width:538px;
	padding-top: 5px;
	margin-top: 5px;
}

.item_image {
	width:260px;
	height:160px;
}

.merk_item {
width:200px;
height:100px;
float:left;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
}

.item_title{
	letter-spacing: 0.5px;
	color:#271a10;
	font-size: 17px;
	font-weight: bold;
	height:45px;
	text-align: left;
}

.item_subtitle{
	font-size: 11px;
	color:#5f5d5c;
	text-align: justify;
	height:65px;
	padding: 3px 0;
	
}

.item_leesmeer{
}

.clear {
 clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

/* LEES MEER BUTTON */

p.leesmeer a {
	color: #282828;
	text-decoration: none;
	border-right: 0px;
	display: block;
	width: 103px;
	height: 23px;
	background-image: url(../images/leesmeer.jpg);
	background-repeat: no-repeat;
}

p.leesmeer a:hover, p.leesmeer a:active {
	background-image: url(../images/leesmeer_down.jpg);
	background-repeat: no-repeat;
}


/*SCROLLER CSS*/

#scrollcontainer{
position:relative;
width:860px;
margin:0px;
}

#divScroll{
overflow:hidden;
width:835px;
float:left;
}

#divScroll ul, .lees_holder{
list-style:none;
margin:0;
padding:0;
width:2180px;
}

#divScroll li{
float:left;
width:260px;
overflow:hidden;
margin-left:9px;
margin-right:9px;
padding:0;
}
.test1 {
width:260px;
height:10px;
float:left;
}

.prev{
width: 12px;
height: 24px;
margin-top: 110px;
float:left;
background-image: url(../images/btn_left.png);
background-repeat: no-repeat;

}
.next{
width: 12px;
height: 24px;
margin-top: 110px;
float:left;
background-image: url(../images/btn_right.png);
background-repeat: no-repeat;
}

.item_sub{
display: block;
width:260px;
height: 33px;
float: left;
overflow: hidden;
margin:9px;
}

	.merk_logo{
		display: block;
		float: right;
		width: 110px;
		height: 33px;
		text-align: right;
	}


.lees{
display:block;
text-align: left;
float:left;
width:103px;
height: 30px;
background-image: url(../images/leesmeer.jpg);
background-repeat:no-repeat;
/*margin-left:9px;
margin-right:166px;*/
/*margin-right:9px;*/
padding-top: 7px;
}

.lees:hover{
background-image: url(../images/leesmeer_down.jpg);
}

.contact{
	width:255px;
	height:245px;
	margin-left: 9px;
	margin-right: 9px;
	float:left;
	text-align: left;
	font-size: 11px;
}

/*#divScroll li p{
width:240px;
background:#CCC;
text-align: justify;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
*/

