* {
	padding: 0;
	margin: 0;
}

body {
	font-family: geogria, "times new roman", serif;
	font-size: 12pt;
}

h1 {
	font-family: "trebuchet MS", geogria, "times new roman", serif;
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-family: "trebuchet MS", geogria, "times new roman", serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px;
}

p {
	margin: 1em;
}

a {
	text-decoration: none;
	color: black;
}

li {
	margin-left: 2em;
}

table {
	width: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	padding: 0;
}

td {
	text-align: center;
	vertical-align: top;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 0 7px;
	font-size: 11pt;
}

#header:before { content: url(/images/header.jpg); }

#language {
	display: none;
}

.suckertreemenu {
	display: none;
}

fieldset {
	display: none;
}

#footer {
	display: none;
}

.seolinks {
	display: none;
}