/* @override http://wilskracht.jonnotie.nl/css/main.css */

* {
	text-shadow: #000000 0 0 0px;
}

html, body {
	height: 100%;
	background: #c4c4c4 url(/images/bg.gif) repeat-x 0 0;
}

body {
	font: 75%/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #4c4c4c;
	padding-top: 52px;
}

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

em {
	font-style: italic;
}

a:link,
a:visited {
	color: #90278e;
}

a:link:hover,
a:visited:hover {
	color: #622c8c;
}

a:link:active,
a:visited:focus {
	color: #000;
}

.align-right {
	text-align: left;
	margin-bottom: 0;
}

/* --- */

#wrapper {
	width: 821px;
	margin: 0 auto;
	padding-bottom: 1px;
}

/* -- */

#header {
	width: 821px;
	overflow: hidden;
	background: url(/images/header_bg.gif) no-repeat 0 65px;
	position: relative;
	height: 157px;
}

#header #logo {
	width: 292px;
	height: 92px;
	float: left;
	display: inline;
	background-image: url(/images/logo.gif);
	text-indent: -9999px;
	margin-left: 20px;
}

#header #navigation {
	position: absolute;
	top: 120px;
	left: 20px;
	height: 33px;
	width: 781px;
	overflow: hidden;
}

#header #navigation li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#header #navigation li a {
	float: left;
	height: 27px;
	width: 96px;
	background-image: url(/images/navigation_bg.gif);
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header #navigation li a:hover {
	background-position: 0 -27px;
}

#header #navigation li a.current {
	background-position: 0 -54px;
	height: 33px;
}

#header #service {
	position: absolute;
	top: 80px;
	right: 20px;
}

#header #service li {
	display: inline;
	margin-left: 10px;
}

#header #service li a {
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: none;
}

#header #service li a.current {
	text-decoration: underline;
	color: #90278e;
}

#header #service li a:hover {
	text-decoration: underline;
	color: #90278e;
}

/* -- */

#main {
	width: 781px;
	background-image: url(/images/content_bg.gif);
	padding: 18px 20px 1px;
	overflow: hidden;
}

#main h1 {
	font-size: 24px;
	line-height: 23px;
	margin-bottom: 18px;
	color: #652d90;
	font-weight: normal;
	font-style: normal;
}

#main h2 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 18px;
	color: #8c268a;
	font-weight: normal;
	font-style: normal;
}

/* - */

#content {
	float: left;
	width: 470px;
}

#content h3 {
	color: #652d90;
	font-weight: bold;
}

#content ul li {
	padding-left: 15px;
	background: url(/images/bullet2.gif) no-repeat 0 6px;
}

#content ul li span {
	font-weight: bold;
	float: left;
	width: 170px;
}

/* - */

#sidebar {
	float: right;
	width: 300px;
	background: url(/images/prices_top.gif) no-repeat 0 124px;
}

#sidebar img {
	width: 300px;
	margin-bottom: 18px;
}

#sidebar #prices {
	padding: 10px 10px 1px;
	background: #e5e5e5 url(/images/prices_bot.gif) no-repeat 0 bottom;
}

#sidebar #prices img {
	width: auto;
	height: auto;
	margin-bottom: 0;
}

#sidebar #prices h3 {
	font-weight: bold;
}

#sidebar #prices ul li {
	padding-left: 15px;
	background: url(/images/bullet.gif) no-repeat 0 6px;
}

#sidebar address {
	margin-bottom: 18px;
}

/* -- */

#footer {
	width: 781px;
	padding: 20px 20px 1px;
	background-image: url(/images/footer_bg.gif);
	height: 90px;
	color: #8d8d8d;
}