﻿/*
Buss Office Solutions
=================================================================*/



/* Hoofdlayout
=================================================================*/
* {
	margin:0;
	padding:0;
	}
img{
	border:0px;
 }
body {
	font-family:arial;
	font-size:80%;
	/*line-height:130%;*/
	background:#323232 url('../gfx/bodybg.gif') repeat-y 50% top;
	padding-bottom:100px;
	}
img {
	display:block;
	border:0px;
	}
.noshow {
	position:absolute;
	left:-9000px;
	}
.clearlaag {
	clear:both;
	line-height:1px;
	font-size:1px;
	}
#wrapitall {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-bottom:75px;
	background:#fff url('../gfx/wrapitallbg.gif') no-repeat left bottom;
	}
#topbar {
	position:relative;
	height:200px;
	background:#fff url('../gfx/topbarbg.gif') repeat-x left bottom;
	}
#midbar {
	width:780px;
	}
#content {
	float:left;
	width:535px;
	padding:0px 15px 0px 10px;
	overflow:hidden;
	}
#linkerkant {
	float:left;
	width:340px;
	padding-right:20px;
	}
#rechterkant {
	float:left;
	width:175px;
	}
#kruimelpad {
	width:535px;
	padding:10px 0px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}
#logo {
	position:absolute;
	top:42px;
	left:20px;
	}
.phone{
 color:#ccc;
 }
/* Content
=================================================================*/
#homefotocontainer {
	position:relative;
	float:left;
	width:220px;
	padding-top:20px;
	}
#homecontentcontainer {
	float:left;
	padding-right:15px;
	width:260px;
	padding-top:20px;
	}
#homeblogcontainer {
	float:left;
	width:260px;
	padding-top:20px;
	}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	}
a:link {
	color:#369;
	}
a:hover {
	color:#69c;
	}
a:visited {
	color:#636;
	}
a:visited:hover {
	color:#969;
	}
#content h1 {
	font-size:1.6em;
	margin-bottom:14px;
	line-height:1em;
	}
#content h2 {
	font-size:1.3em;
	margin-bottom:8px;
	line-height:1em;
	}
#content h3 {
	font-size:1.2em;
	color:#548404;
	line-height:1.2em;
	}
#content h3 a:link,
#content h3 a:visited {
	text-decoration:none;
	color:#548404;
	}
#content h3 a:hover,
#content h3 a:visited:hover {
	text-decoration:underline;
	color:#c16c0f;
	}
#content h4 {
	font-size:1.1em;
	margin-bottom:6px;
	}
#content p,
.contentlist {
	margin-bottom:12px;
	}
#content .metborder {
	padding-bottom:12px;
	border-bottom:1px dotted #ccc;
	margin-bottom:12px;
	}
dl	.contentlist{
 padding-top:10px;
 }
.contentlist li {
	padding:0px 0px 0px 16px;
	list-style:none;
	background:url('../gfx/contentlistarrow.gif') no-repeat 3px 4px;
	}
.contentlist .result{
	margin-bottom:20px;
	}
.fotolinks {
	float:left;
	margin-top:4px;
	margin-right:8px;
	}
.fotorechts {
	float:right;
	margin-top:4px;
	margin-left:8px;
	}
.fotolinks,
.fotorechts {
	width:160px;
	}
dd .fotolinks,
dd .fotorechts {
	width:auto;
	}
.fotolinks img,
.fotorechts img {
	display:block;
	}
.fotolinks span,
.fotorechts span {
	display:block;
	padding:1px 10px;
	width:140px;
	font-size:0.8em;
	}
.highlight {
	color:#f68f1e;
	font-weight:bold;
	}


/* Webshop producten
=================================================================*/
.productcategorie {
	margin:0px 0px 16px 0px;
	width:340px;
	border-bottom:1px dotted #ccc;
	padding-bottom:4px;
	overflow:hidden;
	}
.productcategorie img {
	float:left;
	margin-top:4px;
	margin-right:8px;
	}
.productrij {
	float:left;
	overflow:hidden;
	width:340px;
	margin-bottom:5px;
	}
.productrij li {
	float:left;
	width:110px;
	height:180px;
	}
.productrij a:link,
.productrij a:visited,
.productrij a:hover,
.productrij a:visited:hover {
	float:left;
	display:block;
	width:100px;
	height:170px;
	padding:4px;
	}
.productrij a:link,
.productrij a:visited {
	border:1px solid #ccc;
	}
.productrij a:hover,
.productrij a:visited:hover {
	border:1px solid #f68f1e;
	background-color:#f4dfc8;
	}
.metruimte {
	border-right:5px solid #fff;
	}
.productrij .info {
	display:block;
	padding:1px 4px;
	width:80px;
	font-size:0.8em;
	}
.productrij .img{
 padding:0px;
 margin:0px;
 display:block;
 height:133px;
 width:100px;
 }
.producten {
	overflow:hidden;
	margin-bottom:15px;
	}

/* Weblog
=================================================================*/
.blogbericht {
	margin:0px 0px 16px 0px;
	height:1%;
	border-bottom:1px dotted #ccc;
	padding-bottom:4px;
	overflow:hidden;
	}
.googlescroll {
	text-align:center;
	margin-bottom:16px;
	font-weight:bold;
	}
.googlescroll li {
	display:inline;
	padding:0px 2px;
	}
.blogmenu {
	font-size:0.85em;
	margin-bottom:12px;
	clear:both;
	}
.blogmenu li {
	display:inline;
	color:#548404;
	}
.blogdatum {
	padding-right:6px;
	border-right:1px solid #548404;
	margin-right:6px;
	padding-left:12px;
	background:url('../gfx/blogdatumicon.gif') no-repeat 0px 3px;
	}
.blogdatum a:link,
.blogdatum a:visited {
	color:#548404;
	}
.blogdatum a:hover,
.blogdatum a:visited:hover {
	color:#c16c0f;
	}
.blogreacties {
	padding-right:6px;
	border-right:1px solid #548404;
	margin-right:6px;
	padding-left:12px;
	background:url('../gfx/blogreactiesicon.gif') no-repeat 0px 3px;
	}
.blogreacties a:link,
.blogreacties a:visited {
	color:#548404;
	}
.blogreacties a:hover,
.blogreacties a:visited:hover {
	color:#548404;
	}
.blogcategorie {
	padding-left:12px;
	background:url('../gfx/blogreactiesicon.gif') no-repeat 0px 3px;
	}
.blogcategorie a:link,
.blogcategorie a:visited {
	color:#548404;
	}
.blogcategorie a:hover,
.blogcategorie a:visited:hover {
	color:#548404;
	}
.blogreactie {
	margin:16px 0px;
	width:300px;
	border-bottom:1px dotted #ccc;
	padding-bottom:4px;
	padding-left:40px;
	overflow:hidden;
	background:url('../gfx/spreekwolk.gif') no-repeat 0px 0px;
	}
.blogreactie dt {
	color:#999;
	}
.blogreactie dd {
	margin-bottom:12px;
	}
#content .blogbericht h1 {
	color:#f68f1e;
	line-height:1em;
	}


/* Contentopties
=================================================================*/
#rechterkant dl {
	background-color:#eee;
	padding:10px 10px 4px 10px;
	margin-bottom:15px;
	}
#rechterkant dt {
	margin-bottom:6px;
	font-size:bold;
	font-size:1.1em;
	font-weight:bold;
	}
#rechterkant dd {
	margin-bottom:6px;
	}
.linkrechts {
	text-align:right;
	font-weight:bold;
	}
.contentopties {
	overflow:hidden;
	width:340px;
	padding-top:10px;
	border-top:1px solid #999;
	font-size:0.85em;
	font-weight:bold;
	clear:both;
	}
.contentopties li {
	float:left;
	list-style:none;
	}
.contentopties a:link,
.contentopties a:visited,
.contentopties a:hover,
.contentopties a:visited:hover {
	display:block;
	float:left;
	}
.printvriendelijk {
	border-right:1px solid #999;
	width:168px;
	}
.maileenvriend {
	width:158px;
	}
.printvriendelijk a:link,
.printvriendelijk a:visited {
	color:#000;
	background:url('../gfx/printvriendelijkicon.gif') no-repeat 3px 3px;
	padding:0px 0px 0px 24px;
	}
.printvriendelijk a:hover,
.printvriendelijk a:visited:hover {
	color:#999;
	background:url('../gfx/printvriendelijkiconhover.gif') no-repeat 3px 3px;
	padding:0px 0px 0px 24px;
	}
.maileenvriend a:link,
.maileenvriend a:visited {
	color:#000;
	background:url('../gfx/maileenvriendicon.gif') no-repeat 13px 3px;
	padding:0px 0px 0px 34px;
	}
.maileenvriend a:hover,
.maileenvriend a:visited:hover {
	color:#999;
	background:url('../gfx/maileenvriendiconhover.gif') no-repeat 13px 3px;
	padding:0px 0px 0px 34px;
	}


	/* Documenten
=================================================================*/
.documenten a,
.documenten a:visited,
.documenten a:hover,
.documenten a:visited:hover {
	display:block;
	padding:2px 10px 3px 22px;
	margin-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	}
.documenten a,
.documenten a:visited {
	background-color:#eee;
	background-repeat:no-repeat;
	background-position:0px 3px;
	}
.documenten a:hover,
.documenten a:visited:hover {
	background-color:#fff;
	}
#docgif {
	background-image:url('../gfx/icons/icon_gif.gif');
	}
#docjpg {
	background-image:url('../gfx/icons/icon_jpg.gif');
	}
#docbmp {
	background-image:url('../gfx/icons/icon_bmp.gif');
	}
#docpdf {
	background-image:url('../gfx/icons/icon_pdf.gif');
	}
#docdoc {
	background-image:url('../gfx/icons/icon_doc.gif');
	}
#docxls {
	background-image:url('../gfx/icons/icon_xls.gif');
	}
#doczip {
	background-image:url('../gfx/icons/icon_zip.gif');
	}
#doctxt {
	background-image:url('../gfx/icons/icon_txt.gif');
	}
#docwmp {
	background-image:url('../gfx/icons/icon_wmp.gif');
	}
