/* ###################### General Layout ###################### */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFFFFF;
	color:#000000;
}

#container {
	width: 1000px;
	height: 659px;
	background-image:url(../img/background/background_cz.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#printheader {
	display:none;
}

/* ###################### Navigation ###################### */

ul.navigation {
	position:absolute;
	top: 217px;
	left: 0px;
	list-style: none;
}

a.button {
	display: block;
	width: 395px;
	padding: 5px 5px 5px 0;
	text-align:right;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a.button:hover {
	background: #000000;
	filter:alpha(opacity=65);-moz-opacity:0.65;opacity: 0.65;
	color: #FFFFFF;
	padding: 4px 4px 4px 0;
	border: solid 1px;
	border-left: 0;
	border-color: #339900;
}

#flags {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 217px;
}

#flags img {
	margin: 2px 5px 0 0;
	float: left;
	filter:alpha(opacity=30);-moz-opacity:0.30;opacity: 0.30;
}

#flags img:hover{
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity: 1.00;
}

.language select {
	float:right;
	font-size:0.6em;
	font-family:"Book Antiqua";
	filter:alpha(opacity=65);-moz-opacity:0.65;opacity: 0.65;
}

#search {
	position:absolute;
	top: 755px;
	left: 2px;
}

/* ###################### Content Area ###################### */

#content {
	position: absolute;
	left: 400px;
	top: 118px;
	width: 570px;
	padding: 20px 10px 0 20px;
	font-family:Book Antiqua;
	text-align:justify;
}

/* ###################### Content Links ###################### */

a.contentlink:visited {
	color: #339900;
	text-decoration: none;
}

a.contentlink:hover {
	color: #339900;
	text-decoration: underline;
}

a.contentlink {
	color: #339900;
	text-decoration: none;
}

.spamspan {
	color: #339900;
	text-decoration: none;
}

.spamspan:hover {
	color: #339900;
	text-decoration: underline;
}

/* ###################### Footer ###################### */

#print {
	width: 285px;
	height: 50px;
	text-align: center;
	float: right;
	margin-top: 40px;
}

#jump {
	width: 285px;
	height: 50px;
	text-align: center;
	float: left;
	margin-top: 40px;
}

a.footer {
	font-family: Arial;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border: none;
}

a.footer:hover {
	text-decoration: underline;
}
/* ###################### Image Layout & Misc ###################### */

img {
	border: none;
}

img.right {
	margin: 10px 0 10px 17px;
}

img.left {
	margin: 10px 17px 10px 0;
}

img.centered {
	margin-left: auto;
	margin-right:auto;
}

img.border {
	background: #333333;
	display: block;
	padding: 3px;
}

.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align:center;
}

.ad {
	text-align:center;
	margin-top: 80px;
}

/* ###################### Headline and Paragraph Layouts ###################### */

h1 {
	font-weight:bold;
	font-size: 1.1em;
	margin: 20px 0 15px 0;
}

h2 {
	font-family:Book Antiqua;
	font-weight:normal;
	font-style: normal;
	text-decoration: underline;
	font-size: 1.0em;
	margin: 15px 0 10px 0;
}

h3 {
	font-family:Book Antiqua;
	text-align:justify;
	font-weight:bold;
	color: #000000;
	font-size: 1.0em;
	margin: 15px 0 10px 0;
}

h5 {
	font-family:Book Antiqua;
	text-align:justify;
	font-weight:bold;
	color: #000000;
	font-size: 0.9em;
	margin: 19px 0 3px 0;
}

p {
	margin: 20px 0 20px 0;
}

address {
	margin: 10px 0 10px 0;
	font-style: normal;
}

#content li {
	margin: 0;
	list-style-position: inside;
}

ol {
	list-style: decimal;
}

ul.newsletter {
	list-style: none;
}

.italic {
	font-style: italic;
}
