body {
	margin: 5px;
	color: #333;
	background-color: #fff;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	line-height: 14pt;
	width: 960px;
}

/* <<<<< POSITIONING >>>>> */

div {
	position: relative;
}

.menu, #bottom {
	float: left;
	clear: left;
}

.button {
	float: none;
	clear: none;
}

.content {
	position: absolute;
	left: 187px;
	top: 88px;
}

#category {
	position: absolute;
	width: 390px;
	top: 51px;
	left: 323px;
}

.header {
	z-index: 1;
	clear: both;
}

label {
	display: block;
}

label .label {
	display: block;
	float: left;
	width: 30%;
	font-weight: bold;
}

#overview {
	position: absolute;
	top: 88px;
	left: 778px;
}

/* <<<<< SIZE >>>>> */

.menu, #bottom {
	width: 150px;
	/*width: 161px;*/
}

.content {
	width: 560px;
	min-height: 512px;
}

.menu p {
	font-size: 9pt;
}

.sublink {
	font-size: 8pt;
}

/* <<<<< SPACING >>>>> */

.content {
	margin-bottom: 20px;
}

div, #category {
	margin: 5px;
	padding: 0 10px;
}

.content p, .content table, .content form {
	margin-left: 10px;
}

.content p {
	margin-right: 20px;
}

.header {
	padding: 0;
}

table.wide {
	width: 95%;
}

th, td {
	vertical-align: top;
	padding: 0;
}

td {
	text-align: justify;
}

#activemenu {
	margin-right: 0;
	width: 162px;
	border-right: none;
	z-index: 1;
}

.inactivemenu {
	width: 150px;
}

img {
	margin: 0 10px 10px 0;
}

.button {
	margin: 0 10px;
}

.menu h3 {
	margin: 10px auto 5px;
}

.content h2 {
	margin: 10px auto 5px;
}

.menu p, .sublink {
	padding: 0;
}

.menu p {
	margin: 5px auto;
	padding-left: 10px;
	margin-left: 0;
}

.sublink {
	margin: 0 auto;
	padding-left: 0;
	margin-left: 20px;
}

/* <<<<< APPEARENCE >>>>> */

.menu, .content {
	border: solid 1px #ccc;
	background-color: #fff;
}

.header, #category {
	border: none;
	background-color: none;
}

a, .menu p, .menu p a {
	color: #333;
	border-width: 0;
}

a {
	margin: 0;
	padding: 0;
}
.menu p {
	font-weight: bold;
}

a:hover {
	color: #222;
}

.sublink {
	color: #333;
}

.activelink {
	color: #222;
}

h1 {
	color: #222;
	text-align: right;
}

#category {
	font-weight: bold;
	font-style: italic;
}

h2, h3 {
	color: #333;
	border-bottom: solid 2px #ccc;
	padding: 2px 5px;
}

h3 a {
	text-decoration: none;
}

img {
	border-style: none;
}

ul {
	list-style-type: square;
}

#category {
	font-size: 65px;
	background-color: none;
	font-weight: normal;
}

#copyright, #overview {
	color: #999;
	font-size: 8pt;
}

#copyright {
	clear: both;
	margin: 10px;
	padding: 0;
}

.error {
	color: #f33;
}

#lang {
	list-style-type: none;
	margin-left: 0;
}