/*
Normal stylesheet for suvnieuws.nl
*/
html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Tahoma, sans-serif;
}

div#container {
	width: 900px;
	margin: auto;
}

div#header {
	height: 265px;
	background: #000 url('images/header.jpg') no-repeat;
}

ul#navul {
	display: inline;
}

ul#navul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul#navul li a {	      
   float: left;
   width: 120px;
   margin: 0px;
   padding: 0px;
   /* WIJZIGEN: vindplaats/naam van het plaatje met alle knoppen */
   background-image: url('images/menu.jpg');
}
ul#navul li a span {
	display: none;
}
ul#navul li#homebtn a {
	width: 107px;          /* WIJZIGEN: breedte van knop 1 */
	height: 41px;          /* WIJZIGEN: hoogte  van knop 1 */
	background-position: 0px 0px;
}
ul#navul li#homebtn a:hover {	
	background-position: 0 41px; 
}
ul#navul li#rssbtn a {
	width: 108px;          /* WIJZIGEN: breedte van knop 1 */
	height: 41px;          /* WIJZIGEN: hoogte  van knop 1 */
	background-position: -107px 0px;
}
ul#navul li#rssbtn a:hover {	
	background-position: -107px 41px;
}

div#nav_brands_top {
	clear: both;
	height: 51px;
	background-image: url('images/brands_top.jpg');
}
div#nav_categories_top {
	clear: both;
	height: 51px;
	background-image: url('images/left_top.jpg');
}
div#nav_categories_bottom {
	clear: both;
	height: 10px;
	background-image: url('images/left_bottom.jpg');
}
div#nav_categories {
	background-color: #710b13;
	width: 140px;
	clear: left;
	float: left;
	margin: 10px 0px 0px 4px;
}

div#nav_categories ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#nav_categories li {
	text-align: left;
	margin: 0px;
	padding: 5px 5px 3px 5px;
}
div#nav_categories li a {
	display: block;
	color: #fff;
}

div#content {
	width: 440px;
	float: left;
	margin: 10px 0px 0px 11px;
}
div#content h1 {
	font-size: 16px;
}
#content a {
	color: #fff;
}

div.side_adv {
	width: 214px;
	float: right;
	margin: 10px 4px 0px 3px;
	text-align: center;
}
div.side_adv a img {
	border: none;
}

div#nav_special {
	width: 214px;
	float: right;
	margin: 10px 3px 0px 4px;
}


div#special_related_top {
	height: 47px;
	background-image: url('images/right_top.jpg');
}
div#special_related_bottom {
	height: 13px;
	background-image: url('images/right_bottom.jpg');
}
div#special_related {
	background-color: #710b13;
	font-size: 11px;
}
div#special_related ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#special_related li {
	padding: 5px 5px 3px 5px;
}
div#special_related li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
div#special_related li a:hover {
	text-decoration: underline;
}
div#special_related li a span.date {
	color: #ccc;
}

div.fp_newsitembox {
	margin-bottom: 20px;
	float: left;
}
div#content div.fp_newsitembox h1 {
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 0px;
	float: left;
	padding: 10px 5px 0px 5px;
	width: 505px;
	background-image: url('images/newsbox_header_top.jpg');
	background-color: #710b13;
}
div#content div.fp_newsitembox .title_bottom {
	width: 514px;
	height: 8px;
	background-image: url('images/newsbox_header_bottom.jpg');
	display: block;
	clear: both;
}
div.fp_newsitembox h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
div.fp_newsitembox div.newsitem {
	width: 485px;
	margin-left: 13px;
	padding: 5px;
	line-height: 19px;
}
div.fp_newsitembox div.newsitem img {
	float: left;
	margin: 0px 5px 5px -10px;
	border: 3px solid #000;
}
/*
div.fp_newsitembox div.newsitem p {
	margin: 0px;
	padding: 0px;
}
*/
div.newsitem {
	background-color: #d9d9d9;
	color: #000;
	float: left;
}
div#content div.newsitem a {
	color: #000;
	text-decoration: underline;
}
div.newsitem span.readmore {
	color: #710b13;
	float: right;
	clear: right;
	padding: 5px;
}
div#content div.newsitem span.readmore a {
	color: #710b13;
}

div#special_ad {
	margin-top: 20px;
}

div.pagination a.prev {
	float: left;
}
div.pagination a.next {
	float: right;
}

div.images a {
	height: 110px;
	float: left;
}

/*
 * Banners
 */

div#banner_header {
	top: 50px;
	width: 468px;
	height: 60px;
	position: relative;
}