/* @override 
	http://grotenhuis.html.uwcoder.nl/css/main.css
	http://grotenhuisadviseert.nl/css/main.css
*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #fff url(/images/bg.png) no-repeat right 35px;
}

body {
	color: #414140;
	font: 75%/1.8em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 1em;
	line-height: 1.5em;
}

img, textarea {
	vertical-align: bottom;
	border-style: none;
}

p, ul {
	margin-bottom: 1.5em;
}

a:link, a:visited {
	color: #732b8f;
	font-weight: bold;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
}

.align-right {
	text-align: right;
}

.noshow {
	display: none;
}

.totop a {
	color: #414140;
}

.totop {
	clear: both;
}

.btn {
	font-weight: bold;
	line-height: 28px;
}

.btn a {
	height: 28px;
	display: inline-block;
	background-color: #505050;
	text-indent: -9999px;
	margin-left: 10px;
	width: 20px;
}

.btn a:hover {
	background-position: 0 -28px;
}

.btn a.linkedin {
	background-image: url(/images/buttons/linkedin.png);
	width: 98px;
}

/*  NAVIGATION */

#navigation {
	height: 35px;
	background: url(/images/navigation_bg.png) repeat-x 0 0;
	overflow: hidden;
}

#navigation ul {
	height: 35px;
	width: 800px;
	margin: 0 auto;
	list-style-type: none;
}

#navigation ul li {
	height: 35px;
	float: left;
}

#navigation ul li a {
	height: 35px;
	float: left;
	background-image: url(/images/navigation.png);
	width: 40px;
	text-indent: -9999px;
}

#navigation ul li#btn-home a {
	width: 82px;
	background-position: 0 0;
}

#navigation ul li#btn-home a:hover {
	background-position: 0 -40px;
}

#home #navigation ul li#btn-home a {
	background-position: 0 -80px;
}

#navigation ul li#btn-kennisenkunde a {
	width: 142px;
	background-position: -82px 0;
}

#navigation ul li#btn-kennisenkunde a:hover {
	background-position: -82px -40px;
}

#kennisenkunde #navigation ul li#btn-kennisenkunde a {
	background-position: -82px -80px;
}

#navigation ul li#btn-dienstverlening a {
	width: 142px;
	background-position: -227px 0;
}

#navigation ul li#btn-dienstverlening a:hover {
	background-position: -227px -40px;
}

#navigation ul li#btn-dienstverlening.current a {
	background-position: -227px -80px;
}

#dienstverlening #navigation ul li#btn-dienstverlening a {
	background-position: -227px -80px;
}

#navigation ul li#btn-klanten a {
	width: 92px;
	background-position: -369px 0;
}

#navigation ul li#btn-klanten a:hover {
	background-position: -369px -40px;
}

#navigation ul li#btn-klanten.current a {
	background-position: -369px -80px;
}

#klanten #navigation ul li#btn-klanten a {
	background-position: -369px -80px;
}

#navigation ul li#btn-publicaties a {
	width: 108px;
	background-position: -461px 0;
}

#navigation ul li#btn-publicaties a:hover {
	background-position: -461px -40px;
}

#publicaties #navigation ul li#btn-publicaties a {
	background-position: -461px -80px;
}

#navigation ul li#btn-contact a {
	width: 87px;
	background-position: -569px 0;
}

#navigation ul li#btn-contact a:hover {
	background-position: -569px -40px;
}

#contact #navigation ul li#btn-contact a {
	background-position: -569px -40px;
}

/*  CONTENT */

#content {
	width: 480px;
	margin: 0 auto;
	padding-top: 60px;
	padding-right: 320px;
	position: relative;
}

#content h1 {
	font-size: 2em;
	color: #2e0d3e;
	line-height: 1.8em;
	margin-bottom: 1em;
}

#content h2 {
	font-size: 2em;
	color: #2e0d3e;
	line-height: 1.8em;
	margin-bottom: 1em;
}

/* --- home */

#home #content {
	width: 800px;
	padding: 170px 0 0;
}

#home #content h1 {
	width: 464px;
	height: 104px;
	background-image: url(/images/headings/h1.png);
	text-indent: -9999px;
}

#home #content h2 {
	width: 464px;
	height: 161px;
	background-image: url(/images/headings/h2.png);
	text-indent: -9999px;
}

#home #content h3 {
	width: 554px;
	height: 90px;
	background-image: url(/images/headings/h3.png);
	text-indent: -9999px;
	margin-top: 65px;
}

/* --- dienstverlening */

#dienstverlening #content ul {
	list-style-position: inside;
}

/* --- kennisenkunde */

#kennisenkunde #content img {
	position: absolute;
	top: 100px;
	right: 0;
	behavior: url(../iepngfix.htc);
}

/* --- klanten */

#klanten #content ul {
	list-style-type: none;
}

#klanten #content ul.left {
	float: left;
	width: 255px;
}

#klanten #content ul.right {
	float: left;
	width: 225px;
}

#klanten #content ul li {
	
}

#klanten #content ul li a {
	display: block;
}

/* --- publicaties */

#publicaties #content ul {
	list-style-type: none;
	width: 480px;
	margin-left: -4px;
}

#publicaties #content ul li {
	min-height: 137px;
	height: auto !important;
	height: 137px;
	margin-bottom: 1.5em;
	width: 366px;
	padding: 0 0 0 114px;
	position: relative;
}

#publicaties #content ul li h2 {
	margin-bottom: 0;
	width: 366px;
	font: 1.5em/1.5em Georgia, "Times New Roman", Times, serif;
}

#publicaties #content ul li p {
	margin-bottom: 0.5em;
	width: 366px;
}

#publicaties #content ul li img {
	top: 0;
	left: 0;
	position: absolute;
}

#publicaties #content ul li a {
	
}

#publicaties #content ul li ul {
	width: 366px;
	float: right;
	margin-bottom: 0;
}

#publicaties #content ul li ul li {
	padding: 0;
	margin: 0 20px 0 0;
	width: auto;
	display: inline;
}

#publicaties #content ul li ul li a {
	color: #414140;
}

#publicaties #content ul li ul li a.order {
	color: #732b8f;
}

/* --- contact */

#contact #content {
	
}

#contact #content .error {
	border: 2px solid #f00;
	padding: 7px 10px 10px;
}

#contact #content .error label::after {
	content: ' Vergeten in te vullen';
	color: #f00;
	text-transform: lowercase;
}

#contact #content .error textarea {
	width: 444px;
}

#contact #content label {
	display: block;
	font-weight: bold;
}

#contact #content input {
	background: #fff url(/images/input_bg.png) repeat-x;
	border: 1px solid #b9b7bb;
	width: 275px;
	height: 19px;
	font: 1em/1.5em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 4px 5px 0;
	outline: 0;
}

#contact #content input:focus {
	border-color: #732b8f;
}

#contact #content textarea:focus {
	border-color: #732b8f;
}

#contact #content textarea {
	background: #fff url(/images/input_bg.png) repeat-x;
	border: 1px solid #b9b7bb;
	width: 468px;
	height: 159px;
	font: 1em/1.5em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 4px 5px 0;
	outline: 0;
}

#contact #content button {
	width: 98px;
	height: 28px;
	cursor: pointer;
	border-style: none;
	background-image: url(/images/buttons/versturen.png);
	padding: 0;
	margin: 0;
	border-width: 0;
}

#contact #content button:hover {
	background-position: 0 -28px;
}

#contact #content button span {
	display: none;
}

/*  QUOTE */

#quote {
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding-top: 1.5em;
	clear: both;
}

#quote blockquote {
	color: #2e0d3e;
	font-style: italic;
	line-height: 1.5em;
	font-size: 1.5em;
}

#quote p {
	font-size: 1.167em;
	margin-bottom: 7px;
}

/*  FOOTER */

#footer {
	margin: 7px auto 10px;
	width: 800px;
	color: #c6c6c6;
	font-weight: bold;
	padding-top: 10px;
	background: url(/images/footer_bg.png) repeat-x 0 0;
}