body {
	position: relative;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: black;
}

a:visited {
	color: grey;
}

img {
	border: 0px;
}

table td {
	vertical-align: top;
}

table caption {
	display: none;
}

acronym {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

fieldset {
	border: 1px solid #798d71;
	padding: 20px;
}

fieldset legend {
	color: #798d71;
}

#left {
	width: 20%;
	min-width: 265px;
	padding: 0px 5px 0px 0px;
}

#navigation ul {
	list-style-type: none;
	padding: 0px 0px 0px 30px;
	margin: 0;
}

#navigationSearch {
	position: absolute;
	top: 68px;
}
#navigationNew {
	position: absolute;
	top: 98px;
}
#navigationEnter {
	position: absolute;
	top: 128px;
}
#navigationSubscribe {
	position: absolute;
	top: 158px;
}
#navigationLinks {
	position: absolute;
	top: 188px;
}
#navigationGuestbook {
	position: absolute;
	top: 218px;
}
#navigationContact {
	position: absolute;
	top: 248px;
}

#content {
	width: 65%;
	padding: 0px 10px 0px 10px;
}

#content h1 {
	font-weight: bold;
	background-color: #ebffe3;
	color: gray;
	display: block;
}

#right {
	width: 160px;
	min-width: 160px;
}

.odd {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.even {
	background-color: #ebffe3;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.button {
	background-color: #ebffe3;
	border: 2px solid #798d71;
	border-style: outset;
	font-family: Arial, Helvetica, sans-serif;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
}

.formLabel {
	display: block;
	float: left;
	width: 10em;
	vertical-align: top;
}

.formEntry {
	position: relative;
	left: 15em;
}

/* English content */
.en {
	font-style: italic;
}

.new {
	background-color: #ebffe3;
	font-weight: bold;
	display: block;
}

#context {
	background-color: #ebffe3;
	border: 1px dotted black;
	margin: 0px;
	padding: 5px;
}

#context h2 {
}
#context h3 {
}


#banner1 {
	background-image:url(/images/button_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	margin-top: 10px;
	height: 142px;
	width: 100px;
	min-height: 142px;
}
#banner1 a {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 0.65em;
	color: #003471;
}

#banner2 {
	margin-top: 20px;
	padding: 5px;
	background-color: #ebffe3;
	border: 5px solid #cbefd3;
}