/*

Cubique Webcreations
www.cubique.nl
info@cubique.nl

/* -------------------------------------------------------------- layout kenmerken */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: url('img/main/back-main.gif') fixed;
	font-family: verdana, arial;
}
#container {
	height:100%;
	min-height:100%;
	width:960px;
	margin:auto;
	position:relative;
	background: url('img/main/back-content.gif') repeat-y;
}
#outer {
	min-height:100%;
	margin-bottom: -130px;
	padding: 0;
	width: 960px;
	background: url('img/main/back-content.gif') repeat-y;
}
* html #outer {
	height:100%;
}
#header {
	position:absolute;
	top:0;
	left:5px;
	width:960px;
	height:170px;
	background: url('img/main/header.gif') no-repeat;
	overflow: hidden;
}
#clearheader {
	height:170px;
}
#footer {
	position:relative;
	width:960px;
	height:130px;
	clear: both;
	overflow: hidden;
	text-align: right;
	background: url('img/main/footer.gif');
}
* html #footer {
	\height:130px;/* for ie5 */
	he\ight:130px;/* for ie6 */
}
#clearfooter {
	clear:both;
	height:130px;
}
#centrecontent {
	margin: 0;
	width: 960px;
}
#content {
	position: relative;
	height:auto !important;
	width: 960px;
	background: url('img/main/back-content.jpg') no-repeat;
}

/* -------------------------------------------------------------- menu kenmerken */

#menu {
	width: 950px;
	height: 24px;
	background: url('img/main/back-menu.gif');
	margin-left: 5px;
	border-top: 3px solid #fff;
	font-size: 0.9em;
	overflow: hidden;
}
#menu ul {
	text-transform: uppercase;
	margin: 5px 0 0 30px;
	padding: 0;
	float: left;
}
#menu li {
	display: inline;
	margin-left: 10px;
}
#menu .datum {
 	margin-top: 8px;
 	margin-right: 10px;
 	margin-bottom: 0;
 	padding: 0;
	float: right;
	font-size: 0.75em;
	display: block;
}
#menu a {
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	color:#fff;
}

/* -------------------------------------------------------------- inhoud-verdeling kenmerken */

#inhoud {
	float: left;
	display: inline;
	width: 650px;
	margin-left: 5px;
	padding-bottom: 20px;
}
#rechterkant {
	float:right;
	width: 300px;
	height: auto;
	padding: 0;
	margin-right: 5px;
}
#inhoud, #rechterkant {
	margin-top: 3px;
}
#inhoud p, #inhoud li {
	font-size: 84%;
	margin-left: 15px;
}
#pagina p, #zoeken p, #aanmeldformulier p {
	margin-right: 60px;
}
#inhoud a {
	text-decoration: none;
	color: #009edf;
}
#inhoud a:hover {
	text-decoration: underline;
}
#pagina h2, #forum h2, #zoeken h2 {
	margin-left: 15px;
	color: #009edf;
	font-size: 84%;
	font-weight: bold;
}

/* -------------------------------------------------------------- inloggen kenmerken */

#login, #laatsteberichten, #ingelogd {
 	width: 300px;
	background: #f5f5f5;
	min-height: 120px;
	height: auto !important;
	height: 140px;
	font-size: 0.84em;
	overflow: hidden;
}
#login h1, #laatsteberichten h1, #advertenties h1, #ingelogd h1 {
	width: 300px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#login h1 {
	background: url('img/main/inloggen.gif') no-repeat;
}
#login .kolom1 {
	width: 100px;
	padding-left: 5px;
	vertical-align: top;
	font-size: 84%;
	padding-top: 5px;
}
#login .kolom2 {
	width: 180px;
	vertical-align: top;
}
#login .formfield, #userloggedin .formfield, #pagina .formfield {
	height: 16px;
	width: 160px;
	font-size: 84%;
	padding-left: 5px;
	border: 1px solid #d4d4d4;
}
#login .button, #aanmeldformulier .button, #ingelogd .button, #forum .button, #zoeken .button, #userloggedin .button, #pagina .button {
	border: none;
	background: #009edf;
	color: #fff;
	font-size: 100%;
}
#pagina .button {
	font-size: 84%;
}
#ingelogd h1 {
	background: url('img/main/ingelogd.gif') no-repeat;
}
#ingelogd p, #ingelogd .button, #pagina .formfield {
	margin-left: 10px;
}
#ingelogd ul {
	margin: 10px 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#ingelogd li a {
	text-decoration: none;
	color: #009edf;
}
#ingelogd li a:hover {
	text-decoration: underline;
}
#pagina .formfield {
	margin-left: 15px;
}
#login p {
	margin: 2px 0 4px 8px;
	font-size: 84%;
}
#login a {
	text-decoration: none;
	color: #009edf;
}
/* -------------------------------------------------------------- forum laatste berichten kenmerken */

#laatsteberichten h1 {
	background: url('img/main/laatsteberichteninhetforum.gif') no-repeat;
}
#laatsteberichten {
	border-top: 3px solid #fff;
}
#laatsteberichten ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	font-size: 84%;
}
#laatsteberichten li a {
	text-decoration: none;
	color: #000;
}
#laatsteberichten li a:hover, #login a:hover {
	text-decoration: underline;
	color: #009edf;
}
#laatsteberichten p {
	font-size: 74%;
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 15px;
}
.buttonforum {
	border: none;
	background: #009edf;
	color: #fff;
	font-size: 100%;
}

/* -------------------------------------------------------------- advertenties kenmerken */

img {
	border: none;
}
a {
	outline: none 0;
}
#advertenties {
	width: 300px;
	background: #f5f5f5;
	border-top: 3px solid #fff;
	padding-bottom: 50px;
}
#advertenties h1 {
	background: url('img/main/advertenties.gif') no-repeat;
}
#advertenties ul {
	list-style-type: none;
	margin: 0;
	margin-top: 2px;
	padding: 5px;
}
#advertenties li a {
	width: 290px;
	height: 80px;
	display: block;
	margin-top: 5px;
}

/* -------------------------------------------------------------- footer kenmerken */

#google-ads {
	width: 730px;
	height: 91px;
	margin-left: 115px;
	margin-top: 12px;
	float: left;
 	display: inline;
}
#footer p {
	clear: both;
	font-size: 65%;
	margin: 0;
	margin-right: 18px;
	padding: 0;
	padding-top: 13px;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	color: #009edf;
}

/* -------------------------------------------------------------- hoofdpagina kenmerken */

#zoekvak-hoofdpagina {
	position: relative;
	width: 200px;
	height: 230px;
	background: url('img/main/zoekvak-hoofdpagina.gif') no-repeat;
	margin: 30px 0 0 30px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 50px
}
#adverteer-nu {
	position:  relative;
	float: right;
	display: inline;
	margin: 30px 30px 0 0;
	height: 100px;
	width: 100px;
	background: #ddff44;
}
#nederland {
	position: absolute;
	top: 50px;
	left: 80px;
	width: 350px;
	height: 425px;
}
#zoekvak-hoofdpagina form {
	font-size: 84%;
	font-weight: bold;
}
#provincie-info {
	position: relative;
	margin-top: -190px;
	margin-left: 350px;
	width: 200px;
	height: 200px;
	background: url('img/main/background-provincie.gif') no-repeat;
}
#provincie-info.hidden {
	visibility: hidden;
}
#provincie-info.visible {
	visibility: visible;
}
#provincie-info img{
	margin: 8px;
}
#provincie-info h1 {
	font-size: 84%;
	font-weight: bold;
	color: #009edf;
	margin: 0 0 0 8px;
	padding: 0;
}
#provincie-info p {
	font-size: 84%;
	margin-top: 4px;
	margin-left: 8px;
	padding: 0;
}

/* -------------------------------------------------------------- overzicht per provincie kenmerken */

#lijstperprov ul {
	list-style-type: none;
	margin: 10px 0 0 15px;
	padding:0;
}
#lijstperprov div {
	width: 615px;
	height: 115px;
	border: 1px solid #e4e4e4;
	margin-left: -10px;
}
#lijstperprov li {
	margin-top: 2px;
}
#lijstperprov .std {
	background: url('img/main/lijst-stukadoorsbedrijf.gif') no-repeat;
	background-position: 0 0;
}
#lijstperprov .mouseoverstd {
	background: url('img/main/lijst-stukadoorsbedrijf.gif') no-repeat;
	background-position: 0 -115px;
}
#lijstperprov .tip {
	background: url('img/main/lijst-stukadoorsbedrijf-tip.gif') no-repeat;
	background-position: 0 0;
}
#lijstperprov .mouseovertip {
	background: url('img/main/lijst-stukadoorsbedrijf-tip.gif') no-repeat;
	background-position: 0 -115px;
}
#lijstperprov .top {
	background: url('img/main/lijst-stukadoorsbedrijf-top.gif') no-repeat;
	background-position: 0 0;
}
#lijstperprov .mouseovertop {
	background: url('img/main/lijst-stukadoorsbedrijf-top.gif') no-repeat;
	background-position: 0 -115px;
}
#lijstperprov div h2 {
	margin: 0;
	margin-left: 60px;
	padding: 0;
	padding-top: 10px;
	font-size: 110%;
}
#lijstperprov p {
	padding: 0;
	margin: 0;
	padding-top: 18px;
	font-size: 100%;
	font-weight: bold;
}
#lijstperprov .aantal {
	font-size: 84%;
}
#lijstperprov div p {
	clear: both;
}
#lijstperprov h1, #bedrijf h1, #aanmeldformulier h1, #forum h1, #pagina h1, #zoeken h1, #userloggedin h1 {
	font-size: 110%;
	color: #fe8e42;
	margin: 15px 15px 0px 20px;
	padding: 0;
}
#lijstperprov h1 {
	float: left;
	display: inline;
}
#lijstperprov div p {
	margin: 0;
	padding: 0;
	margin-left: 60px;
}
#lijstperprov img {
	margin: 3px 3px 0 0;
}
#lijstperprov span {
	float: left;
}
#lijstperprov h2 a {
	text-decoration: none;
	color: #009edf;
}
#lijstperprov .bedrijf {
	width: 600px;
}
#lijstperprov .kolom1{
	width: 390px;
	vertical-align: top;
}

/* -------------------------------------------------------------- pagina bedrijf kenmerken */

#bedrijf table, #aanmeldformulier table, #forum table {
	width: 615px;
	border: 1px solid #d2d2d2;
	background: #f2f2f2;
	font-size: 84%;
	padding: 0;
}
#bedrijf .tabelgegevens, #aanmeldformulier .tabelgegevens, #forum .tabeloverzicht {
	margin: 15px 0 0 15px;
}
#bedrijf table .kolom1, #aanmeldformulier .kolom1 {
	width: 170px;
	vertical-align: top;
	font-weight: bold;
	padding-left: 20px;
}
#bedrijf table .kolom2 {
	width: 200px;
	vertical-align: top;
}
#bedrijf table .kop-rij {
	width: 445px;
	height: 40px;
	font-weight: bold;
	color: #009edf;
	padding-left: 50px;
	padding-right: 235px;
}
#bedrijf table .tip {
	background: url('img/main/tip.gif') no-repeat;
}
#bedrijf table .top {
	background: url('img/main/top.gif') no-repeat;
}
#bedrijf .cellogo {
	width: 200px !important;
	text-align: right;
	vertical-align: top;
}
#bedrijfslogo {
	position: absolute;
	margin-left: 17px;
	left: 415px;
	width: 200px;
	height: 100px;
}
#bedrijf table img {
	margin-right: 3px;
}
#bedrijf .tabelfotos {
	margin: 5px 0 0 15px;
}
#bedrijf #googlemap {
 	margin: 5px 0 0 15px;
	width: 615px;
	height: 365px;
	border: 1px solid #d2d2d2;
}

/* --------------------------------------------------------------  formulier aanmelden kenmerken */

#aanmeldformulier table {
	padding-top: 5px;
}
#aanmeldformulier .formfields, #aanmeldformulier .upload-show, #aanmeldformulier .turing, #forum .formfields, #forum .form-reactie, #fakefilepc-1, #fakefilepc-2, #fakefilepc-3, #fakefilepc-4, #fakefilepc-5, #zoeken .formfield {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #d4d4d4;
	padding-left: 2px;
}
#aanmeldformulier .formfields {
	width: 350px;
}
#aanmeldformulier .upload-show {
	width: 250px;
}
#forum .form-reactie {
	font-size: 84%;
	margin-left: 135px;
}
#aanmeldformulier td {
	vertical-align: top;
}
#aanmeldformulier .turing {
	width: 60px;
}
#aanmeldformulier .turingimg {
	margin-top: 4px;
}
#aanmeldformulier .tussenrij {
	height: 5px;
}
#divinput-logo {
	background: url(img/main/buttons-formulier-logo.gif) no-repeat 100% 1px;
	width:350px;
	margin:0px;
}
#divinput-foto-1, #divinput-foto-2, #divinput-foto-3, #divinput-foto-4  {
	background: url(img/main/buttons-formulier-foto.gif) no-repeat 100% 1px;
	width:350px;
	margin:0px;
	margin-top: 2px;
}
#divinput-logo #filepc-1, #divinput-foto-1 #filepc-1, #divinput-foto-2 #filepc-2, #divinput-foto-3 #filepc-3, #divinput-foto-4 #filepc-4  {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}
#filepc-1, #filepc-2, #filepc-3, #filepc-4, #filepc-5  {
	width: 350px;
	text-align:right
	}
.fakeinput {
	margin-top:-22px;
}
#fakefilepc-1, #fakefilepc-2, #fakefilepc-3, #fakefilepc-4, #fakefilepc-5 {
	width:225px;
}

/* --------------------------------------------------------------  forum overzicht kenmerken */

#forum .tabeloverzicht th {
	text-align: left;
	font-weight: bold;
	color: #009edf;
	height: 1.4em;
	vertical-align: top;
	text-indent: 5px;
	background: #e4e4e4;
	border-bottom: 2px solid #fff;
}
#forum td a {
	text-decoration: underline;
	color: #000;
}
#forum td a:hover {
	color: #009edf;
}
#forum .kolomtitel {
	width: 350px;
}
#forum .kolomdatum {
	width: 190px;
}
#forum .kolomreacties {
	width: 75px;
}
#forum td {
	vertical-align: top;
}
#forumselect {
	margin-left: 15px;
	font-size: 84%;
}
#forum #paginering ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#forum .pselectie {
	display: inline;
	float: left;
}
#forum #paginering li {
	height: 18px;
	width: 20px;
	text-align: center;
	margin-right: 0;
	margin-left: 2px;
	float: left;
	display: block;
	padding: 0;
}
#forum #paginering .forumpageselected {
	border: 1px solid #009edf;
	color: #009edf;
	background: #fff;
}
#forum #paginering .forumpagenotselected {
	border: 1px solid #c1c1c1;
	color: #fff;
	background: #e4e4e4
}
#paginering a {
	display: block;
	height: 18px;
	width: 20px;
}
#paginering li a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #d4d4d4;
}
#paginering .tussen {
	margin-top: 5px;
}

/* --------------------------------------------------------------  forum nieuw bericht kenmerken */

#forum .tablemargin, #zoeken .tablemargin {
	margin-left: 15px;
}
#forum .kolomgegevens {
	width: 180px;
	font-weight: bold;
}
#forum .formfields {
	width: 400px;
}
#forum .button {
	margin-left: 135px;
	margin-top: 5px;
	font-size: 84%;
}

/* --------------------------------------------------------------  forum bericht kenmerken */

#bericht, #bericht-formulier {
	padding: 5px 0 5px 15px;
	border: 1px solid #c0c0c0;
	margin-left: 15px;
	margin-right: 15px;
	background: #e4e4e4;
	width: 600px;
}
#bericht-formulier {
	margin-top: 15px;
}
#bericht p {
	padding: 0;
	margin: 0;
	margin-right: 60px;
}
#forum .reactie {
	width: 615px;
	padding: 3px 0 3px 0px;
	margin-left: 15px;
	border: 1px solid #e4e4e4;
	margin-top: 3px;
	background: #f5f5f5;
	min-height: 40px;
	float: left;
}
#forum .berichtp {
	margin-left: 145px;
	padding-left: 5px;
	border-left: 1px solid #c0c0c0;
	margin-right: 10px;
}
#forum .reactie p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#forum .poster {
	float: left;
	width: 140px;
	background: url('img/main/forum-background-poster.gif') no-repeat;
}
#forum .poster p {
 	margin-left: 3px;
	font-size: 70%;
	margin-right: 2px;
}
#forum h2 {
	margin-left: 30px;
}
#forum .afzender {
	font-size: 70%;
	margin-top: 5px;
	padding-left: 15px;
}
.form-reactie {
	width: 456px;
}

/* --------------------------------------------------------------  zoeken kenmerken */

#zoeken .formfield, #zoeken .button {
	font-size: 84%
}
#zoeken .formfield {
	width: 240px;
}
/* ------------  zoekresultaten kenmerken */

#zoeken .tip {
	font-weight: bold;
}
#zoeken ul {
	width: 620px;
	border-bottom: 2px solid #d4d4d4;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 15px;
	margin-left: 10px;
}

/* --------------------------------------------------------------  algemene voorwaarden pop-up kenmerken */

#agv {
	background: #fff;
	font-size: 84%;
	margin: 10px;
}

/* --------------------------------------------------------------   wachtwoord aanpassen kenmerken */

#userloggedin table {
	margin-left: 15px;
	font-size: 84%;
	width: 600px;
}
#userloggedin table td {
	vertical-align: top;
}
#userloggedin table .kolom1 {
	width: 250px;
	font-weight: bold;
}

/* --------------------------------------------------------------   wachtwoord aanpassen kenmerken */

.remove-photo {
	width: 80px;
}
.lastcell {
	width: 75px;
}

/* --------------------------------------------------------------   materialen kenmerken */

#lijstperprov table {
	margin-left: 20px;
	font-size: 84%;
	font-weight: bold;
}

/* --------------------------------------------------------------   errors kenmerken */

.errors {
	color: #ff0000;
}