/* base
---------------------------------------------------- */

#wide {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#headers {
	background-image: url(../img/headerbg.gif);
	height: 77px;
}
#headers h1 {
	float: left;
}
#language {
	margin: 0px;
	padding: 0px;
}
#headbox{
	float: right;
}
#language li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#language ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#sitemap {
	text-align: right;
	clear: left;
}
#search {
	text-align: right;
	font-size: 0.8em;
	color: #333333;
}
#search form {
	margin: 0px;
	padding: 0px;
}

