/****************************** 
	Global
******************************/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, sans-serif, Helvetica;
	color: #000;
	font-size: 11px;
}

html,
body {
	width: 100%;
	height: 100%;
	line-height: 16px;
	text-align: left;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #ccc;
}

img {
	border: 0
}

a {
	text-decoration: none
}

a:link {
	color: #000
}

a:visited {
	color: #000
}

a:active {
	color: #000
}

a:hover {
	color: #f00
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

label:hover {
	color: #f38f1f;
}

select, input, textarea {
	border: 1px solid #cfcfcf;
	width: 230px !important;
}

input.button {
	width: 100px !important;
	cursor: pointer;
}

input.button:hover {
	background: #adadad;
	color: #f00;
}

table.form td.label {
	font-weight: bold;
	font-size: 10px;
}

input.radio {
	border: 0;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul, ol {
	margin-left: 20px;
}

ul.navigationbox li 
{
	padding: 0;
}

.hr {
	clear: both;
	overflow: hidden;
	width: 250px;
	height: 1px;
	border-bottom: 1px solid #000;
}

.hr hr {
	display: none;
}

fieldset {
	border: 0;
}

fieldset legend {
	display: none;
}

fieldset dl dt {
	clear: both;
	float: left;
}

fieldset dl dt span.required {
	color: #f00;
	margin-right: 4px;
}

br.clear {
	clear: both;
}


/****************************** 
	Main divisions
******************************/

div#container {
	position: relative;
	overflow: visible;
	width: 100%;
	padding: 0 0 30px;
}

div#head {
	position: relative;
	z-index: 10;	
	width: 990px;
	height: auto; /* 102 + 43 */
	margin: 0 auto;
	padding: 35px 0 0;
	background: #fff;
}

div#middle {
	position: relative;
	z-index: 5;
	width: 990px;
	height: auto;
	min-height: 450px;
	margin: 0 auto;
	background: #fff;	
}

/* Internet Explorer *
/*\*/
* html div#middle {
	height: 450px;
}
/**/

div#foot {
	position: relative;
	z-index: 6;	
	overflow: visible;
	width: 990px; /* 990 */
	height: 40px;
	margin: 0 auto;
	text-align: right;
	
	border-top: 1px solid #000;
	background: #fff;	
}

/****************************** 
	Sub divisions
******************************/

div#headSubmenu {
	position: absolute;
	top: 8px;
	right: 10px;
}

div#headTop {
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #000;
}
	
div#headBottom {
	height: 29px; /* 35 */
	padding: 6px 0 0 32px;
	background: url('../images/menu_bg.jpg') repeat-x left top;
}

div#middleContent {
	float: left;
	width: 765px; /* 990 - 200 */
	padding: 35px 0 20px 25px;
}

div#middleRight {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

/****************************** 
	Specializations
******************************/

div#headSubmenu * {
	color: #999;
}

div#middleContent h1 {
	font-size: 20px;
	font-weight: bold;
}

div#middleContent h2,
div#middleContent h3, 
div#middleContent h4,
div#middleContent h5,
div#middleContent h6 {
	font-size: 12px;
	font-weight: bold;
}

div#middleContent * {
	font-size: 11px;
}

div#middleContent ul {
	margin: 0;
}

div#middleContent ul li {
	background: url('../images/lijst_vierkant.jpg') no-repeat left center;
	padding: 0 0 0 10px;
	font-size: 12px;	
}

/* Home boxen (drukwerk, ontwerpen, kopieerservice en websitebeheer) */
div#middleContent div.boxDrukwerk,
div#middleContent div.boxOntwerpen,
div#middleContent div.boxKopieerservice,
div#middleContent div.boxWebsitebeheer {
	width: 147px; /* 177 */
	height: 355px; /* 419 */
	float: left;
	margin: 0 5px;
	padding: 64px 15px 0;
}

div#middleContent div.boxDrukwerk:hover,
div#middleContent div.boxOntwerpen:hover,
div#middleContent div.boxKopieerservice:hover,
div#middleContent div.boxWebsitebeheer:hover {
	cursor: pointer;
}

div#middleContent div.boxDrukwerk {
	background: url('../images/banner1.jpg') no-repeat left top;
}

div#middleContent div.boxOntwerpen {
	background: url('../images/banner2.jpg') no-repeat left top;
}

div#middleContent div.boxKopieerservice {
	background: url('../images/banner3.jpg') no-repeat left top;
}

div#middleContent div.boxWebsitebeheer {
	background: url('../images/banner4.jpg') no-repeat left top;
}

/* HTMLbox met foto's op de home */
div#middleRight div.instance_1021 {
	padding: 12px 0;
	font-size: 0;
	line-height: 0;
}

div#middleRight div.instance_1021 img {
	margin: 3px 0;
}

/* Menu */
div#headBottom ul.navigationbox li a,
div#headBottom ul.navigationbox li a:visited {
	display: block;
	margin: 0 40px 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

/* Menu - submenu */
div#headBottom ul.navigationbox ul {
	overflow: hidden;
	width: 180px;
	left: 0;
	top: 15px;
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;

}

div#headBottom ul.navigationbox ul li {
	width: auto;
	height: auto;
	margin: 0;
}

div#headBottom ul.navigationbox ul li.nav_first {
	padding-top: 5px;
}

div#headBottom ul.navigationbox ul.layer_1 li a,
div#headBottom ul.navigationbox ul.layer_1 li a:visited  {
	display: block;
	padding: 5px 0 5px 11px;
	height: auto;
	min-height: 17px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	background-color: #024299;
}

div#headBottom ul.navigationbox ul.layer_1 li a:hover {
	background-color: #567FBF;
}

/* foot */
div#foot div.dots {
	position: absolute;
	top: -9px;
	right: 20px;
	width: 81px;
	height: 18px;
	background: url('../images/footer.gif') no-repeat left top;
}

