@charset "utf-8";
@import url("reset.css");

/* standaard tags */

a {
	color: #004c8c;
}

body {
	background-color: #dbebf5;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h3 a {
	color: #fff;
	text-decoration: none;

}

h4 {
	color: #00457d;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}


/* layout divs */
#main {
	background: #72b3dc url(../images/bg-main.gif) top repeat-x;
	margin: 0 auto;
	padding: 0 18px 0 18px;
	width: 967px;
}

#header {
	background: #004c8c;
	border: 3px solid #e2eff7;
	border-top: none;
	color: #fff;
	/*height: 95px;*/
	position: relative;
	width: 961px;
}

#header h1 {
	background: url(../images/logo-nederland-leeft-met-water.gif) no-repeat;
	height: 95px;
	width: 185px;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

#header h1 a span {
	display: none;
}

#header #loginWrap {
	position: absolute;
	font-weight: bold;
	text-align: right;
	top: 12px;
	right: 16px;
}

#header #loginWrap .linkButton {
	float: right;
	margin: 0 0 0 5px;
}

#header #navWrap {
	background: #1a7fbd url(../images/bg-nav.gif) repeat-x;
	border: 1px solid #759ec1;
	border-bottom: none;
	border-right: none;
	height: 46px;
	left: 216px;
	position: absolute;
	top: 48px;
	width: 744px;
}

#header #navWrap ul {
	list-style: none;
	margin: 0 0 0 18px;
}

#header #navWrap ul li {
	display: inline;
}

#header #navWrap ul li a {
	color: #fff;
	display: block;
	height: 35px;
	margin: 4px 2px 0 2px;
	padding: 7px 10px 0 10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#header #navWrap ul li a.homeBtn {
	height: 29px;
	padding-top: 13px;
}

#header #navWrap ul li a:hover,
#header #navWrap ul li a.active {
	background: url(../images/bg-activemenu.gif) repeat-x;
	color: #00294c;
}

#header #navWrap #searchForm label {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: absolute;
	right: 148px;
	top: 15px;
}

#header #navWrap #searchForm #q {
	background: url(../images/bg-input.gif) no-repeat top left;
	border: 1px solid #175982;
	height: 20px;
	padding: 2px 0 0 3px;
	position: absolute;
	right: 40px;
	top: 11px;
	width: 97px;
}

#header #navWrap #searchForm #btnZoek {
	background:url(../images/btn-go.gif);
	border: none;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 11px;
	width: 25px;
}

#contentWrap {
	position: relative;
}


/* inhoud #contentWrap homepage */
.home #contentWrap {
	height: 460px;
}

#contentWrap #login {
	height: 120px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 150px;
}

#contentWrap #webwinkel {
	height: 110px;
	left: 0;
	position: absolute;
	top: 154px;
	width: 150px;
}

#contentWrap #webwinkel .content a {
	color: #333333;
	text-decoration: none;
}

#contentWrap #login h3,
#contentWrap #webwinkel h3 {
	font-size: 11px;
	height: 38px;
	padding-top: 6px;
}

#bannerWrap {
	background: #004c8c url(../images/bg-banner.jpg) no-repeat;
	color: #fff;
	border: 3px solid #b2cee4;
	height: 250px;
	left: 170px;
	position: absolute;
	top: 14px;
	width: 791px;
}

#contentWrap #banner div {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 26px 0 0 26px;
	width:400px;
}

#contentWrap #banner h3 {
	font-weight: normal;
}

#contentWrap #banner #banner_nav {
	float: right;
	font-size: 14px;
	font-weight: bold;
	width: 307px;
}

#contentWrap #banner #banner_nav ul {
	list-style: disc;
	margin: 16px 0 0 16px;
}

#contentWrap #banner #banner_nav ul a {
	color: #fff;
	text-decoration: none;
}

#contentWrap #publiceer_zelf {
	height: 164px;
	left: 0;
	position: absolute;
	top: 284px;
	width: 306px;
}

#contentWrap #nieuwsbrief {
	height: 164px;
	left: 327px;
	position: absolute;
	top: 284px;
	width: 306px;
}

#contentWrap #nieuwsbrief img.logo {
	margin: 0 0 10px 0;
}

#contentWrap #nieuwsbrief img.thumb {
	border: 3px solid #cbe3f2;
	float: right;
	margin: 0 0 0 5px;
}

#contentWrap #wateretalage {
	height: 164px;
	left: 655px;
	position: absolute;
	top: 284px;
	width: 306px;
}

/* inhoud #contentWrap vervolgpagina's */
.subpage #contentWrap {
	padding: 14px 0 0 0;
}

#leftWrap{
	float: left;
	padding: 0 14px 0 0;
	width: 222px;
}


#rightWrap {          /* kleine beetje inline styling, alleen bij de webwinkel carousel */
	background-color: #fff;
	border: 3px solid #b6d8ec;
	float: left;
	padding: 23px;
	width: 679px;
}

#rightWrap h2 {
	color: #004c8c;
	font-size: 18px;
	margin: 0 0 14px 0;
}

#rightWrap h3 {
	margin: 0 0 10px 0;
}

#rightWrap ul {
	list-style: disc;
	margin: 0 0 1em 16px;
	list-style-position: inside;
}

#rightWrap ol {
    margin: 0 0 1em 16px;
}

#rightWrap .artikel_navigatie {
	background: url(../images/bg-title.gif) repeat-x;
	color: #fff;
	height: 14px;
	margin: 0 0 4px 0;
	padding: 12px 10px 14px 10px;
}

#rightWrap .artikel_navigatie a {
	color: #fff;
	margin: 0 3px 0 3px;
}

#rightWrap .artikel_navigatie a.selected,
#rightWrap .artikel_navigatie a:hover {
	color: #053b5b;
	text-decoration: none;
}

#rightWrap .artikel_navigatie .browse {
	float: left;
}

#rightWrap .artikel_navigatie form {
	float: right;
}

#rightWrap #publicaties .wateretalage_item {
	background-color: #dce7f0;
	float: left;
	height: 246px;
	margin: 0 0 14px 0;
	padding: 8px;
	width: 321px;
}

#rightWrap #publicaties .left {
	margin-right: 4px;
}

#rightWrap #publicaties .wateretalage_item .content {
	height: 220px;
}

#rightWrap #publicaties .wateretalage_item h3 {
	border-bottom: 1px solid #bbc5cc;
	color: #004c8c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 12px 0 4px 0;
}

#rightWrap #publicaties .wateretalage_item img {
	border: 4px solid #fff;
	float: left;
	margin: 0 10px 4px 0;
}

#rightWrap #publicaties .wateretalage_item .date {
	font-style: italic;
	font-size: 11px;
}

#rightWrap #publicaties .wateretalage_item .footer .linkButton {
	display: block;
	float: right;
}

#rightWrap #publicaties .wateretalage_item .auteur {
	color: #105793;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

#rightWrap #publicaties .wateretalage_item .linkButton {
}

/* footer onderaan de pagina */
#footer {
	color: #fff;
	font-size: 11px;
	padding: 0 0 8px 0;
	text-align: center;
}

.subpage #footer {
	margin: 20px 0 0 0;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #004c8c;
}

/* classes */
.floatBuster {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}

.box {
	background: #fafcfe url(../images/bg-title.gif) top repeat-x;
	border: 3px solid #d4e8f4;
}

.box h3 {
	color: #fff;
	height: 28px;    
    line-height:21px;
	padding: 9px 15px 0 15px;
}

.box .content {
	padding: 10px;
}

.title {
	background: #c1dff1 url(../images/bg-title2.gif) top repeat-x;
	color: #00457d;
	padding: 4px 4px 6px 4px;
}

.title span {
	font-weight: bold;
}

.list li {
	background-color: #e1eff8;
	border-top: 2px solid #fff;
}

.list li a {
	background: url(../images/bullet.gif) 7px 5px no-repeat;
	color: #333333;
	display: block;
	padding: 2px 4px 2px 18px;
	text-decoration: none;
}

.list li a span {
	text-decoration: underline;
}

.list2 li a {
	border-bottom: 1px solid #d1d5d7;
	color: #333333;
	display: block;
	padding: 5px 4px 5px 23px;
	text-decoration: none;
}

.list2 li a.last {
	border-bottom: none;
}

.list2 li a:hover,
.list2 li a.active {
	background: #e0eef7 url(../images/bullet2.gif) 7px 7px no-repeat;
	color: #777777;
	font-weight: bold;
}
.list2 li a.campagne_media {
    background: #FFFFFF;
    color: #777777;
    font-weight: bold;
}

.list3 li a {
    /* background: url(../images/bullet2.gif) 24px 7px no-repeat; */
    background: #FFF;       
    font-size: 11px;
    border-bottom: 1px solid #d1d5d7;
    color: #777777;
    display: block;
    padding: 5px 4px 5px 30px;
    text-decoration: none;
}
.list3 li a.last {
    border-bottom: none;
    font-size: 11px;
}
.list3 li a:hover,
.list3 li a.active {
    background: #e0eef7 url(../images/bullet2.gif) 7px 7px no-repeat;
    color: #777777;
    font-size: 11px;
    font-weight: bold;
    
}


.button,
.linkButton {
	background: #248ac9 url(../images/bg-button.gif) top repeat-x;
	border: 1px solid #248ac9;
	color: #00182c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 78px;
}

.button.extended{
    width:120px;   
}
.linkButton {
	display: block;
}

.dim {
	color: #999999;
}

/* Formhandler */
#FormHandler td {
	padding: 2px 2px 2px 0;
}

/* Originele stylesheet hieronder */

textarea {
	border: 1px solid black;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	display: block;
	color: #053b5b;
	font-size: 14px;
	margin: 0 0 0 0;
}

.klein_textfield {
	width: 100px;
	border: 1px solid black;
	color: #999999;
}

.textfield {
	width: 150px;
	border: 1px solid black;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

.textarea {
	width: 150px;
}

select{
	border: 1px solid black;
	color: #999999;
}

.submit {
	margin: 10px 0 0 0;
}

.submit.right {
	margin:0 !important;
	float:right;
}

.groot_textfield {
	width: 250px;
	border: 1px solid black;
	color: #999999;
	font-size: 11px;
}

span.error{
	border:1px solid red;
	padding:1px 1px 1px 5px;
	display:block;
}

table.overzicht {
	border-collapse: collapse;
	margin-top: 4px;
}

.overzicht th {
	border-left: 1px solid #2b96da;
	border-right: 1px solid #fff;
	text-align: left;
	height: 30px;
	padding: 0 0 0 10px;
	background: url('../images/bg_th.jpg');
	vertical-align:middle;
}

.overzicht th.last {
	border-right: 1px solid #2b96da;
}

.overzicht th img {
	float:right; margin:3px 10px 0 0;
}

.overzicht th p {
	float:left;
	margin:0px;
	padding:0px;
	color:#fff;
}

.overzicht td {
	border: 1px solid #2b96da;
	height: 30px;
	padding: 4px 4px 4px 10px;
	vertical-align: top;
}

td.info {
	border:none;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/******************
Campagne huisstijl content
*******************/
#uitleg_tabel_huisstijl {
	color: #248ac9;
	float: right;
	margin: 2px 0px 0 0;
}

/******************
Publicaties content
*******************/

#publicatie_box {
	height: 94px ;
	background: url('../images/bg_publicatie_box.jpg') no-repeat;
	padding: 5px 8px 5px 8px;
	margin-bottom: 15px;
}

#publiceren_publieksite {
	margin: 25px 0 0 50px;
}

#publiceren_professionals {
	margin: 25px 0 0 20px;
}

#publicatie_box_stappen {
	margin: 10px 0 15px 0;
	height: 90px;
	overflow: hidden;
}

.publicatie_stappen .last {
	margin-right: 0;
}

.publicatie_stappen {
	float: left;
	width: 120px;
	height: 70px;
	border: 1px solid #238ac8;
	text-align: center;
	padding: 10px 4px 0 4px;
	margin-right: 4px;
	background: url('../images/bg_publicatie_box.jpg') no-repeat;
}

#active.publicatie_stappen {
	background: none;
}

#active.publicatie_stappen p {
	color: #053b5b;
}

#active.publicatie_stappen h4 {
	color: #053b5b;
}

.publicatie_stappen p {
	margin-top: 0px;

}

#type_artikel p{
	margin-top: 2px;
}

#project_publiceren {
	overflow: hidden;
	padding-bottom: 15px;
}

#project_publiceren p {
	margin-top: 2px;
}

#project_publiceren table {
	margin: 10px 0 0 0px;
}

#project_publiceren td {
	vertical-align: top;
}

#contact {
	overflow: hidden;
	float: left;
	padding-bottom: 15px;
}

#contact p {
	margin-top: 2px;
}

#contact table {
	margin: 10px 0 0 0px;
}

#project_gegevens {
	background: #dce7f0;
	padding: 10px;
	font-size: 11px !important;
}

#project_fotos {
	background: #dce7f0;
	padding: 5px 8px 10px 8px;
	margin: 10px 0 0 0;
	border:0;
	font-family: Arial !important;
	font-size: 11px !important;
}

#project_fotos span.error{
	position: absolute;
	top: 22px;
}

#project_bijlagen {
	background: #dce7f0;
	padding: 5px 8px 10px 8px;
	margin: 10px 0 0 0;
	border:0;
	font-family: Arial !important;
	font-size: 11px !important;
}

.submit_project {
	margin: 10px 0 0 110px;
}

.bladeren_button {
	width: 67px;
	height: 20px;
	background: transparent  url('../images/knop_bladeren.jpg') no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

.inladen_button {
	width: 49px;
	height: 20px;
	background: transparent  url('../images/knop_inladen.jpg') no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

publiceren_artikel {
	float: left;
	overflow: hidden;
}

#publiceren_artikel p {
	margin-top:2px
}

#publiceren_uw_gegevens {
	background: url(../images/bg_professionals_artikel.jpg) repeat-y;
	padding: 10px;
	margin: 20px 0 0 0;
}

#publiceren_uw_gegevens p {
	margin-bottom: 2px;
}

#artikel_verzonden {
	background: url(../images/bg_project_fotos.jpg);
	padding: 5px 8px 15px 8px;
	margin: 3px 0 0 0;
	overflow:hidden;
	height:170px;
}

#artikel_verzonden a {
	color: #053b5b;
}

.artikel_verzenden {
	float: right;
	margin: 0 20px 0 0;
}

#artikel_voorbeeld {
	width: 340px;
	padding: 10px 10px 10px 10px;
	background-color: #3d7fa2;
}

#artikel_voorbeeld h2{
	clear:left;
	font-size:24px;
	color:#FFF;
	margin:0 0 10px 0;
}

#artikel_voorbeeld img {
	margin: 10px 0 10px 0;
}

#foto_thumb {
	width: 340px;
	height: 257px;
}

.artikel_aanpassen {
	margin: 20px 10px 0 80px;
}

#project_documenten {
	background: url(../images/bg_project_fotos.jpg);
	width: 680px;
	padding: 5px 8px 15px 8px;
	margin: 20px 0 0 0;
}

#project_documenten td a {
	color: #053b5b;
}

#project_documenten table.table_margin {
	margin-left: 10px;
}

#project_gegevens p {
	margin: 2px 0 2px 0;
}

#professionals_artikel_thumb {
	width: 115px;
	height: 143px;
	margin: 10px 0 0 0;
	float: left;
}

.professionals_artikel_aanpassen {
	margin: 20px 10px 0 230px;
}

#professionals_artikel_tekst {
	float: left;
	width: 480px;
	margin: 8px 0 0 10px;
}

#professionals_artikel_tekst a {
	color: #053b5b;
}

#professionals_artikel {
	background: url(../images/bg_professionals_artikel.jpg) repeat-y;
	width: 688px;
	padding: 5px 0px 15px 8px;
	overflow: hidden;
}

/******************
Wateretalage content
*******************/

#content_box {
	overflow: hidden;
	padding: 0 0 15px 1px;
}

.wateretalage_item_thumb {
	width: 105px;
	height: 125px;
	float: left;
	border: 1px solid #248ac9;
	margin: 0 10px 10px 0;
}

.wateretalage_item_beschrijving {
	float: left;
	width: 155px;
	height: 130px;
	margin: 0 0px 10px 0;
}

.wateretalage_item_beschrijving p {
	margin-top: 0px;
}

.wateretalage_border {
	height: 14px;
	margin: 14px 0 4px 0;
	padding: 2px 10px 4px 10px;
	background: url('../images/bg_wateretalage_border.jpg');
}

.wateretalage_border a {
	color: #fff;
	margin-left: 10px;
}

#wateretalage_artikel h3 {
	margin: 0 0 10px 0;
}

#wateretalage_artikel_thumb {
	float: left;
	padding: 4px 10px 0 0;
}

#wateretalage_artikel_thumb img {
	border: 1px solid #248ac9;
}

/******************
Nieuwsbrief
*******************/
#nieuwsbrief_wrapper {
	overflow: hidden;
	padding: 0 0 0 10px;
}

#nieuwsbrief_wrapper p {
	margin-top: 2px;
}

#nieuwsbrief_gegevens {
	background: #dce7f0;
	padding: 10px;
}

#nieuwsbrief_gegevens table {
	float: left;
}

.font_bold {
	font-weight: bold;
}

#huidig_nieuwsbrief_thumb {
	width: 188px;
	height: 217px;
	float: right;
}

#nieuwbrief_toelichting {
	float: left;
	width: 100px;
	margin: 127px 0 0 0;
}

#nieuwsbrief_archief {
	background: #dce7f0;
	margin: 20px 0 0 0;
	padding: 10px;
}

.nieuwsbrief_archief_item {
	width: 106px;
	height: 121px;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0 10px;
}

#nieuwsbrief_archief_navigatie {
	margin: 10px 0px 0 0;
	float: left;
	position:absolute;
	bottom:10px;
}

#nieuwsbrief_archief_navigatie p{
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
}

#nieuwsbrief_archief_navigatie a {

	float: left;
	padding: 0 5px 0 5px;
}

#nieuwsbrief_archief_navigatie a.selected {
	color: #053b5b;
	font-weight: bold;
}
#content_box_nieuwsbrief {
    margin: 0;
    padding: 0;
    border: 0;
    width:616px;
    float: left;
    background:#D7E9F4;
}

/******************
Login
*******************/
#inloggen {
	width: 250px;
	float: left;
	background: #126da4 url(../images/bg_inloggen.jpg) top repeat-x;
	padding: 10px;
	margin: 5px 0 22px 0px;
}

#inloggen table {
	margin: 20px 0 0 0;
}

#inloggen.wachtwoord_aanvragen table {
	margin: 20px 0 0 25px;
}

.forgotPassword {
	text-align:right;
	font-style:italic;
}

#inloggen_aanvragen {
	width: 360px;
	float: left;
	background: #0f6fa9 url(../images/bg_nieuwsbrief.jpg) repeat-x;
	padding: 10px 10px 10px 10px;
	margin: 5px 0 22px 20px;
}

#inloggen_aanvragen table {
	margin: 20px 0 0 0;
}

#inloggen_aanvragen th{
	text-align:left;
}

#inloggen_aanvragen p{
	color:#FFF;
	margin:10px 0 0 0;
}

/**
Profiel
**/
#profiel_gegevens {
    width: 456px;
    float: left;
    background:100% url(../images/bg_project.jpg);
    padding: 10px 10px 0 10px;
    margin: 5px 0 22px 0px;
    _height:250px;
    min-height:250px;
    height:auto;
}
#profiel_verwijderen {
	width: 456px;
	float: left;
	background:100% url(../images/bg_project.jpg);
	padding: 10px 10px 0 10px;
	margin: 5px 0 22px 0px;
	height:auto;
}

#profiel_gegevens table {
	margin: 20px 0 20px 0;
	width:100%;
}

#profiel_gegevens td.edited{
	border-bottom:1px solid #FFF;
}

#profiel_gegevens td {
	font-weight:bold;
	padding:4px;
}

#profiel_gegevens td a {
	margin-left:145px;
}

#profiel_gegevens td input.submit{
	margin-left:80px;
}

#profiel_gegevens td.align_right{
	font-weight:normal;
	text-align:right;
	width:92px !important;
}


/*** FOTOCUTTER ***/
#fotoCutter strong{
	  display:block;
}

#fotoCutter #fotoCutterLeft img{
	margin-top:5px;
	border:3px solid #FFF;
}

#fotoCutterLeft {
	 float:left;
}

#fotoCutterRight {
	 margin-left:20px;
	 float:left;
}

#previewWrap{
	border:3px solid #FFF;
	margin-top:5px;
}

/** **/

#dateList{
	/*position:absolute;
	right:200px;
	top:38px;*/
	float: left;
}

#foto_alt{
	margin: 0 0 0 9px;
}


/* WEBWINKEL */
#webwinkelartikelen {
    font-family: Arial, Helvetica, sans-serif;
    width:680px;
}
    #webwinkelartikelen #balk {
        background: #197DBB url('../images/webwinkel/balk.jpg') repeat-x;
        width:665px;
        height:28px;
        padding: 12px 0 0 15px;
        color:#FFF;
        border:0;
        border-bottom: 4px solid #FFF;    
        float:left;
    }
    #webwinkelartikelen #balk a { 
        color:#FFF;
        padding: 0 5px 0 0;
        text-decoration:underline;
    }
    #webwinkelartikelen #balk a.selected { 
        color:#043B7C;
    }
    #webwinkelartikelen .verticalSpacer {
        width:4px;
        height: 166px;
        background: #FFF;
        float:left;
    }
    #webwinkelartikelen .itemContainer {
        width: 338px;
        height: 166px;
        background: #DCE7F0;  
        border:0;
        border-bottom:4px solid #FFF;
        float:left;
    }
        #webwinkelartikelen .itemContainer .titel {
            width: 329px;
            line-height:1.1em;
            padding:8px 0 0 9px;
            font-size:16px;
            color:#004C8C;        
        }
        #webwinkelartikelen .itemContainer .greyLine {
            width:320px;
            height: 1px;            
        }
        #webwinkelartikelen .itemContainer .afbeelding {
            width:132px;
            height: 106px;
            padding: 8px;
            float:left;
        }
        .omschrijving {
            width: 170px;
            height: 60px;
            font-size:12px;
            font-weight:bold;
            color:#004C8C;
            padding: 8px 0 0 0; 
            float:left;
			display:table;
        }
        #webwinkelartikelen .itemContainer .omschrijving a {
            color:green;
            font-size:10px;        
        }
        #webwinkelartikelen .itemContainer .omschrijving .meer_info {
            font-size:10px;
            color:green;
        }        
        #webwinkelartikelen .itemContainer .omschrijving .meer_info a {
            font-size:10px;
            color:green;        
        }
        
  .code_prijs {
            width: 170px;
            height: 27px;
            font-size:11px;
            font-weight:bold;
            color:#177AB8;
            float:left;
        }
        #webwinkelartikelen .itemContainer .winkelwagen {
            padding:0 0 0 85px;
            width:84px;
            height:20px;
            float:left;            
        }
        a.winkelwagen_button:hover {
            cursor:pointer;   
        }

       
        
    
#webwinkelartikel {
    font-family: Arial, Helvetica, sans-serif;
    width:680px;    
    background: #DCE7F0;
	/* my edit  */
		height:411px;
	display:table;

}

    #webwinkelartikel #titel { 
        width: 670px;
        line-height:1.4em;
        padding: 10px 0 0 10px;        
        font-size: 19px;
        font-weight: bold;
        color: #004C8C;        

    }
    #webwinkelartikel #container { 
        width: 650px;
        padding: 15px;
        background: #DCE7F0;
        

    }    
    #webwinkelartikel #container #left { 
        width: 250px;
        padding: 0 15px 15px 0;
        float:left;
    }   
    #webwinkelartikel #container #right { 
        width: 350px;
        float:left;
    }
        #webwinkelartikel #container #right .omschrijving { 
            width: 350px;
            font-weight:normal;

        }
    
        #webwinkelartikel #container #right h4 { 
        margin:2px 0 4px 0;
    }       
    #webwinkelartikel #container #right table tr td{ 
        border: 1px solid;
        padding:2px 4px 2px 4px;
        text-align:center;
        vertical-align:top;
    }
    #webwinkelartikel #container #right textarea{
        color:#000;   
        border:none;

    }
        #webwinkelartikel #container #right input{

    }
    
    #webwinkelartikel #container #winkelwagenArtikel {         
        padding:15px 15px 0 0;
        width:70px;
        float:right;
    }

    .uploadField{
        clear:both;
        width:100%;   
    }
    
    #overige_informatie{
        margin:5px 0 0 6px;   
    }
#webshop {
    font-family: Arial, Helvetica, sans-serif;
    width:680px;    
    background: #DCE7F0;
}             

    #webshop #balk {
        background: #197DBB url('../images/webwinkel/balk.jpg') repeat-x;
        width:665px;
        height:28px;
        padding: 12px 0 0 15px;
        color: #DCE7F0;
        border:0;
        border-bottom: 4px solid #FFF;      
        float:left;
    }    
        #webshop #balk #artikelenInWagen {
            padding: 5px;
            font-weight:bold;
            display:inline;
        }
        #webshop #balk #aantal {
            padding: 5px 0 0 340px;
            font-weight:bold;
            display:inline;
        }
        #webshop #balk #prijs {
            padding: 5px 0 0 110px;
            font-weight:bold;
            display:inline;
        }

    #webshop #artikelen {        
        width:660px;
        height:50px;
        background: #DCE7F0;
        font-weight:bold;   
        color:#197DBB;
        padding: 20px 10px 0 10px;
        float:left;    
    }
        
    #webshop .artikelen {
        width:680px;
        /* height: 54px;  */
        background : #DCE7F0;  
        border:0;
        border-bottom: 4px solid #FFF;
        float:left;  
    }              
        #webshop .artikelen .verwijderItem {
            width: 16px;   
            height:40px;               
            padding:20px 0 0 4px;            
            float:left;
        }
        #webshop .artikelen .left {
            width: 320px;                 
            color: #004C8C;
            padding: 4px 0 4px 10px;
            float:left;
        }
        #webshop .artikelen .beforemiddle {     
            width: 100px; 
            float:left;
            padding:18px 0 0 0;
            font-weight:bold;
            color:#004C8C;
        }
        #webshop .artikelen .middle {     
            width: 152px; 
            float:left;
        }

            #webshop .artikelen .middle img {
                padding:17px 0 0 0;
                vertical-align: bottom;
            }
            #webshop .artikelen .middle input {
                width:30px;
                height:14px;
                vertical-align: bottom;
                border: 1px solid #0045AE;
                color: #0045AE;
                font-size: 10px;   
                padding: 0;
            }
        #webshop .artikelen .right {
            width: 65px;                  
            color: #004C8C;
            font-weight:bold;
            padding:17px 0 0 0;
            float:left;
        }   
        
        
    #webshop .totaal {
        width:680px;
        height: 35px;
        background : #FFF;  
        border:0;
        color: #004C8C;
        font-weight: bold;
        font-size: 13px;
        float:left;  
    }   
        #webshop .totaal .left {
            width: 450px; 
            padding: 10px 0 0 0px;
            float:left;
        }               
        #webshop .totaal .middle {
            margin: 0 0 0 10px;
            width: 80px; 
            padding: 10px 0 0 0;
            float:left;
        }          
        #webshop .totaal .right {
            width: 70px; 
            padding:10px 0 0 60px;
            float:left;
        }          
                                                                                           
        
    #webshop .bottomContainer {         
        width:680px;
        height:42px;
        background: #FFF;
        float: left;        
    }
        #webshop .bottomContainer #pics {         
            width:680px;      
            height:8px;
            float:left;
        }
            #webshop .bottomContainer #pics #left {                     
                width:664px;  
                height:8px;
                background: #fff url('../images/webwinkel/arrow_up.jpg') no-repeat;
                float:left;
            }
            #webshop .bottomContainer #pics #right {                     
                width:16px; 
                height:8px;
                background: #FFF url('../images/webwinkel/arrow_up.jpg') no-repeat;
                float:left;
            }                
                
                
        #webshop .bottomContainer #herberekenen_leegmaken {         
            height:16px;    
            background: #7BA2D6;
            border-bottom: 4px solid #FFF;
            color:#FFF;
            font-size: 11px;
            float:left;        
        }
        #webshop .bottomContainer #herberekenen_leegmaken a {          
            height:16px;    
            background: #7BA2D6;
            color:#FFF;
            font-size: 11px;
            text-decoration: none;
            float:left;        
        }        
        #webshop .bottomContainer #herberekenen_leegmaken a:hover {          
            height:16px;    
            background: #7BA2D6;
            color:#FFF;
            font-size: 11px;
            text-decoration: underline;
            float:left;        
        }                
            #webshop .bottomContainer #herberekenen_leegmaken #left {
                width:580px;
                padding:0 0 0 20px;
                float:left;
            }         
            #webshop .bottomContainer #herberekenen_leegmaken #right {
                width:80px;                
                float:left;
            }
            
            
        #webshop .bottomContainer .bottom {                
            width:680px;
            height:16px;
            background:#FFF;
            float:left;
        }        
            #webshop .bottomContainer .bottom #pagina_terug_pic {                
                width:17px;
                height:16px;
                background: #FFF;
                padding:0 2px 0 0;
                float:left;         
            }   
            #webshop .bottomContainer .bottom #pagina_terug {                
                width:206px;
                height:16px;
                background: #0045AE;
                color:#FFF;
                font-size:11px;
                padding:0 0 0 4px;
                float:left;                                             
            }
            
            #webshop .bottomContainer .bottom #pagina_terug_pic_offerte {                
                width:17px;
                height:16px;
                background: #FFF;
                border:0;
                border-top:5px solid #FFF;                
                padding:0 2px 0 0;
                float:left;         
            }               
            #webshop .bottomContainer .bottom #pagina_terug_offerte {                
                width:651px;
                height:16px;
                background: #0045AE;
                color:#FFF;
                font-size:11px;
                border:0;
                border-top:5px solid #FFF;
                padding:0 6px 0 4px;
                float:left;                                             
            }            
            #webshop .bottomContainer .bottom #pagina_terug_bestellen {                
                width:460px;
                height:16px;
                background: #0045AE;
                color:#FFF;
                font-size:11px;
                padding:0 0 0 4px;
                float:left;                                                                    
            }
            #webshop .bottomContainer .bottom #offerte_pic {                
                width:17px;
                height:16px;
                background: #FFF;
                padding:0 2px 0 2px;
                float:left;              
            }                /*250*/
            #webshop .bottomContainer .bottom #offerte {                
                width:230px;
                height:16px;
                background: #7FA2D6;
                color:#FFF;
                font-size:11px;
                padding:0 0 0 4px;
                text-decoration:none;
                float:left;                                             
            }                     /*494*/
            #webshop .bottomContainer .bottom #verder_bestellen {                
                width:105px;
                height:16px;
                background: #0045AE;
                color:#FFF;
                font-size:11px;
                padding:0 0 0 70px;
                float:left;                                             
            }            
            #webshop .bottomContainer .bottom #verder_bestellen_pic {                
                width:17px;
                height:16px;
                background: #FFF;
                padding:0 0 0 2px;
                float:left;                          
            }
            
                        
                        
#webshop .toonofferteContainer {
    width:680px;
    background : #DCE7F0;  
    border:0;
    border-bottom: 2px solid #FFF;
    float:left;  
}                        
    #webshop .toonofferteContainer .left {            
        width:200px;
        padding:2px 0 2px 10px;
        border:0;
        border-right:1px solid #FFF;
        color:#004C8C;
        font-weight:bold;
        float:left;    
    }
    
    #webshop .toonofferteContainer .right {                                
        width:300px;                
        padding:2px 0 2px 10px;
        color:#004C8C;   
        float:left;            
    }
    
    #webshop .toonofferteContainer input {
        width: 200px;
        height: 15px;        
        float:left;
    }
    #webshop .toonofferteContainer .wrong_input {
        color:red;
        padding:2px 0 0 10px;
    }    
    #webshop .horizontalSpacer {
        width:680px;
        height:40px;
        background: #FFF;
        float:left;
    }
    
    #webshop #checkbox {
        width:680px;
        height:30px;
        background: #FFF;
        font-weight:bold;
        float:left;
    }
    
#bestelling_plaatsen {
    width:670px;
    height:50px;
    padding:10px 10px 0 10px;    
    font-weight:bold;
    color:green;
    float:left;
}    
#bestelling_plaatsen_error {
    width:670px;
    height:50px;
    padding:10px 10px 0 10px;    
    font-weight:bold;
    color:red;
    float:left;
}


.upload_error{
    color:red;   
}
#uploadTable{
    border:none;
    width:100%;
}
#uploadTable tr td{
    border:none !important;   
    text-align:left !important;
    padding:8px 0 0 0 !important;
}

/** Beeldbank extra's **/
#recenteFotosOverview{
    padding:20px 0 0 10px;
}
.recenteFoto{
    width:172px;
    float:left;   
    margin:0 0 0 30px;
}
.recenteFoto img{
    margin: 0 0 10px 0;   
}
.recenteFoto span{
 float:right;  
 width:108px; 
}
.recenteFoto span.caption{
    float:left;
    width:50px;
    display:block;

}

table.overzicht{ margin:15px 0 0 0 ;}

.titel span{ font-weight:bold; margin:10px 0 0 0; display:block;}
.titel p{
    margin:5px 0 0 0;
    padding:2px;
}
.beeld{ width:250px; text-align:center;}
.beeld img{ margin:10px 0 10px 0 ;} 
.bestand a{ margin:10px 0 0 0; display:block;}
