/* @override 
	http://stoproken.jonnotie.nl/css/main.css
	http://www.stop-roken.nl/css/main.css
	http://stop-roken.nl/css/main.css
*/

* {
	border-width: 0;
}

html, body {
	background-color: #fff;
	color: #4c4c4c;
}

body {
	font: 75%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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

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

object {
	margin-bottom: 1.5em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#wrapper {
	width: 801px;
	margin: 0 auto;
}

a:link,
a:visited {
	color: #05b6a3;
}

a:link:hover,
a:visited:hover {
	color: #4e4b4c;
}

/* HEADER */

#header {
	width: 801px;
	overflow: hidden;
}

#header #logo {
	width: 225px;
	height: 126px;
	display: block;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	margin-left: 18px;
}

#header #navigation {
	height: 28px;
	width: 781px;
	background-image: url(../images/navigation_bg.png);
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#header #navigation li {
	display: inline;
	margin-right: 0.5em;
}

#header #navigation li a {
	color: #9e9e9e;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.5em;
}

#header #navigation li a:hover,
#header #navigation li a.current {
	color: #333;
}

/* WELCOME */

#welcome {
	position: relative;
	height: 188px;
	background-color: #e5e5e5;
}

#home #welcome {
	position: relative;
	height: 241px;
}

#welcome #heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 801px;
	height: 187px;
	background-image: url(../images/welcome_bg.png);
}

#home #welcome #heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 801px;
	height: 240px;
	background-image: url(../images/welcome_bg_home.png);
}

h1#stoproken {
	text-indent: -9999px;
	width: 801px;
	height: 240px;
	background-image: url(../images/headings/stoproken.png);
	margin-bottom: 1px;
}

h1#methode {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/methode.jpg);
}

h1#tarieven {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/tarieven.jpg);
}

h1#opleiding {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/opleiding.jpg);
}

h1#vergoeding {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/vergoeding.jpg);
}

h1#bedrijven {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/bedrijven.jpg);
}

h1#contact {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/contact.jpg);
}

h1#wistudit {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/wistudit.jpg);
}

h1#ervaringen {
	text-indent: -9999px;
	width: 801px;
	height: 187px;
	background-image: url(../images/headings/ervaringen.jpg);
}

/* #CALLTOACTION */

#calltoaction {
	background-image: url(../images/calltoaction_bg.png);
	height: 49px;
	padding-top: 20px;
}

#calltoaction a {
	display: block;
	width: 137px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/btn_stoproken.png);
	text-indent: -9999px;
}

/* CONTENT */

#content {
	width: 801px;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/content_bg.png) repeat-x 0 41px;
}

#home #content {
	width: 801px;
	overflow: hidden;
	margin-top: 20px;
	background-image: none;
}

#home #content h2 {
	height: 32px;
	width: 350px;
	background-image: url(../images/headings_bg_home.png);
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
	padding-top: 10px;
	text-transform: lowercase;
	color: #999;
}

#home #content .column {
	margin-right: 21px;
	width: 390px;
	float: left;
	background: url(../images/content_bg.png) repeat-x;
	padding: 0;
}

#home #content .column h3 {
	margin-top: 22px;
	margin-bottom: 10px;
	color: #f6881f;
	font-size: 1.3em;
}

#content h2 {
	height: 32px;
	background-image: url(../images/headings_bg.png);
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
	padding-top: 10px;
	text-transform: lowercase;
	color: #4c4c4c;
	width: 800px;
	text-shadow: #fff 0 1px 0;
	font-weight: normal;
	font-style: normal;
}

#content .column h3 {
	margin-bottom: 10px;
	color: #f6881f;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
}

#content .column {
	width: 370px;
	float: left;
	margin-right: 21px;
}

#content .column p {
	margin-right: 20px;
}

#home #content .column.nomargin {
	margin-right: 0;
}

#content .column.nomargin {
	margin-right: 0;
	padding-right: 0;
}

#content .column img {
	float: left;
	margin: 20px 20px 0;
}

#content .row {
	padding: 20px 20px 0;
	clear: both;
}

#content .row.agv {
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	margin-bottom: 1.5em;
	color: #999;
}

#content .row ul {
	margin-bottom: 1.5em;
	list-style-type: circle;
	list-style-position: inside;
}

#content .row ul strong {
}

#content .row ul li.em {
	font-style: italic;
	list-style-type: none;
	padding-left: 12px;
	list-style-position: outside;
	margin-bottom: 1.5em;
}

#content form {
	
}

#content form * {
	color: #727375;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

#content form p {
	margin-bottom: 15px;
}

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

#content form input {
	height: 17px;
	width: 250px;
	border: 1px solid #9e9e9e;
	background: #fff url(../images/input_bg.png) repeat-x;
	padding: 2px 5px 0;
	margin: 0;
}

#content form input:focus {
	color: #333;
	border-color: #63c9c8;
}

#content form textarea {
	border: 1px solid #9e9e9e;
	background: url(../images/input_bg.png) repeat-x;
	width: 348px;
	height: 162px;
	padding: 5px;
	overflow: auto;
	font-size: 12px;
}

#content form textarea:focus {
	border-color: #63c9c8;
	color: #333;
}

#content form button {
	border: 1px outset #b3b3b3;
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
}

#content form p.error {
	
}

#content form p.error input {
	border-color: #f6881f;
}

#content form p.error textarea {
	border-color: #f6881f;
}

/* FOOTER */

#footer {
	clear: both;
	overflow: hidden;
	width: 761px;
	margin-top: 2px;
	color: #999;
	border-top: 1px solid #ccc;
	padding: 20px 20px 0;
}

#footer .float-left {
	color: #333;
}

#footer .float-right {
	text-align: right;
}

#footer .float-right a {
	text-align: right;
	color: #999;
}

#footer .float-right a:hover {
	color: #6cc;
}