html, body {
	height: 100%;
	background-color: #595854;
	background-image: url("../img/bg/bodybg.jpg");
	background-repeat: repeat-x;
}
html, body, table, td {
	font-family: verdana;
	font-size: 11px;
	color: black;
}
html, body, div, table, td, img  {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, select {
	font-family: verdana;
	font-size: 11px;
}

#main {
	width: 952px; 
	background-image: url('../img/bg/orangebg.gif'); 
	background-repeat: repeat-y; 
	margin: 0 auto; 
	min-height: 100%;
	height:auto !important;
  	height: 100%;
}
#c1 {
	float: left; width: 264px;
}
#c2 {
	width: 678px; float: left; position: relative;
}
a {
	text-decoration: none;
	color: #D16800;
	cursor: pointer;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	display: inline;
}
h1 {
	font-size: 16px;
	color: black;
	
}
h2 {
	font-size: 14px;
	color: #ff802b;
	margin-left: 20px;
}
h3 {
	font-size: 12px;
	color: #ff9933;
	margin-left: 20px;
}

#lefttop {
	height: 106px;
	padding: 15px 45px 5px 50px;
	color: white;
}
#lefttop a {
	color: white;
}

#leftfoot {
	padding: 5px 45px 5px 50px;
	color: white;
}
#leftfoot a {
	color: white;
}
ul.menu {
	margin: 0 0 0 12px; padding: 0;
	cursor: pointer;
}
ul.menu li {
	margin: 0; padding: 1px;
}
ul.menu li ul {
	display: none;
}
ul.menu li ul.show{ 
	display: block; 
}
ul.menu a {
	color: black;
	text-decoration: none;
}
ul.menu a:hover {
	color: #D16800;
}

/* nieuwe menu! */
ul#menu {
	margin: 0 0 0 12px; padding: 0;
	cursor: pointer;
}
ul#menu li {
	margin: 0; padding: 1px;
}
ul#menu li ul {
	display: block;
}
ul#menu a {
	color: black;
	text-decoration: none;
}
ul#menu a:hover {
	color: #D16800;
}


.leftblock {
	position: relative; width: 271px; z-index: 999;
}
.leftblocktop1 {
	height: 40px; background-image: url('../img/bg/left_block_top1.jpg'); font-size: 1px;
}
.leftblocktop2 {
	height: 8px; background-image: url('../img/bg/left_block_top2.jpg'); font-size: 1px;
}
.innerblock {
	background-image: url('../img/bg/left_block_bg.jpg');
	padding: 0 10px 20px 25px;
}
.leftblockfoot {
	height: 7px; background-image: url('../img/bg/left_block_foot.jpg'); font-size: 1px;
}
.innerblock h2 {
	color: #e88019;
	text-transform: uppercase;
}

#header {
	text-align: center; font-size: 1px;
}
#add_top {
	height: 3px; background-image: url('../img/bg/add_top_bg.jpg'); font-size: 1px;
}
#add {
	background-image: url('../img/bg/add_bg.jpg'); padding: 22px 28px 10px 22px;
}
#add_foot {
	height: 10px; background-image: url('../img/bg/add_foot_bg.jpg'); font-size: 1px;
}
#xtra_topright {
width: 7px; height: 100px; position: absolute; right: 0; top: 93px; background-image: url('../img/bg/xtra_add_topright.jpg'); font-size: 1px;
}
#xtra_topleft {
	width: 7px; height: 33px; position: absolute; left: 0; top: 93px; background-image: url('../img/bg/xtra_add_topleft.jpg'); font-size: 1px;
}

#zoekbox {
	border: 1px solid #c8c1b3;
	background-color: #ff802b;
	padding: 5px;
	margin-bottom: 2px;
}
#zoekbox input {
	border: 1px solid #7f4015;
}

.addtable {
	width: 100%;
	border: 0;
	border-top: 1px solid #c8bba9;
	border-left: 1px solid #c8bba9;
}
.addtable th, .addtable td {
	border: 0;
	padding: 5px 10px 5px 10px;
}
.addtable th {
	color: black;
	border-right: 1px solid #cc7a29;
	border-bottom: 1px solid #cc7a29;
	background-color: #ff9933;
}
.addtable td {
	border-right: 1px solid #c8bba9;
	border-bottom: 1px solid #c8bba9;
	background-color: #faead3;
	color: #878787;
}
.addtable .even td {
	background-color: #fffcf5;
}
.addtable a {
	font-weight: bold;
	color: #d16800;
	text-decoration: none;
}
.addtable a:hover {
	color: white;
	background-color: #d16800;
}

.detailtable {
	width: 100%;
	border: 1px solid #c8bba9;
}
.detailtable td {
	background-color: #fffcf5;
	padding: 20px 50px;
}
.detailtable .even td {
	background-color: #faead3;
}

.formtable td {
	padding: 2px;
	vertical-align: top;
}
.formtable td.key {
	width: 100px;
}

.formtable input[type=text] {
	border: 1px solid #C8BBA9;
	background-color: white;
	width: 300px;
}
.formtable select {
	border: 1px solid #C8BBA9;
	background-color: white;
	width: 300px;
}
.formtable textarea {
	border: 1px solid #C8BBA9;
	width: 300px;
	height: 150px;
}


#fotobar {
	min-height: 60px; 
	background-repeat: repeat-x; 
	background-position: center left; 
	background-image: url('../img/bg/foto_bar.jpg');
	padding-left: 50px;
}
#fotobar img {
	border: 1px solid #d0cec7;
	margin-left: 10px;
}
.error {
	color: red;
}


