body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
}
.logo {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 150px;
	height: 125px;
}
.languages {
	position: absolute;
	left: 225px;
	top: 35px;
}
.lang {
	position: absolute;
	top: 0px;
	width: 70px;
	margin-right: 50px;
	padding: 0px 10px 2px 0px;
	border-right: 2px solid #339933;
	border-bottom: 2px solid #339933;
	text-align: right;
}
.lang a {
	color: green;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.title {
	position: absolute;
	left: 225px;
	top: 106px;
	width: 525px;
	height: 40px;
	v-align: bottom;
	color: #BA0808;
	font-size: 30px;
	border-right: 2px solid #BA0808;
	border-bottom: 2px solid #BA0808;
}
.titlepage {
	position: absolute;
	left: 225px;
	top: 106px;
	width: 525px;
	height: 40px;
	v-align: bottom;
	color: green;
	font-size: 30px;
}
.navi {
	position: absolute;
	left: 8px;
	top: 200px;
}
.button {
	position: absolute;
	width: 130px;
	height: 20px;
	left: 0px;
	border-right: 2px solid #BA0808;
	border-bottom: 2px solid #BA0808;
	text-align: right;
	vertical-align: bottom;
	padding: 0px 10px 2px 0px;
}
.button a {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.content {
	position: absolute;
	left: 225px;
	top: 200px;
	padding: 0px;
	width: 525px;
	margin-right: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-decoration: none;
	font-weight: normal;
	font-size: 1.5em;
	color: #CC0000;
	margin-top: 0px;
}
h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #CC0000;
}
ul.category {
	margin-top: 0px;
	list-style-type: none;
}
div.category {
	color: green;
	margin-bottom: 0px;
}
li {
	margin-top: 0.5em;
}
li.result {
	margin-bottom: 1em;
}
span.result {
	background-color: yellow;
}
div.thumb {
    float: right;
    margin-bottom: .5em;
	margin-left: 1em;
    width: auto;
}
div.thumbcaption {
    text-align: left;
    line-height: 1.4em;
    padding-top: .3em;
	margin-bottom: .5em;
    font-size: 75%;
    text-align: center;
    overflow: hidden;
}
