/*
colors:
AA1F1F = donkerrood
FFCC77 = lichtoranje
F4800E = donkeroranje
*/

/* algemene decl. */

html,
body {
	background-color: #FFCC77;
	font-family: sans-serif;
	height: 100%;
  margin: 0;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

/* overlay */

#page_overlay {
	width: 750px;
	min-height:	100%;
	height:	auto !important;
	height:	100%;
	margin: 0 auto;
}

/* onderdelen overlay (left, main) */

#left {
  float: left;
	background: url("../images/bg_left4_32.gif");
	background-repeat: no-repeat;
	background-color: #AA1F1F;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 150px;
	min-height: 100vh;
  box-sizing: border-box;
  
}

#main {
  float: left;
	background-color: #FFF;
	width: 600px;
	min-height: 100vh;
  box-sizing: border-box;
}

/* onderdelen main (top, menu_top, content) */

#top {
  float: left;
	background-color: #FFCC77;
	width: 100%;
	height: 100px;
}

#menu_top {
  float: left;
	font-size: 13px;
	color: #FFFFFF;
	width: 100%;
	height: 20px;
}

/* onderdelen menu */

#menu_top a {
  color: #FFFFFF;
  text-decoration: none;
}

#menu_top .menu_item {
  float: left;
  background-color: #F4800E;
  text-align: center;
  height: 100%;
  cursor: hand;
}

#menu_top .menu_item_inner {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  font-weight: bold;
  height: 100%;
}

#content {
  float: left;
	background-color: #fff;
	background: url("../images/bg4_long.gif");
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 150%;
	padding: 30px;
	text-align: left;
	width: 540px;
}

#content p.indent {
  text-indent: 25px;
}

img.resized {
  width: 520px;
}

.choice_text {
	float: left;
  width: 500px;
}

.choice_price {
	float: left;
	width: calc(100% - 500px);
}

.inp_lf {
  width: 100%;
  height: 25px;
}

.orderDiv {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #141414;
}

.order_input {
  float: left;
  width: 35px;
}

.order_text {
  float: left;
  width: calc(100% - 100px);
}

.order_price {
  float: left;
  width: 65px;
}

.knop {
  padding: 5px 10px;
}

.button {
    display: inline;
    color: #A22225 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    background-color: #FFCC77 !important;
    border: 1px solid #A22225 !important;
    padding: 5px 8px;
    margin-right: 10px;
}

.button:hover {
    color: #FFCC77 !important;
    background-color: #A22225 !important;
    border: 1px solid #A22225 !important;
    cursor: pointer;
    cursor: hand;
}

span.address {
  position: absolute;
  left: 102px;
}

p.slide_text {
  background-color: #e8e800;
  padding: 10px;
  font-family: Courier New;
}

h4 {
  font-size: 16px;
}

/* onderdelen left (top_left, menu_left) */

div#top_left
{
	background: url("../images/logo_4.gif");
	background-repeat: no-repeat;

	width: 100%;
	height: 150px;
}

div#menu_left
{
	font-size: 13px;
	color: #FFFFFF;

	width: 100%;
	height: 25px;
}

	/* onderdelen menu */

	div#menu_left a
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	div#menu_left .category
	{
		background-color: #F4800E;

		border-width: 1px;
		border-style: solid;
		border-color: #FFFFFF;

		float: left;

		height: 100%;
		width: 142px;

		padding-left: 5px;

		cursor: hand;
	}

	div#menu_left .category_nc
	{
		background-color: #AA1F1F;

		border-width: 1px;
		border-style: solid;
		border-color: #FFFFFF;

		float: left;

		height: 100%;
		width: 142px;

		padding-left: 5px;
	}

	div#menu_left .product
	{
		background-color: #F4800E;

		border-width: 1px;
		border-style: solid;
		border-color: #FFFFFF;

		float: left;

		height: 100%;
		width: 142px;

		padding-left: 5px;

		cursor: hand;
	}

	div#menu_left .menu_item_inner
	{
		font-weight: bold;

		padding-top: 4px;
	}

li.subject
{
	margin-bottom: 10px;
}

/* ********************************************************************** start tabel ********************************************** */

.table_view {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  border: 1px solid #404040;
}

.table_view tr {
  height: 30px;
}

.table_view td {
  height: 30px;
  vertical-align: middle !important;
  padding-left: 5px;
}

.tr_grey {
  background-color: #e2e2e2;
}

.tr_sub1 {
  border-top: 1px solid #e2e2e2;
}

.tr_sub2 {
  border-top: 1px solid #fff;
}

.td_head {
  background-color: #404040;
  color: #fff !important;
  font-weight: bold;
}

.td_10 {
  width: 10px;
  padding-right: 5px;
}

.td_50 {
  width: 50px;
  padding-right: 5px;
}

.td_100 {
  width: 100px;
  padding-right: 10px;
}

.td_200 {
  width: 200px;
  padding-right: 10px;
}

.td_300 {
  width: 300px;
  padding-right: 10px;
}

.td_400 {
  width: 400px;
  padding-right: 10px;
}

.td_455 {
  width: 455px;
  padding-right: 10px;
}

.td_500 {
  width: 500px;
  padding-right: 10px;
}

/* ********************************************************************** einde tabel ********************************************** */

/* ********************************************************************** start divs ********************************************** */

.div100 {
    float: left;
    width: 100%;
}

/* ********************************************************************** einde divs ********************************************** */

