body
{
	background-image: url("/beheer/images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #F8F7CE;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	height: 100%;
	width: 100%;
	text-align: center;
}

#main_container {
	width: 990px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	float: left;
	width: 150px;
}


#logo {
	float: left;
	width: 497px;
	height: 72px;
}

#beheer {
	float: left;
	width: 990px;
	height: 36px;	
	background-image: url("/beheer/images/beheer.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

#welkomstekst {
	position: relative;
	float: right;
	font-size: 14px;
	color: #EFEFEF;
	top: 9px;
}

#menu {
	float: left;
	width: 990px;
	height: 36px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;		
	display: inline;
}

#menu ul li {
	height: 36px;
	float: left;
}

#menu ul li.spacer {
	background-image: url("/beheer/images/menu_spacer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 36px;
	font-size: 1px;
}

#menu ul li a{
	width: 100px;
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #EFEFEF;
	line-height: 16px;
}

#menu ul li a:HOVER {
	color: #EBAB00;
}

#main_content {
	float: left;
	width: 990px;
}

#login {
	width: 350px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #464646;
	background-color: #F4F3F3;
}

#login_title {
	width: 350px;
	height: 20px;
	color: #F4F3F3;
	background-color: #464646;
	text-indent: 10px;
	font-weight: bold;
	font-size: 12px;	
}

#login_content {
	width: 320px;
	margin: 0 auto;
}

#uitloggen {
	float: right;
	margin-top: 40px;	
}

#div_lang_select {
	float: right;
	margin-top: 43px;	
}

#overview {
	width: 960px;
	float: left;
}

#overview p {
	margin: 0;
	padding: 0;
	height: 22px;	
}

#overview p label {
	overflow: hidden;
	float: left;
	display: block;
	width: 100px;
	height: 18px;
}

#overview p .small_label {
	width: 42px;
}

#overview p .large_label {
	width: 245px;
}

#overview .head {
	background-color: #727271;
	color: #FFF;
	display: inline-block;
}

#overview .p_1 {
	background-color: #F8F7CE;	
}
#overview .p_1 {
	background-color: #F7F5B7;	
}

#form {	width: 960px; }
#form p {	margin: 2px;	padding: 0px;		width: 960px;	display: inline-block; }
#form .textarea {	/*height: 75px;*/}
#form .textarea_mce {	/*height: 404px;*/}
#form .textarea_mce_simple {	/*height: 204px;*/}
#form .news_image {	/*height: 75px;*/}
#form p label {	display: block;	float: left;	width:150px;}
#form p input,select {	width: 200px;	float: left;}
#form p img {	float: left;}

#form_small { width: 400px; float: left;}
#form_small p {	margin: 2px;	padding: 0px;		width: 100%;	display: inline-block; }
#form_small .textarea {	/*height: 75px;*/}
#form_small .textarea_mce {	/*height: 404px;*/}
#form_small .textarea_mce_simple {	/*height: 204px;*/}
#form_small .news_image {	/*height: 75px;*/}
#form_small p label {	display: block;	float: left;	width:150px;}
#form_small p input,select {	width: 200px;	float: left;}
#form_small p img {	float: left;}

#show_website {width: 550px; float: left;}

.product_foto {
	float: left;
	margin-right: 10px;
	border: 1px solid #aaa;
	background-color: #fff;
	width: 152px;
}

.product_foto2 {
	margin: 8px;
}

.product_foto2 input { float: left; width: 136px; display: block;}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/beheer/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


/*********************** DATA PICKER ****/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 10px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 10px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	font-size: 10px;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#td_search_form {
	width: 100%;
	height: 26px;
	float: left;
}

#td_search_form label {
	float: left;
	width: 50px;
	height: 22px;
	display: block;
}

#td_search_form input,select {
	float: left;
	width: 150px;
	height: 18px;
	display: block;
	margin-right: 5px;
	line-height: 16px;
	font-size: 11px;
}

#td_search_form .button {
	width: 80px;
}

.pages { float: left; width: 875px; height: 35px; }
.pages a { display: block; padding:5px; margin: 2px; float:left; border: 1px solid #eb5d00; background-color: #f7bb00; color:#fff;}
.button_a { display: block; padding:5px; margin: 2px; float:left; border: 1px solid #ff0500; background-color: #ff922b; color:#fff;}
.current { float: left; display: block; padding:5px; margin: 2px; border: 1px solid #eb5d00; background-color: #f7bb00; color:#000; }
.head_product { background-color: #bbb;}

#add_photo_form { width: 400px; height: 100px; border: 1px solid #747474; background-color: #fff;} 
#vkpg_add_photo_form { width: 400px; height: 140px; border: 1px solid #747474; background-color: #fff;} 
#add_data_form { width: 400px; height: 140px; border: 1px solid #747474; background-color: #fff;} 
#i_add_photo_form { margin: 10px; }
#i_add_photo_form p { margin: 0; padding: 0; margin-bottom: 2px; display: inline-block;}
#i_add_photo_form p label {display: block; float: left; width: 130px;}
#i_add_photo_form p input {display: block; float: left; width: 180px;}
#i_add_photo_form p .input_small {display: block; float: left; width: 70px;}
#i_add_photo_form p .send_but {display: block; float: left; width: 100px; margin-left: 10px;}

#photo_frame {margin-top: 10px; display: inline-block; width: 100%; float: left;}
.photo { width: 140px; border: 1px solid #747474; background-color: #fff; margin-bottom: 10px; float: left; margin-right: 10px; display: inline-block;}
.i_photo { margin: 10px; overflow:hidden;}
.i_photo p {margin: 0; padding: 0; margin-bottom: 2px; display: inline-block;}
.i_photo p label {display: block; float: left; width: 70px; }
.i_photo p .check {display: block; float: left; width: 40px; }
.i_photo p input {display: block; float: left; width: 120px; }
.i_photo p .del_photo {float: left; display: block; width: 55px;}
.i_photo p .save_photo {float: left; display: block; width: 55px; margin-left: 10px;}

#orderform p {
	margin: 2px;
	padding: 0px;
	width: 100%;
	height: 22px;
	display: inline-block;
}

#orderform p label {
	float: left;
	display: block;
	width: 130px;
}

#orderform p input, select {
	float: left;
	display: block;
	width: 150px;
}

#orderform p #postcode {
	float: left;
	display: block;
	width: 100px;
}

#orderform p #huisnr {
	float: left;
	display: block;
	width: 40px;
	margin-left: 7px;
}

#orderform p .button {
	float: left;
	width: 80px;
}

#orderform p .input_checkbox { float: left; width: 50px;}
#bottom_buttons {width: 100%; float: left;}
#bottom_buttons a {display: block; padding:5px; margin: 2px; float:left; border: 1px solid #ff0500; background-color: #ff922b; color:#fff;}

.partner { width: 960px; }
.introtekst {	float: left;	width: 960px;	padding: 0;	font-weight: bold;}
.introtekst2 {	float: left;	width: 960px;	padding: 0;	margin: 0;	font-weight: bold;}
.vervolgtekst {	float: left;	width: 960px;	padding: 0;	display: none;}
.leesmeer {	float: left;	width: 940px;	margin: 0 0 20px 0;}
.leesmeer a {	text-decoration: none; float: right;	margin: 5px 10px 0px 0;	display: block;	height: 11px;	line-height: 8px;	padding: 0 17px 0 0;	font-weight: bold;	background-image: url(/beheer/images/leesmeerknop.png);	background-position: top right;	background-repeat: no-repeat;}
.leesmeer a.active {	width: 11px;	overflow: hidden;	padding: 0;	text-indent: -1000px;	background-position: bottom right;}
.uitklapblok {float: left;	width: 960px;	padding: 0;	display: none;}

#bedrijf_opties {display: block; float: left;}
.optie_block {width: 300px; margin-right: 10px; float: left;}
/* Undo some styles from the master stylesheet */
.checklist li { background: none; padding-left: 0; }

/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 10em;
	overflow: auto;
	width: 16em;
}
.checklist, .checklist li { margin-left: 0; padding: 0; }
.checklist label { display: block; padding-left: 25px; text-indent: -25px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
* html .checklist label { height: 1%; }

/* Checklist 1 */
.cl1 { font-size: 0.9em; width: 300px; height: 10em; }
.cl1 .alt { background: #f5f5f5; }
.cl1 input { vertical-align: middle; }
.cl1 label:hover, .cl1 label.hover { background: #ddd; color: #000; }

/* Checklist 1 */
.cl2 { font-size: 0.9em; width: 940px; height: 300px; }
.cl2 .alt { background: #f5f5f5; }
.cl2 input { vertical-align: middle; }
.cl2 label {width: 283px;}
.cl2 label:hover, .cl1 label.hover { background: #ddd; color: #000; }


#search_form {width: 960px; height: 135px; display: block; float: left; margin-bottom: 8px; border: 1px solid #c3c3c3; background-color: #ebebeb;}

#search_form_i { margin: 5px;} 

#container-3 {width: 960px; float: left; display: block;}

.small_p { width: 134px; display: block; float: left; }

.productlines {width:960px; margin:20px 0px; font-size: 11px;}
#form .productlines .head {background-color: #727271; color: #fff; font-weight: bold; width: 960px; padding: 3px;}
.productlines p .product_oms {width: 350px; display: block; float: left;}
.productlines p .aantal {width: 50px; display: block; float: left;}
.productlines p .product_prs {width: 100px; display: block; float: left;}
.productlines p .product_tot {width: 100px; display: block; float: left;}

#regel_overview p { width:100%; display: inline-block; }
#regel_overview p label {float: left; width:150px; display:block;}

.tnt_selectie {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#form .tnt_selectie p {
	width: auto;
}

.anoniem {
	background-color: #ffb58d;
	display: inline-block;
}

.block_foto p {
	width: 100%;
	display: inline-block;
}

.block_foto p .input_file {
	display: block; float: left; width:300px;
}

.block_foto p .select_uur {
	float: left; display: block; width: 50px;
}

.block_foto p .select_min {
	float: left; display: block; width: 50px;
}
.block_foto  p .gesloten{
	float:left;
	width:10px;
	margin-left: 10px;
	margin-right: 8px;
}
.block_foto p .select_uur_db {
	float: left; display: block; width: 10px;
}

.block_foto p .select_uur_split {
	float: left; display: block; width: 50px; text-align: center;
}

.block_foto p .select_min_last {
	float: left; display: block; width: 50px;
}


.block_foto p .label_dag {
	float: left; display: block; width: 200px;
}

.block_foto p .label_van {
	float: left; display: block; width: 160px;
}

