.editor {
	background-color: #58594E;
}

body {
	margin: 0px;
	background-color: #7f6633;
	font-family: "Trebuchet MS";
}

td {
	vertical-align: top;
	font-size: 13px;
	color: #fff;
}

img {
	border: 0px;
}

.maintable {
	height: 100%;
	width: 1001px;
	background-color: #a69471; /*#58594E;*/
}

.shadow_right {
	width: 19px;
	background-color: #7f6633;
	background-image: url(/images/static/shadow_right.png);
	background-repeat: repeat-y
}

.shadow_left {
	width: 19px;
	background-color: #7f6633;
	background-image: url(/images/static/shadow_left.png);
	background-repeat: repeat-y
}

.nav_table {
	width: 120px;
	background-color: #000;
	margin-left: 60px;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.category_active, .category_inactive, .tdhover, .normal {
	font-size: 10px;
	color: #ccc;
	font-weight: normal;
	cursor: pointer;
	letter-spacing: 1px;
	font-family: Arial;
}

.category_active {
	color: #9a9eec;
}

.standard_content {
	margin-left: 40px;
	margin-top: 31px;
	margin-bottom: 30px;
	width: 620px;
	b_ackground-color: #ff0;
}

p, a, ul, li {
	line-height: 18px;
	font-size: 10pt;
	color: #fff;
}

ul {
	list-style-type: square;
	font-size: 10pt;
	margin-left: 18px;
}

h1 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}

h2, h3, h4, h5, h6 {
	font-size: 10pt;
	color: #fff;
	margin-bottom: -10px;
}

/* project content */

.project_content {
	line-height: 18px;
	font-size: 15pt;
	color: #1F4F75;
	margin-top: -20px;
	margin-bottom: 25px;
	width: 565px;
}

.project_content h1 {
	font-size: 20px;
	color: #fff;
}

.arrows {
	float: right;
	height: 23px;
}

.title_arrows {
	width: 625px; /*565*/
}


.project_thumbs_table {
}


.bijschrift {
	line-height: 18px;
	font-size: 10pt;
	color: #fff;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 37px;
	float: right;
	}

.projectdetails_table {
	width: 565px;
}

.project_details_text {
	padding-bottom: 25px;
}

.project_details_text h4 {
}

.project_details_text p {
	margin-bottom: -15px;
}

.thumbs img {
	margin-right: 10px;
}

.thumbs {
	width: 565px;
	float: left;
}

