body {
	margin: 0;
	padding: 0 0 30px;
	background: #bdbdbd url('body.gif') left top repeat-x;
	text-align: center;
	font: 10pt /1.7em Arial, sans-serif;
}
#page {
	width: 760px;
	background: url('page.gif') left top repeat-y;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 218px;
	margin-bottom: 11px;
	background: url('header.gif') left top repeat-y;
}
#pics {
	width: 714px;
	height: 144px;
	background: url('pics.jpg') left top no-repeat;
	margin-left: 23px;
}
#header h1 {
	margin: 22px 0 0 39px;
}
#header h1 a {
	display: block;
	width: 681px;
	height: 43px;
	background: url('title_cs.gif') left top no-repeat;
}
#header h1 a span {
	display: none;
}
#leftColumn {
	float: left;
	width: 175px;
}
#navigation {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	width: 175px;
}
#navigation a {
	display: block;
	height: 2em;
	color: #404040;
	font: 10pt /2em Tahoma, Arial, Sans-serif;
	border-left: 19px solid white;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 14px;
	white-space: nowrap;
}
#navigation a.active {
	border-left-color: #e1e1e1;
	font-weight: bold;
}
#navigation a:hover {
	border-left-color: #fe0;
	text-decoration: underline;
}
#flags {
	margin: 0 0 70px 48px;
}
.flag {
	display: block;
	float: left;
	width: 16px;
	height: 11px;
	margin-right: 6px;
}
.flag span {
	display: none;
}
#flags #cs {
	background: url('flag_cs.gif') left top no-repeat;
}
#flags #de {
	background: url('flag_de.gif') left top no-repeat;
}
#content {
	color: #333;
	margin: 0 60px 55px 195px;
}
p, h2, h3, table {
	margin: 0 0 1em;
}
h2, h3 {
	color: #6b7830;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 12pt;
}
a {
	color: #9eac5f;
}
a:hover {
	color: #6e7c2e;
}
a img {
	margin: 1ex 0;
	border: 2px solid #9eac5f;
}
a:hover img {
	border-color: #6e7c2e;
}
table td {
	color: #333;
	font: 10pt /1.5em Arial, sans-serif;
	padding-right: 1ex;
}
label {
	display: block;
	float: left;
	width: 4em;
}
form div input, form div textarea {
	border: 1px solid #999;
}
ul {
	padding-left: 2em;
	margin-left: 0;
}
.imgRight, .imgLeft {
	line-height: 0;
	background: #eee;
	border: 1px solid #bbb;
	padding: 5px;
}
.imgRight {
	float: right;
	margin: 0 0 1ex 1em;
}
.imgLeft {
	float: left;
	margin: 0 1.5em 1ex 0;
}
.blockInCenter {
	text-align: center;
}
.styledTable {
	margin: 0.5em auto 2.5em;
	text-align: left;
	border: 1px solid #333;
	font: 10pt /1.5em Arial, sans-serif;
}
.styledTable thead {
	text-align: center;
	background: #828f47;
}
.styledTable th {
	color: white;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
}
.styledTable td {
	padding: 0.8ex;
	border: 1px solid silver;
	border-width: 0 1px 1px 0;
}
.styledTable .lastInRow {
	border-right-width: 0;
}
.styledTable .lastRow td {
	border-bottom-width: 0;
}
.post strong {
	color: #6b7830;
	font-size: 11pt;
}
.gallery {
	margin: 0 0 0 35px;
}
.gallery img {
	border: 1px solid #bbb;
}
.gallery a {
	margin-right: 20px;
}
.gallery a:hover img {
	border: 1px solid #888;
}
#footer {
	height: 45px;
	background: url('footer.gif') left bottom no-repeat;
}
#footer p {
	margin: 0 23px;
	padding: 0 1ex;
	background: url('copyright.gif') left top repeat-y;
}
#footer p, #footer a {
	color: #878787;
	font-size: 8pt;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.cleaner {
	clear: both;
}
.exception {
	color: red;
}
.success {
	color: #6b7830;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}
.hidden {
	display: none;
}