html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: "Lucida Grande", Lucida sans, Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	word-spacing: -0.1em;
	letter-spacing: 0.1em;
	color: #390063;
}

a {
	outline: none;
	color: #6f23a5;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:link {
	outline: none;
	color: #6f23a5;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	outline: none;
	color: #007eff;
	text-decoration: none;
}

p {
	letter-spacing: 0.1em;
	text-align: left;
}

#background {
	width: 100%;
	height: 100%;
	position: absolute;
}

#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 1;
}

#container {
	width: auto;
	height: auto;
	border-width: 0px;
	z-index: 3;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 25px;
	height: 35px;
	margin: 0px;
	color: #007eff;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h2 {
	text-transform: uppercase;
	color: #6f23a5;
	letter-spacing: 0.1em;
	font: bold 11px/16px "Trebuchet MS", Verdana;
	margin: 0px 0px 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	color: #fff;
	border: 0px solid #000;
	width: 640px;
}

#box-logo {
	position: absolute;
	top: 10px;
	left: 640px;
	z-index: 3;
	color: #fff;
	width: 275px;
	height: 140px;
	background-image: url(images/logobox.png);
}

#block-transparant {
	position: absolute;
	top: 20px;
	left: 915px;
	z-index: 3;
	color: #fff;
	border: 0px solid #000;
	width: 100%;
	height: 60px;
	background-image: url(images/trans-1x1.png);
}

#cel-transparant {
	z-index: 3;
	color: #fff;
	border: 0px solid #000;
	background-image: url(images/trans-1x1.png);
}

#block-content {
	top: 115px;
	left: 40px;
	width: 570px;
	z-index: 3;
	color: #205;
	background-image: url(images/trans-1x1.png);
	display: block;
	position: absolute;
}

.sub {
	font-size: 9px;
	line-height: 12px;
}

.content {
	z-index: 3;
	color: #205;
	padding: 15px 30px 0 15px;
}

#footer {
	display: block;
	height: 18px;
	background-color: #4a3970;
	margin-left: 0px;
	text-indent: 15px;
	color: silver;
	font-size: 7pt;
	text-transform: uppercase;
	width: 570px;
	margin-top: 24px;
}

/* portfolio */

#menu {
	display: block;
	height: 60px;
	color: white;
	background-image: url(images/trans-1x1.png);
	margin: 20px 0px 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	margin-right: 0px;
	display: block;
	width: 160px;
}

#menu li.list1 {
	background: transparent url(images/over-ons.gif);
}

#menu li.list2 {
	background: transparent url(images/werk.gif);
}

#menu li.list3 {
	background: transparent url(images/mac-hulp.gif);
}

#menu li.list4 {
	background: transparent url(images/contact.gif);
}

#menu a {
	outline:none;
	display: block;
	width: 160px;
	padding-top: 60px;
	height: 0;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

* html #menu a:link, * html #menu a:visited {
	height: 60px;
	height: 0;
}

#menu a#item1 {
	background: transparent url(images/over-ons-over.gif) -160px -60px no-repeat;
}

#menu a#item2 {
	background: transparent url(images/werk-over.gif) -160px -60px no-repeat;
}

#menu a#item3 {
	background: transparent url(images/mac-hulp-over.gif) -160px -60px no-repeat;
}

#menu a#item4 {
	background: transparent url(images/contact-over.gif) -160px -60px no-repeat;
}

#menu a#item1:hover {
	background-position: top right;
	z-index: 50;
}

#menu a#item2:hover {
	background-position: top right;
	z-index: 50;
}

#menu a#item3:hover {
	background-position: top right;
	z-index: 50;
}

#menu a#item4:hover {
	background-position: top right;
	z-index: 50;
}

* html #menu a:hover {
	height: 60px;
	height: 0;
}

/* form */

input {
	width: auto;
	border: 1px solid #9cc;
	background-color: white;
}

textarea {
	width: auto;
	border: 1px solid #9cc;
	background-color: white;
}