* {
	font-family: verdana, tahoma;
	font-size: 11px;
}

body {
	text-align: center;
	background: #e5dfcf;
}

img {
	border: 0;
}

table.page {
	border-collapse: collapse;
	margin: auto;
	width: 984px;
}

table.page td {
	padding: 0;
	vertical-align: top;
}

table.page td.header {
	width: 195px;
	height: 100%;
	background: #cfc4a6;
}

table.page td.bl {
	height: 15px;
	background: #cfc4a6 url('../gfx/bl.gif') bottom left no-repeat;
}

table.page td.br {
	height: 15px;
	background: #cfc4a6 url('../gfx/br.gif') bottom right no-repeat;
}

table.page td.tr {
	width: 15px; 
	background: #cfc4a6 url('../gfx/tr.gif') top right no-repeat;
}

table.page td.contact {
	text-align: center;
	padding-top: 5px;
	color: #cfc4a6;
	font-weight: bold;
}

table.page td.contact span {
	padding-left: 10px;
	padding-right: 10px;
}

table.content {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

table.content td {
	padding: 0;
}

table.pictures {
	border-collapse: collapse;
	width: 100%;
}

table.pictures td {
	padding: 0;
}

table.list {
	width: 100%;
	border-collapse: collapse;
}

table.list td {
	padding: 5px 0 5px 0;
}

table.list td.label {
	width: 150px;
	vertical-align: middle;
}

table.list td.button {
	text-align: right;
}

table.list td.button input {
	width: 80px;
}

table.list td table td {
	padding: 0;
}

table.list td table td.mceToolbarTop {
	padding: 3px;
}

/*div.headline {
	font-size: 14px;
	font-weight: bold;
	color: #725740;
	margin-bottom: 10px;
	border-bottom: 1px solid #b69d88;
	padding-bottom: 5px;
}*/

div.headline {
	height: 25px;
	border-bottom: 1px solid #b69d88;
	margin-bottom: 10px;
}

div.headline div.left {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #725740;
}

div.headline div.right {
	float: right;
	line-height: 21px;
}

div.content {
	text-align: justify;
	margin-bottom: 10px;
}

div.button {
	background: url('../gfx/menu_background.gif');
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	color: #725740;
}

div.hover {
	background: url('../gfx/menu_hover.gif');
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	color: #f0eae5;
	cursor: pointer;
}

div.error {
	color: firebrick;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

div.menu {
	padding: 0 15px 0 15px;
}

p {
	margin: 0;
	padding: 0;
}

b, strong {
	color: #b7ab89;
}

a {
	color: #5A432F;
}
